[07:24:47]
<Yunohost Git/Infra notifications> [issues] artlog opened [issue #2708](https://github.com/YunoHost/issues/issues/2708): Delete a firewall rule from web administration interface
[10:39:27]
<Yunohost Git/Infra notifications> [issues] Cromagnon31 opened [issue #2709](https://github.com/YunoHost/issues/issues/2709): DnsRecords diagnosis has errors in script if registrar returns Latin_1 encoded data.
[11:53:57]
<Yunohost Git/Infra notifications> [issues] snmogl [commented](https://github.com/YunoHost/issues/issues/2706#issuecomment-3527459365) on [issue #2706](https://github.com/YunoHost/issues/issues/2706) Track logrotate Service in Diagnosis tool: In my case logrotate was in a failed state because the [rustdesk server log had the wrong permissions set](https://g...
[11:54:49]
<Yunohost Git/Infra notifications> [issues] snmogl [commented](https://github.com/YunoHost/issues/issues/2706#issuecomment-3527459365) on [issue #2706](https://github.com/YunoHost/issues/issues/2706) Track logrotate Service in Diagnosis tool: In my case logrotate was in a failed state because the [rustdesk server log directory had the wrong permissions set]...
[11:57:48]
<Yunohost Git/Infra notifications> [issues] snmogl [commented](https://github.com/YunoHost/issues/issues/2706#issuecomment-3527459365) on [issue #2706](https://github.com/YunoHost/issues/issues/2706) Track logrotate Service in Diagnosis tool: In my case logrotate was in a failed state because the [rustdesk server log directory had the wrong permissions set]...
[11:58:47]
<Yunohost Git/Infra notifications> [issues] snmogl [commented](https://github.com/YunoHost/issues/issues/2706#issuecomment-3527459365) on [issue #2706](https://github.com/YunoHost/issues/issues/2706) Track logrotate Service in Diagnosis tool: In my case logrotate was in a failed state because the [rustdesk server log directory had the wrong permissions set]...
[15:55:56]
<orhtej2> I've ctrl+c'd out of navidrome uninstall and it broke linkwarden settings 🤔
[19:46:35]
<anubister> j'ai un nouveau serveur dispo pour tester Yunohost 13, est-ce que c'est plus intéressant pour vous que je teste Debian 12 -> Yunohost 12 -> Yunohost 13 ou Debian 13 -> Yunohost 13 ?
[19:58:15]
<Aleks (he/him/il/lui)> hmmm plutot 12-13 oui, idéalement avec des apps installées
[20:12:30]
<anubister> Ok
[21:05:10]
<miro5001> ```
for $app in yunohost_catalog
do
yunohost app install $app --with-defaults
done
```
💥
[21:08:33]
<Aleks (he/him/il/lui)> what
[21:08:36]
<Aleks (he/him/il/lui)> wait wait wait NO
[21:18:38]
<orhtej2> https://aria.im/_bifrost/v1/media/download/AZtQNJsezVZNWE_nkSFcLRy_aRr__TJhn9c_vPHTEPlzYMSrtbDqx8j2-gpNILRbOdQn6nDbEpVZuS-BWLKSM8tCeahDwIjAAGNpcmNsZWRzcXVhcmVyb290Lm92aC9welNqTmNabEpHQTk5ZmVZNmRjUFZMOXEzRzJBTUoxaQ
[21:30:51]
<orhtej2> note to self: here's the log https://paste.yunohost.org/raw/owamohuqam I think resource manager rewrites the settings files because of reasons or something?
[21:43:23]
<Aleks (he/him/il/lui)> hmm but why would it rewrite the settings of another app 🤔
[21:43:31]
<Aleks (he/him/il/lui)> what's the symptom on linkwarden side ?
[21:45:42]
<orhtej2> toml file for settings was incomplete, it was like
```toml
key: value
anotherkey
```
[21:46:01]
<orhtej2> (so parser would explode saying `anotherkey` is wtf)
[21:46:42]
<orhtej2> and I'm 73% positive it was not the case before, especially given all the YNH commands passed and I haven't touched linkwarden in ages