Monday, August 17, 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            

[05:39:08] <Yunohost Git/Infra notifications> [searxng_ynh] e​willy merged [pull request #529](https://github.com/YunoHost-Apps/searxng_ynh/pull/529) : Upgrade to v2026.08.16
[05:39:12] <Yunohost Git/Infra notifications> [searxng_ynh] e​willy deleted branch ci-auto-update-2026.08.16
[05:39:21] <Yunohost Git/Infra notifications> [searxng_ynh] g​ithub-actions[bot] opened [pull request #530](https://github.com/YunoHost-Apps/searxng_ynh/pull/530) : Upgrade master from testing
[05:39:43] <Yunohost Git/Infra notifications> [searxng_ynh] e​willy merged [pull request #530](https://github.com/YunoHost-Apps/searxng_ynh/pull/530) : Upgrade master from testing
[05:39:48] <Yunohost Git/Infra notifications> [searxng_ynh] e​willy deleted branch master-promotion
[06:36:56] <Yunohost Git/Infra notifications> [piped_ynh] o​rhtej2 merged [pull request #308](https://github.com/YunoHost-Apps/piped_ynh/pull/308) : Upgrade to v2026.08.13
[06:37:00] <Yunohost Git/Infra notifications> [piped_ynh] o​rhtej2 deleted branch ci-auto-update-2026.08.13
[06:37:34] <Yunohost Git/Infra notifications> [piped_ynh] o​rhtej2 opened [pull request #309](https://github.com/YunoHost-Apps/piped_ynh/pull/309) : Testing
[06:37:46] <Yunohost Git/Infra notifications> [piped_ynh] o​rhtej2 merged [pull request #309](https://github.com/YunoHost-Apps/piped_ynh/pull/309) : Testing
[09:58:14] <Yunohost Git/Infra notifications> [vaultwarden_ynh] e​ricgaspar pushed to testing: fix adresse ([0fb7e340](https://github.com/YunoHost-Apps/vaultwarden_ynh/commit/0fb7e3403718b25b65e39ee22d27fc1c8843a7d6))
[11:18:13] <Cippr> Hello, there's no maintener for rspamd so when someone, with skills (absolutely not my case) and time, could have a look at this PR it would be great ;-) https://github.com/YunoHost-Apps/rspamd_ynh/pull/54
[11:31:33] <Yunohost Git/Infra notifications> [package_check] T​abTwo opened [issue #211](https://github.com/YunoHost/package_check/issues/211) : Upgrade tests run on pristine containers, so dpkg conffile-prompt deadlocks are invisible (and preupgrade is undocumented)
[21:29:36] <trendless> I imagine most cases of the upgrade failing are folks who've installed rspamdui_ynh, which modifies one of the rspamd files: https://github.com/YunoHost-Apps/rspamdui_ynh/blob/master/scripts/install#L25
[21:29:38] <maxCodes-matrix> Hello, me and my friend are packaging the dedicated server of the video game Mindustry for YunoHost.
https://github.com/maxCodes-dev/mindustry_ynh
[21:38:23] <miro5001> > Hello, me and my friend are packaging the dedicated server of the video game Mindustry for YunoHost.
> https://github.com/maxCodes-dev/mindustry_ynh

We generally make changes in a branch called testing that we PR to main or master
[21:38:25] <miro5001> If you have any questions, don't hesitate to ask
[21:38:26] <maxCodes-matrix> will do
[22:35:56] <maxCodes-matrix> so, the Mindustry dedicated server program creates a config folder for itself, holding game maps and such, in the same directory as the .jar file that is the server program. would it be ideal for these files and my package's config files to be in the same directory, and if so, how would i go about this?
[22:44:17] <Yunohost Git/Infra notifications> Autoupdater just ran, here are the results:

- 37 pending update PRs
- 17 new apps PRs: ampache, beszel, code-server, commafeed, emoncms, fluffychat, forte, invoiceninja5, linkwarden, penpot, profilarr, pureblog, readeck, seaweedfs, snipeit, snweb, wekan
- 5 failed apps updates: automad, digiwords, gamja, loki, projectsend

See the full log here: https://paste.yunohost.org/raw/cufiwejeti
Autoupdate dashboard: https://apps.yunohost.org/dash?filter=autoupdate
[23:23:08] <miro5001> > so, the Mindustry dedicated server program creates a config folder for itself, holding game maps and such, in the same directory as the .jar file that is the server program. would it be ideal for these files and my package's config files to be in the same directory, and if so, how would i go about this?

Depends on the app if it allows to have these files / folders elsewhere.
We generally use data_dir for app data that is by default /home/yunohost.apps/$app so the upgrade is simple, just update the install_dir

[23:24:26] <miro5001> install_dir is by default /var/www/$app