Friday, August 28, 2026
apps@conference.yunohost.org
August
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
           

[11:03:20] <orhtej2> > <@otm33:matrix.org> Try 1515

Indeed, ty ❤️
[11:03:21] <Yunohost Git/Infra notifications> [immich_ynh] l​pryszcz [commented](https://github.com/YunoHost-Apps/immich_ynh/issues/433#issuecomment-5451662438) on [issue #433](https://github.com/YunoHost-Apps/immich_ynh/issues/433) mobile uploads fail due to frequent restarts of immich-server: thank you, mobile upload seems stable after upgrade, although immich-server.service still restarts more frequently tha...
[20:09:31] <7472985928492> If you are a good slut (and
not a minor) send me your
nudes at
7472985928492@yax.im
[21:45:47] <Yunohost Git/Infra notifications> [apps] y​unohost-bot opened [pull request #3584](https://github.com/YunoHost/apps/pull/3584) : Update app levels according to CI results
[22:10:14] <Yunohost Git/Infra notifications> [apps] t​ituspijean pushed to update_app_levels: Lower beszel level cf. https://github.com/YunoHost-Apps/beszel_ynh/issues/11 ([52835e55](https://github.com/YunoHost/apps/commit/52835e5571b52f166a3b8ce408a060c78e5863bc))
[22:10:17] <Yunohost Git/Infra notifications> [apps] t​ituspijean edited [pull request #3584](https://github.com/YunoHost/apps/pull/3584) : Update app levels according to CI results
[22:24:01] <Yunohost Git/Infra notifications> [apps] t​ituspijean edited [pull request #3584](https://github.com/YunoHost/apps/pull/3584) : Update app levels according to CI results
[22:24:04] <Yunohost Git/Infra notifications> [apps] t​ituspijean pushed to update_app_levels: Beszel to level 4, not 5 ([78fb8e6f](https://github.com/YunoHost/apps/commit/78fb8e6ff538e0d4f6de75e09e3f0dc1067eb9bd))
[23:16:58] <Yunohost Git/Infra notifications> t​ituspijean created repository beszel-agent_ynh: Agent for the server monitoring platform, packaged for YunoHost https://github.com/YunoHost-Apps/beszel-agent_ynh
[23:19:13] <Yunohost Git/Infra notifications> Autoupdater just ran, here are the results:

- 83 pending update PRs
- 16 new apps PRs: archivebox, calibreweb-automated, dagu, dato, diagramsnet, grist, grocy, headplane, jackett, kavita, n8n, ollama, warpgate, wekan, yourls, youtarr
- 7 failed apps updates: automad, benevalibre, gamja, koinsight, loki, lute, projectsend

See the full log here: https://paste.yunohost.org/raw/iyukowukiz
Autoupdate dashboard: https://apps.yunohost.org/dash?filter=autoupdate
[23:47:58] <otm33> Can anyone help me understand why some upgrade scripts use:
```
ynh_setup_source --dest_dir="$install_dir" --full_replace --keep=".env"
ynh_config_add --template=".env" --destination="$install_dir/.env"
```
?

[23:53:06] <orhtej2> > <@otm33:matrix.org> Can anyone help me understand why some upgrade scripts use:
> ```
> ynh_setup_source --dest_dir="$install_dir" --full_replace --keep=".env"
> ynh_config_add --template=".env" --destination="$install_dir/.env"
> ```
> ?
>

Copy-paste?
[23:57:16] <otm33> So there is no hidden and mysterious function ?
[23:58:19] <otm33> So if some users want to keep some custom env vars :
install =
```
ynh_config_add --template=".env" --destination="$install_dir/.env"
ynh_config_add --template=".env.local" --destination="$install_dir/.env.local"
```
upgrade =
```
ynh_setup_source --dest_dir="$install_dir" --full_replace --keep=".env.local"
ynh_config_add --template=".env" --destination="$install_dir/.env"
```
(if app allows .env and .en.local and adding .env.local as extra env file in app service)