[09:09:22]
<Yunohost Git/Infra notifications> [issues] fflorent opened [issue #2873](https://github.com/YunoHost/issues/issues/2873) : Cannot postinstall on trixie
[09:58:35]
<Yunohost Git/Infra notifications> [issues] fflorent [commented](https://github.com/YunoHost/issues/issues/2873#issuecomment-5507787500) on [issue #2873](https://github.com/YunoHost/issues/issues/2873) Cannot postinstall on trixie: BTW, I get this warning too right after launching yunohost tools postinstall, probably related:
unable to load loc...
[10:05:27]
<Yunohost Git/Infra notifications> [moulinette] fflorent pushed to fix-infinite-recursion-m18n-cli: Avoid infinite recursion if log level translation is missing ([ba3821de](https://github.com/YunoHost/moulinette/commit/ba3821de9a82291cf93029adc626430c28afa8ab))
[10:09:02]
<Yunohost Git/Infra notifications> [moulinette] fflorent opened [pull request #384](https://github.com/YunoHost/moulinette/pull/384) : Avoid infinite recursion if log level translation is missing
[10:20:53]
<Yunohost Git/Infra notifications> [issues] fflorent [commented](https://github.com/YunoHost/issues/issues/2873#issuecomment-5508057561) on [issue #2873](https://github.com/YunoHost/issues/issues/2873) Cannot postinstall on trixie: The issue seems to be due to a renaming.
The code looks for a specific location for translations: /usr/share/moulinette...
[10:44:19]
<Yunohost Git/Infra notifications> [issues] fflorent [commented](https://github.com/YunoHost/issues/issues/2873#issuecomment-5508057561) on [issue #2873](https://github.com/YunoHost/issues/issues/2873) Cannot postinstall on trixie: The code looks for a specific location for translations: /usr/share/moulinette/locales (locales in plural).
https://gi...
[12:17:14]
<Yunohost Git/Infra notifications> [issues] fflorent [commented](https://github.com/YunoHost/issues/issues/2873#issuecomment-5508057561) on [issue #2873](https://github.com/YunoHost/issues/issues/2873) Cannot postinstall on trixie: The code looks for a specific location for translations: /usr/share/moulinette/locales (locales in plural).
https://gi...
[12:40:13]
<Yunohost Git/Infra notifications> [issues] fflorent opened [issue #2874](https://github.com/YunoHost/issues/issues/2874) : CLI: Missing translation to confirm password on Trixie
[12:40:36]
<Yunohost Git/Infra notifications> [moulinette] fflorent edited [pull request #384](https://github.com/YunoHost/moulinette/pull/384) : Avoid infinite recursion if log level translation is missing
[12:41:45]
<Yunohost Git/Infra notifications> [issues] fflorent [commented](https://github.com/YunoHost/issues/issues/2873#issuecomment-5509688825) on [issue #2873](https://github.com/YunoHost/issues/issues/2873) Cannot postinstall on trixie: I have created another issue regarding the translation, so this issue is about fixing the postinstall.
[13:38:40]
<Yunohost Git/Infra notifications> [yunohost] zamentur pushed to umask_fixes: [fix] Missing to set umask for cli and yunohost-portal-api ([93956240](https://github.com/YunoHost/yunohost/commit/93956240b9b1d3e09f6189e7d1516729ff8b4dc6))
[13:39:22]
<Yunohost Git/Infra notifications> [moulinette] zamentur pushed to fix-umask: [fix] CLI need umask too cause default umask in bash could be 0o027 ([9e4eeb96](https://github.com/YunoHost/moulinette/commit/9e4eeb96a9f69c3fb848e98a508539242cf32a9f))
[14:41:20]
<Yunohost Git/Infra notifications> [yunohost] zamentur pushed to umask_fixes: [fix] Protect potential secrets included in nginx conf JWT ([d6374f53](https://github.com/YunoHost/yunohost/commit/d6374f53fd7b38e095d3492310fbcd015e9279a6))
[14:43:16]
<Yunohost Git/Infra notifications> [yunohost] zamentur [commented](https://github.com/YunoHost/yunohost/pull/2344#discussion_r3908316121) on pull request #2344 Improve file rights: suggestion
return "manual"
[14:43:18]
<Yunohost Git/Infra notifications> [yunohost] zamentur [commented](https://github.com/YunoHost/yunohost/pull/2344#discussion_r3908643829) on pull request #2344 Improve file rights: suggestion
/run, # Not stored on disk
/tmp, # In RAM or wiped at boot
[14:43:25]
<Yunohost Git/Infra notifications> [yunohost] zamentur [commented](https://github.com/YunoHost/yunohost/pull/2344#discussion_r3906424986) on pull request #2344 Improve file rights: I think its important to protect /etc/nginx from others cause i already seen some secret inside nginx conf...
[14:43:25]
<Yunohost Git/Infra notifications> [yunohost] zamentur [commented](https://github.com/YunoHost/yunohost/pull/2344#discussion_r3906383196) on pull request #2344 Improve file rights: Default perm on bookworm before postinstall:
ynh-dev-bookworm-unstable:/ynh-dev# ls -la /etc/dovecot/
total 36
drwxr...
[14:43:25]
<Yunohost Git/Infra notifications> [yunohost] zamentur [commented](https://github.com/YunoHost/yunohost/pull/2344#discussion_r3915328101) on pull request #2344 Improve file rights: suggestion
chmod u=rw-,g=r--,o=r-- /etc/nftables.conf
chmod -R u=rwX,g=rX,o=rX /etc/nftables.d
During the...
[14:43:25]
<Yunohost Git/Infra notifications> [yunohost] zamentur [commented](https://github.com/YunoHost/yunohost/pull/2344#discussion_r3915317740) on pull request #2344 Improve file rights: We decided to keep this readable by others
[14:43:28]
<Yunohost Git/Infra notifications> [yunohost] zamentur [commented](https://github.com/YunoHost/yunohost/pull/2344#discussion_r3906157319) on pull request #2344 Improve file rights: Service start (tested in ynh-dev)
[14:43:29]
<Yunohost Git/Infra notifications> [yunohost] zamentur [commented](https://github.com/YunoHost/yunohost/pull/2344#discussion_r3906416881) on pull request #2344 Improve file rights: Here i dont suggest to remove others permissions cause by default in debian there are default permissions and i dont w...
[14:44:11]
<Yunohost Git/Infra notifications> [yunohost] zamentur pushed to umask_fixes: [fix] Set this migration in manual mode for starting ([2ed46ec5](https://github.com/YunoHost/yunohost/commit/2ed46ec52409c7bd913425186341edc7a497d642))
[14:59:07]
<Yunohost Git/Infra notifications> [yunohost] zamentur edited a [comment](https://github.com/YunoHost/yunohost/pull/2344#discussion_r3867102114) on pull request #2344 Improve file rights: suggestion
chown -R root:openldap /etc/ldap
chmod -R u=rwX,g=rX,o-w /etc/ldap
[14:59:28]
<Yunohost Git/Infra notifications> [yunohost] zamentur [commented](https://github.com/YunoHost/yunohost/pull/2344#discussion_r3915491849) on pull request #2344 Improve file rights: suggestion
chmod u=rw-,g=r--,o=r-- /etc/nslcd.conf
[14:59:54]
<Yunohost Git/Infra notifications> [yunohost] zamentur [commented](https://github.com/YunoHost/yunohost/pull/2344#discussion_r3915496158) on pull request #2344 Improve file rights: suggestion
chmod -R u=rwX,g=rX,o-w /etc/apt
[15:00:22]
<Yunohost Git/Infra notifications> [yunohost] zamentur [commented](https://github.com/YunoHost/yunohost/pull/2344#discussion_r3915499064) on pull request #2344 Improve file rights: suggestion
chmod -R u=rwX,g=rX,o-w /var/www/.well-known/*/autoconfig
[15:00:49]
<Yunohost Git/Infra notifications> [yunohost] zamentur [commented](https://github.com/YunoHost/yunohost/pull/2344#discussion_r3915505077) on pull request #2344 Improve file rights: The original line is better
[15:01:11]
<Yunohost Git/Infra notifications> [yunohost] zamentur edited a [comment](https://github.com/YunoHost/yunohost/pull/2344#discussion_r3915328101) on pull request #2344 Improve file rights: suggestion
chmod u=rw-,g=r--,o-w /etc/nftables.conf
chmod -R u=rwX,g=rX,o-w /etc/nftables.d
During the me...
[15:03:08]
<Yunohost Git/Infra notifications> [yunohost] zamentur edited a [comment](https://github.com/YunoHost/yunohost/pull/2344#discussion_r3867125918) on pull request #2344 Improve file rights: suggestion
chmod -R u=rwX,g=rX,o-w /etc/default/dnsmasq /etc/resolv.dnsmasq.conf /etc/dnsmasq.conf /etc/dnsmasq.d...
[15:03:40]
<Yunohost Git/Infra notifications> [yunohost] zamentur edited a [comment](https://github.com/YunoHost/yunohost/pull/2344#discussion_r3867115398) on pull request #2344 Improve file rights: suggestion
chmod u=rw-,g=r--,o-w /etc/nsswitch.conf
[15:04:35]
<Yunohost Git/Infra notifications> [yunohost] zamentur edited a [comment](https://github.com/YunoHost/yunohost/pull/2344#discussion_r3867118592) on pull request #2344 Improve file rights: suggestion
chmod -R u=rwX,g=rX,o-w /etc/fail2ban
[15:05:03]
<Yunohost Git/Infra notifications> [yunohost] zamentur deleted a [comment](https://github.com/YunoHost/yunohost/pull/2344#discussion_r3906085612) on pull request #2344 Improve file rights: suggestion
chown -R dnsmasq:root /etc/dnsmasq.conf /etc/resolv.dnsmasq.conf /etc/dnsmasq.d/
chmod -R u=rX,g=r...
[15:07:18]
<Yunohost Git/Infra notifications> [yunohost] zamentur edited a [comment](https://github.com/YunoHost/yunohost/pull/2344#discussion_r3867044900) on pull request #2344 Improve file rights: suggestion
chmod -R u=rwX,g=rX,o-w /etc/dovecot
chmod -R u=rwX,g=---,o=--- /etc/dovecot/private
chmod g+w...
[15:07:42]
<Yunohost Git/Infra notifications> [yunohost] zamentur edited a [comment](https://github.com/YunoHost/yunohost/pull/2344#discussion_r3867102114) on pull request #2344 Improve file rights: suggestion
chmod -R u=rwX,g=rX,o-w /etc/ldap
[15:10:38]
<Yunohost Git/Infra notifications> [yunohost] zamentur pushed to umask_fixes: [fix] Improve chmod in regenconf following the umask issue Co-authored-by: ljf (zamentur) <zamentur@users.noreply.githu... ([ed2b9639](https://github.com/YunoHost/yunohost/commit/ed2b9639b057585b140463ad1f17284554e29494))
[15:14:04]
<Yunohost Git/Infra notifications> [yunohost] zamentur [commented](https://github.com/YunoHost/yunohost/pull/2344#discussion_r3915632607) on pull request #2344 Improve file rights: suggestion
"migration_0037_fix_bad_permissions_disclaimer": "Due to a bug, this migration will search for paths l...
[15:41:06]
<Yunohost Git/Infra notifications> [yunohost] zamentur edited a [comment](https://github.com/YunoHost/yunohost/pull/2344#discussion_r3915632607) on pull request #2344 Improve file rights: suggestion
"migration_0037_fix_bad_permissions_disclaimer": "Due to a bug, this migration will search for paths l...
[15:41:31]
<Yunohost Git/Infra notifications> [yunohost] zamentur pushed to umask_fixes: [enh] Improve migration disclaimer ([14392e13](https://github.com/YunoHost/yunohost/commit/14392e131ee7189fce7a45ea0065595a662374d0))
[18:40:10]
<Yunohost Git/Infra notifications> [yunohost] zamentur pushed to dev: [fix] git ls-remote ask for credentials ([58913856](https://github.com/YunoHost/yunohost/commit/58913856a74ccb2ef1d43e71d1daeee3dbd9c703))
[20:53:58]
<Yunohost Git/Infra notifications> (test)
[21:28:03]
<camille> Coucou à nouveau ici <3 plus tôt dans l'aprem j'ai vu tartare avec son disque plein, ça bloquait tout, j'ai rajouté 20Go
[21:29:44]
<camille> Aussi pour la CI core, on peut contourner en changeant YNH_SOURCE dans `.gitlab-ci.yml` et le faire pointer sur notre forgejo
[21:29:59]
<tituspijean[m]> veux-tu que je te réinvite dans les salons ? 😇
[21:31:12]
<camille> oui je veux bien 😊 dans l'espace ça devrait suffire non ?
[21:31:13]
<tituspijean[m]> je pensais au salon Infra, contributors &co, mais oui il y a aussi l'espace
[21:33:40]
<camille> je pensais pouvoir frapper à la porte une fois dans l'espace mais ces salons sont masqués j'imagine :')
[21:39:38]
<tituspijean[m]> Unable to decrypt messsaaaaaaages
[21:42:07]
<camille> oh no /o\
[21:42:08]
<tituspijean[m]> ah yes you might have the setting "do not decrypt message if any device is untrusted" (smthg like that)