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

[12:58:07] <Yunohost Git/Infra notifications> Autoupdater just ran, here are the results:

- 71 pending update PRs
- 26 new apps PRs: changedetection, cyberchef, digisteps, dokos, element-call, fider, firefly-iii, indico, jackett, kimai2, kresus, liberaforms, limesurvey, may, memos, n8n, netdata, paperless-ngx, prometheus, seaweedfs, syncserver-rs, tooljet, wallos, wekan, wikijs, zwave-js-ui
- 7 failed apps updates: calcom, jenkins, loki, passed, penpot, piped, stirling-pdf

See the full log here: https://paste.yunohost.org/raw/holurigoce
Autoupdate dashboard: https://apps.yunohost.org/dash?filter=autoupdate
[12:58:15] <Yunohost Git/Infra notifications> [penpot_ynh] o​rhtej2 [commented](https://github.com/YunoHost-Apps/penpot_ynh/pull/197#issuecomment-4339319247) on [issue #197](https://github.com/YunoHost-Apps/penpot_ynh/pull/197) v2.14.4: trixietestme
[12:58:15] <Yunohost Git/Infra notifications> Autoupdater just ran, here are the results:

- 85 pending update PRs
- 20 new apps PRs: changedetection, cloudlog, concrete5, cyberchef, discourse, dokos, element, esphome, ghost, grav, jackett, kresus, n8n, ollama, piefed, scrutiny, tooljet, wekan, whitebophir, yeswiki
- 7 failed apps updates: calcom, jenkins, loki, passed, penpot, piped, stirling-pdf

See the full log here: https://paste.yunohost.org/raw/yehafegata
Autoupdate dashboard: https://apps.yunohost.org/dash?filter=autoupdate
[12:58:15] <Yunohost Git/Infra notifications> [penpot_ynh] o​rhtej2 deleted branch update
[12:58:15] <Yunohost Git/Infra notifications> [penpot_ynh] o​rhtej2 opened [pull request #197](https://github.com/YunoHost-Apps/penpot_ynh/pull/197): v2.14.4
[12:58:15] <Yunohost Git/Infra notifications> [penpot_ynh] o​rhtej2 merged [pull request #197](https://github.com/YunoHost-Apps/penpot_ynh/pull/197): v2.14.4
[12:58:15] <Yunohost Git/Infra notifications> [penpot_ynh] o​rhtej2 pushed to update: Update to v2.14.4 ([444cbda1](https://github.com/YunoHost-Apps/penpot_ynh/commit/444cbda1f94c138d99798ccf991676fd435aae69))
[12:58:15] <Yunohost Git/Infra notifications> [element_ynh] y​unohost-bot opened [pull request #263](https://github.com/YunoHost-Apps/element_ynh/pull/263): Upgrade to v1.12.16
[12:58:15] <Yunohost Git/Infra notifications> Autoupdater just ran, here are the results:

- 103 pending update PRs
- 2 new apps PRs: atuin, mstream
- 7 failed apps updates: calcom, jenkins, loki, passed, penpot, piped, stirling-pdf

See the full log here: https://paste.yunohost.org/raw/juqaqehino
Autoupdate dashboard: https://apps.yunohost.org/dash?filter=autoupdate
[12:58:15] <Internetbf> Perhaps there's a missing "/" at the end of line 584 of the package_check/lib/test.sh file:
"$TEST_CONTEXT/ynh_backups[**/**]". To be confirmed
[13:15:29] <orhtej2> https://ci-apps-dev.yunohost.org/ci/ is still dead ☠️
[13:16:23] <Yunohost Git/Infra notifications> App digiwords stays broken (level 0) in job [#31448](https://ci-apps.yunohost.org/ci/job/31448)
[13:25:46] <Yunohost Git/Infra notifications> App emailpoubelle stays at level 4 in job [#31450](https://ci-apps.yunohost.org/ci/job/31450)
[14:17:44] <Yunohost Git/Infra notifications> App calcom stays broken (level 0) in job [#31457](https://ci-apps.yunohost.org/ci/job/31457)
[14:20:00] <Yunohost Git/Infra notifications> Autoupdater just ran, here are the results:

- 97 pending update PRs
- 1 new apps PRs: audiobookshelf
- 7 failed apps updates: calcom, jenkins, loki, passed, penpot, piped, stirling-pdf

See the full log here: https://paste.yunohost.org/raw/akamapejiq
Autoupdate dashboard: https://apps.yunohost.org/dash?filter=autoupdate
[16:48:05] <orhtej2> > https://ci-apps-dev.yunohost.org/ci/ is still dead ☠️

Ci is even more dead now
[16:48:05] <orhtej2> If someone has a minute to have a look I'd really appreciate it 🙏
[16:49:52] <tituspijean[m]> I am currently looking into that.
Spoiler: it's a mess.
[17:01:08] <@rosbeefandino:3cmr.fr> hi i have something weird with app packaging: target_servers
servers="server "${target_servers}";"
ynh_app_setting_set --key="target_servers" --value="${servers}"

[17:01:32] <@rosbeefandino:3cmr.fr> sorry
[17:02:12] <@rosbeefandino:3cmr.fr> during the ynh_config_add --template="upstream.conf.inc" --destination="/etc/nginx/conf.d/${domain}.d/upstream.conf.inc"

[17:02:33] <@rosbeefandino:3cmr.fr> the replaced value is just 127.0.0.1:1234 instead of "server 127.0.0.1:1234;"
[17:03:23] <@rosbeefandino:3cmr.fr> the config file contains \_\_TARGET\_SERVERS\_\_
[17:04:14] <@rosbeefandino:3cmr.fr> i will follow now
[17:04:32] <tituspijean[m]> `ynh_app_setting_set` does not define the variable in the shell
[17:04:32] <@rosbeefandino:3cmr.fr> ps : https://github.com/rosbeef/redirect_ynh/blob/testing/scripts/upgrade
[17:05:28] <tituspijean[m]> so when the script proceeds, it uses the value of `$target_servers` defined on the first line
[17:07:08] <tituspijean[m]> (which is not what you want right now, obviously)
[17:07:39] <@rosbeefandino:3cmr.fr> 🫪 exactly
[17:08:36] <@rosbeefandino:3cmr.fr> ok
[17:08:47] <@rosbeefandino:3cmr.fr> so : target_servers="127.0.0.1:1234"
target_servers="server "${target_servers}";" should work
[17:10:17] <tituspijean[m]> however, the setting is loaded in the shell if you call again the upgrade script, so a forced-upgrade should resolve the issue
[17:13:59] <@rosbeefandino:3cmr.fr> thanks it works now 🤯
[17:14:38] <Yunohost Git/Infra notifications> [package_check] t​ituspijean pushed to fixes: Fixes ([aac4307b](https://github.com/YunoHost/package_check/commit/aac4307b205788b06fa19cbab28553e4ca0ad305))
[17:14:41] <Yunohost Git/Infra notifications> [package_check] t​ituspijean opened [pull request #208](https://github.com/YunoHost/package_check/pull/208): Fixes
[17:14:50] <tituspijean[m]> CI fixed! Many thanks to @tag:lostpod.me how fixed the nftables configuration last night, and a pat on my shoulder for fixing the base image build tonight.
I have restarted the failed jobs.
[17:16:07] <Thomas> Thanks a lot 🌟
[17:27:37] <Yunohost Git/Infra notifications> [synapse_ynh] J​osue-T pushed to update: Upgrade synapse to 1.152.0 ([3f6434ed](https://github.com/YunoHost-Apps/synapse_ynh/commit/3f6434ed3cdd6b138e65c7592d48689b627d57c1))
[17:28:31] <Yunohost Git/Infra notifications> [synapse_ynh] J​osue-T opened [pull request #624](https://github.com/YunoHost-Apps/synapse_ynh/pull/624): Update
[17:30:00] <tituspijean[m]> (There seems to be a bug in the backup/restore test. I cannot investigate this tonight, sorry.)
[20:00:27] <Yunohost Git/Infra notifications> [apps] y​unohost-bot opened [pull request #3453](https://github.com/YunoHost/apps/pull/3453): Add Iocaine to wishlist
[20:00:51] <Thomas> The rejection list doesn't seem to be case sensitive? Iocaine vs iocaine
[22:26:41] <Yunohost Git/Infra notifications> [apps] o​leole39 opened [pull request #3454](https://github.com/YunoHost/apps/pull/3454): add CVE-2026-31433 to security.toml
[22:44:26] <Yunohost Git/Infra notifications> Autoupdater just ran, here are the results:

- 93 pending update PRs
- 17 new apps PRs: dagu, emoncms, forgejo, glpi, grav, grist, jackett, kresus, n8n, rahoot, rallly, snweb, sparkyfitness, tooljet, warpgate, webtrees, whitebophir
- 8 failed apps updates: calcom, jenkins, loki, my_capsule, passed, penpot, piped, stirling-pdf

See the full log here: https://paste.yunohost.org/raw/yaxiceduha
Autoupdate dashboard: https://apps.yunohost.org/dash?filter=autoupdate
[22:46:35] <Yunohost Git/Infra notifications> [apps] a​lexAubin [commented](https://github.com/YunoHost/apps/pull/3454#discussion_r3164648423) on pull request #3454 add CVE-2026-31433 to security.toml: not sure where the 6.19.12-1 comes from but from https://security-tracker.debian.org/tracker/CVE-2026-31431, Debian folk...
[23:14:26] <Yunohost Git/Infra notifications> [apps] y​unohost-bot opened [pull request #3455](https://github.com/YunoHost/apps/pull/3455): Add Mosparo to wishlist