Wednesday, July 15, 2026
apps@conference.yunohost.org
July
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
   
             

[10:39:32] <orhtej2> Ah it's MariaDB upstream issue, as expected: https://github.com/diesel-rs/diesel/discussions/5091
[10:39:57] <m606> interesting finding, but in the issue they mention the package `mariadb-connector-c-x.x.x-debian-bookworm-amd64` (where `x.x.x` stands for several affected versions) which do not seem to get installed as per the app CI logs: https://matrix.to/#/!PauySEslPVuJCJCwlZ:matrix.org/$tttcya4dMjIhvX-5XYgIODwzoyRahmtpfFjrvt0Cv68?via=matrix.org&via=aria-net.org&via=tchncs.de.
[19:25:15] <m606> So no point for me to try making an API endpoint available to YNH users only ?https://doc.yunohost.org/en/dev/packaging/advanced/sso_ldap_integration/#application-which-provide-an-api
[19:25:26] <m606> I am a bit confused on authentication methods - this app middleware can't work wiht YNH SSO because it does not support LDAP, right? https://github.com/sharevb/puppeteer-htmltopdf/blob/main/server.js#L41-L62
[19:29:40] <m606> Source of truth is meant to be an environment variable as such `BASIC_AUTH='user:password'`, I guess password can't be hashed for credentials to be successfully verified ? so basically i just save a clear string in the app's `.env` file ?