Monday, May 06, 2024
support@conference.yunohost.org
May
Mon Tue Wed Thu Fri Sat Sun
    1
2
3 4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
   
             

[07:52:14] <jcast> Hi! Just lost access to filebrowser
Both my user and admin account return "Wrong credentials"
[08:04:52] <jcast> Wondering how I should investigate what happened here.
[09:33:57] <lapineige> Does someone knows which postgresql and PHP version are available on Debian 11 and with Yunohost ?
I would need PHP 8.3 (which is fine as far as I can tell) and PostgreSQL 16 + pdo_pgsql extension.
That's fine, right ?
[09:43:00] <eric_G> Debian Bullseye is only providing postgresql 13
[09:50:34] <niklas> 16 isn't even available in bookworm
[10:18:33] <lapineige> Wow :(
[10:18:42] <lapineige> And that's possible to install it ?
[10:28:57] <lapineige> On PostgreSQL site I see an APT repository for PSQL 16 on Debian 11. Would that be a viable solution ? And compatible with Yunohost ? (Out-of-the-box ?)
[10:33:40] <tituspijean> cf. immich (https://github.com/YunoHost-Apps/immich_ynh/blob/2ca3ea5f8e3521f4038f247a394b211e5c6c0459/manifest.toml#L95)
even though the whole app is a bit hacky, and the status quo is "one psql version handled by the core"
[10:51:29] <lapineige> To clarify : for a dev project of an acquaintance, that person would need PGSQL 16. I'd like to use YNH for the server so I can touch it and adapt it to my needs easily (it's a lot harder to do it without ynh).
I'd like to know if that's doable, and if it would cohabit nicely with other apps installed via YNH
[10:51:43] <lapineige> Ok thanks :)
How... risky (and tricky ?) would it be to install a my_webapp in YHN and install PGSQL 16 for that specific app ?
How would it interact with other parts (apps) of Yunohost ?
[10:54:39] <tituspijean> Even though we would not condone it, if you use the same custom helpers (in immich's `scripts/_common.sh`) and create a custom my_webapp_ynh for it, I do not see why it would clash
[11:15:15] <lapineige> Ok that's great :)
[11:16:04] <lapineige> Should I submit such app to the official catalog (to share it), or is it best not to do it ?
[11:30:15] <tituspijean> we'll add the matter in the next contributors meeting :)
[12:13:30] <jcast> How do I call filebrowser CLI tools in the terminal?
[12:15:20] <jcast> From /var/www/filebrowser/ ./filebrowser smthing something?
[12:23:17] <orhtej2> > <@jcast:matrix.org> How do I call filebrowser CLI tools in the terminal?

given app is packaged in v2 format you should be able to `sudo yunohost app shell filebrowser` to enter interactive shell where `./filebrowser` is a recognized command
[15:57:15] <lapineige> 😁
I'm not sure I'll need it, but if I do it my only question is : is it worth sharing it (in the official catalog) or will it more likely be annoying if it creates a bad packaging example?
[16:51:40] <tituspijean> I'll add these questions literally to the discussion 🙃
[16:51:50] *tituspijean does not want to decide
[19:33:14] *jellium[m] neither. 
[21:50:13] <tndp> hi