Saturday, April 11, 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      
             

[00:00:02] <Yunohost Git/Infra notifications> [piped_ynh] o​rhtej2 pushed to ci-auto-update-sources-947ca284: Update install ([d38d3ceb](https://github.com/YunoHost-Apps/piped_ynh/commit/d38d3ceb69f82cd843283d0369b998c987d5c716))
[00:00:39] <Yunohost Git/Infra notifications> [piped_ynh] o​rhtej2 edited [pull request #276](https://github.com/YunoHost-Apps/piped_ynh/pull/276): Upgrade sources
[00:00:42] <Yunohost Git/Infra notifications> [piped_ynh] o​rhtej2 pushed to ci-auto-update-sources-947ca284: Upgrade sources - main v2026.04.06: https://github.com/TeamPiped/Piped/compare/268ea742c3bf8cfc008ab1ab6206ac807d0776d... ([54aef776](https://github.com/YunoHost-Apps/piped_ynh/commit/54aef77642041abf56f54e921303f1fd7709e688))
[00:00:45] <Yunohost Git/Infra notifications> [piped_ynh] o​rhtej2 pushed to ci-auto-update-sources-947ca284: Auto-update READMEs ([7174950c](https://github.com/YunoHost-Apps/piped_ynh/commit/7174950c11eed08ee38dcce5ba18c9606d7127d1))
[00:00:47] <Yunohost Git/Infra notifications> [piped_ynh] o​rhtej2 pushed to ci-auto-update-sources-947ca284: Merge branch ci-auto-update-2026.04.06 into ci-auto-update-sources-947ca284 ([f0320e73](https://github.com/YunoHost-Apps/piped_ynh/commit/f0320e73887497a9791a11dbf1eeb4cb2b4f33f8))
[00:00:50] <Yunohost Git/Infra notifications> [jellyfin_ynh] b​abastienne [commented](https://github.com/YunoHost-Apps/jellyfin_ynh/issues/228#issuecomment-4227348866) on [issue #228](https://github.com/YunoHost-Apps/jellyfin_ynh/issues/228) Update to 10.11.17 for critical security fixes: Sorry for the delay. I tested the upgrade on my server.
Update went fine, no warning or any error in the logs. The insta...
[00:02:13] <Yunohost Git/Infra notifications> [piped_ynh] y​unohost-bot opened [pull request #277](https://github.com/YunoHost-Apps/piped_ynh/pull/277): Upgrade sources
[00:02:20] <Yunohost Git/Infra notifications> Autoupdater just ran, here are the results:

- 55 pending update PRs
- 4 new apps PRs: homarr, piped, tunarr, whitebophir
- 2 failed apps updates: loki, passed

See the full log here: https://paste.yunohost.org/raw/iduyixituy
Autoupdate dashboard: https://apps.yunohost.org/dash?filter=autoupdate
[01:45:11] <Yunohost Git/Infra notifications> App pinkarrows goes down from level 8 to 2 in job [#30717](https://ci-apps.yunohost.org/ci/job/30717)
[02:18:05] <Yunohost Git/Infra notifications> [jellyfin_ynh] k​ay0u [commented](https://github.com/YunoHost-Apps/jellyfin_ynh/pull/226#issuecomment-4227801198) on [issue #226](https://github.com/YunoHost-Apps/jellyfin_ynh/pull/226) Testing: > For me it’s now at /var/www/jellyfin/cache/transcodes. It’s taking some places and it’s cache, so I understand putting...
[07:31:00] <Yunohost Git/Infra notifications> [jellyfin_ynh] T​hovi98 pushed to testing: update TranscodingTempPath as well during install_dir migration ([2a71b0b2](https://github.com/YunoHost-Apps/jellyfin_ynh/commit/2a71b0b207c36c3cc7750daf0e65209ea8d14b82))
[07:58:58] <Yunohost Git/Infra notifications> App overleaf failed all tests in job [#30726](https://ci-apps.yunohost.org/ci/job/30726) !
[13:58:57] <corvo> @thovi98:matrix.org is bonfire fixed in the testing branch? should i try it?
[13:59:00] <Thomas> You can try, but the changes against master are only an upgrade of meilisearch. I’m not aware of an issue on the package right now?
[13:59:37] <corvo> this one https://forum.yunohost.org/t/bonfire-1-0-2-ynh1-infinite-login-reload/41872
[13:59:41] <Yunohost Git/Infra notifications> [piped_ynh] o​rhtej2 merged [pull request #276](https://github.com/YunoHost-Apps/piped_ynh/pull/276): Upgrade sources
[14:04:22] <Yunohost Git/Infra notifications> App pleroma stays broken (level 0) in job [#30727](https://ci-apps.yunohost.org/ci/job/30727)
[14:07:55] <orhtej2> > <@m606:matrix.org> do you have examples in mind of apps doing partial upgrades: i.e. if a manifest contains 2 resources (main app + 1 dep), during upgrade script check whether dep has been updated before replacing it (allowing to skip its useless recompilation) ?

No
[14:42:32] <m606> errr actually already did something for it `if $(dpkg --compare-versions "$handbrake_version_previous" "ne" "$handbrake_version"); then`
[16:23:11] <m606> this fails `find "$install_dir/arm-dependencies" ! -name 'requirement.txt' -type f -exec ynh_safe_rm {} + #remove all but requirement.txt`
[16:23:14] <m606> this fails `find "$install_dir/arm-dependencies" ! -name 'requirement.txt' -type f -exec ynh_safe_rm {} + #remove all but requirement.txt`
[16:23:16] <m606> due to `ynh_safe_rm` not being recognized
[16:23:17] <m606> due to subshell or so i guess
[16:23:19] <m606> ```
foo() { ...; }
export -f foo
find ... -exec bash -c 'foo "$@"' bash {} +
```
should do it
(via https://unix.stackexchange.com/questions/50692/executing-user-defined-function-in-a-find-exec-call)
[16:23:19] <m606> would there be a way to load helpers there?
[16:23:22] <Yunohost Git/Infra notifications> [nextcloud_ynh] c​dedert [commented](https://github.com/YunoHost-Apps/nextcloud_ynh/issues/871#issuecomment-4229710557) on [issue #871](https://github.com/YunoHost-Apps/nextcloud_ynh/issues/871) One more break in the nextcloud yunohost app...: > As log says you should disabled this app before upgrading.

How would I know what apps are going to cause the upgrade ...
[17:04:50] <Yunohost Git/Infra notifications> [nextcloud_ynh] e​ricgaspar [commented](https://github.com/YunoHost-Apps/nextcloud_ynh/issues/871#issuecomment-4229780238) on [issue #871](https://github.com/YunoHost-Apps/nextcloud_ynh/issues/871) One more break in the nextcloud yunohost app...: The issue title is mean.
[17:05:07] <Yunohost Git/Infra notifications> [piped_ynh] e​ricgaspar merged [pull request #277](https://github.com/YunoHost-Apps/piped_ynh/pull/277): Upgrade sources
[17:05:13] <Yunohost Git/Infra notifications> [piped_ynh] e​ricgaspar deleted branch ci-auto-update-sources-947ca284
[17:05:24] <Yunohost Git/Infra notifications> [piped_ynh] e​ricgaspar deleted branch fix-load-video
[17:05:34] <Yunohost Git/Infra notifications> [piped_ynh] e​ricgaspar deleted branch ci-auto-update-2026.03.28
[17:05:50] <Yunohost Git/Infra notifications> [piped_ynh] e​ricgaspar closed [pull request #273](https://github.com/YunoHost-Apps/piped_ynh/pull/273): Upgrade to v2026.03.28
[17:06:00] <Yunohost Git/Infra notifications> [piped_ynh] e​ricgaspar deleted branch ci-auto-update-2026.04.04
[17:06:05] <Yunohost Git/Infra notifications> [piped_ynh] e​ricgaspar closed [pull request #274](https://github.com/YunoHost-Apps/piped_ynh/pull/274): Upgrade to v2026.04.04
[17:06:06] <Yunohost Git/Infra notifications> [piped_ynh] e​ricgaspar pushed to ci-auto-update-2026.04.06: Merge pull request #277 from YunoHost-Apps/ci-auto-update-sources-947ca284 Upgrade sources ([64b0f775](https://github.com/YunoHost-Apps/piped_ynh/commit/64b0f775af3da37adb80ceba375f54b16c8dfe8d))
[17:06:08] <Yunohost Git/Infra notifications> [piped_ynh] e​ricgaspar pushed to ci-auto-update-2026.04.06: Merge branch testing into ci-auto-update-2026.04.06 ([04882cfb](https://github.com/YunoHost-Apps/piped_ynh/commit/04882cfb44f9410d9b1f86266166233408401003))
[17:06:12] <Yunohost Git/Infra notifications> [piped_ynh] e​ricgaspar closed [pull request #275](https://github.com/YunoHost-Apps/piped_ynh/pull/275): Upgrade to v2026.04.06
[17:06:15] <Yunohost Git/Infra notifications> [nextcloud_ynh] o​tm33GH [commented](https://github.com/YunoHost-Apps/nextcloud_ynh/issues/871#issuecomment-4229800030) on [issue #871](https://github.com/YunoHost-Apps/nextcloud_ynh/issues/871) One more break in the nextcloud yunohost app...: YNH is not responsible for app (in)compatibility with the latest nextcloud releases.
[17:06:18] <otm33> Am I wrong to say that pages in a PRE_UPGRADE folder are not (or are no longer) displayed?
[17:06:27] <Thomas> Last time I checked it worked well, where do you encounter the issue?
[17:06:31] <Aleks (he/him/il/lui)> They should be displayed before upgrading ? Possibly they are expected to be named with version numbers because the point of the folder is for pre-upgrade notifications for specific version, otherwise you should use PRE_UPGRADE.md
[17:07:54] <Yunohost Git/Infra notifications> App bludit failed all tests in job [#30730](https://ci-apps.yunohost.org/ci/job/30730) !
[17:07:57] <otm33> Ok, so this file is incorrectly named : https://github.com/YunoHost-Apps/nextcloud_ynh/blob/master/doc/PRE_UPGRADE.d/MAJOR_RELEASE.md
[17:21:16] <otm33> Thank you both. So it should be 33.0.2~ynh1.md right ?
[17:24:07] <Thomas> Yeah something like https://github.com/YunoHost-Apps/jellyfin_ynh/tree/testing/doc/PRE_UPGRADE.d
[17:27:38] <Yunohost Git/Infra notifications> [nextcloud_ynh] o​tm33GH opened [pull request #881](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/881): Rename MAJOR_RELEASE.md to 33.0.2~ynh1.md
[17:39:09] <miro5001> You can use `!changelog ` followed by the content of the pre-upgrade message in the PR
[17:39:22] <Thomas> After a quick look, it seems it’s a pre_upgrade that should be shown at each update?
[17:40:53] <Thomas> If that’s true, it should be more like https://github.com/YunoHost-Apps/immich_ynh/blob/16ea79717c922248296fc9588e6d1d9f5e9f94e6/doc/PRE_UPGRADE.md?plain=1 (outside the PRE_UPGRADE.d directory)
[17:41:07] <otm33> That was my first idea but I thought the repo key issue would soon be a thing of the past (hope so at least...)
[17:41:33] <otm33> Feel free to change to the most convenient option !
[18:21:03] <Yunohost Git/Infra notifications> App calcom stays broken (level 0) in job [#30738](https://ci-apps.yunohost.org/ci/job/30738)
[18:28:08] <Yunohost Git/Infra notifications> App chitchatter stays broken (level 0) in job [#30742](https://ci-apps.yunohost.org/ci/job/30742)
[19:05:38] <Yunohost Git/Infra notifications> App calcom stays broken (level 0) in job [#30745](https://ci-apps.yunohost.org/ci/job/30745)
[21:09:53] <Yunohost Git/Infra notifications> [piped_ynh] o​rhtej2 pushed to update: 2026.04.08 ([33ba3f6f](https://github.com/YunoHost-Apps/piped_ynh/commit/33ba3f6ff4f826839b50e5939ec86f85f578c454))
[21:11:15] <Yunohost Git/Infra notifications> [piped_ynh] o​rhtej2 opened [pull request #278](https://github.com/YunoHost-Apps/piped_ynh/pull/278): Update
[21:17:59] <Yunohost Git/Infra notifications> App bludit failed all tests in job [#30730](https://ci-apps.yunohost.org/ci/job/30730) !
[21:48:41] <Yunohost Git/Infra notifications> [apps] e​ricgaspar pushed 17 commits to ketesa ([e6f92f10957a...5de74a8e46be](https://github.com/YunoHost/apps/compare/e6f92f10957a...5de74a8e46be))
[21:48:42] <Yunohost Git/Infra notifications> [apps] e​ricgaspar pushed to ketesa: Merge branch main into ketesa ([93ca3fd0](https://github.com/YunoHost/apps/commit/93ca3fd0da6433b772785661aac3307b7f83073d))
[21:48:45] <Yunohost Git/Infra notifications> [apps] e​ricgaspar pushed to ketesa: Merge branch ketesa of https://github.com/YunoHost/apps into ketesa ([bc804b34](https://github.com/YunoHost/apps/commit/bc804b34caea07b66e5451ecb6319fd9b27ccf5f))
[21:51:47] <Yunohost Git/Infra notifications> e​ricgaspar renamed repository ketesa_ynh: synapse-admin package for YunoHost https://github.com/YunoHost-Apps/ketesa_ynh
[21:51:50] <Yunohost Git/Infra notifications> e​ricgaspar edited repository ketesa_ynh: Ketesa package for YunoHost https://github.com/YunoHost-Apps/ketesa_ynh
[21:51:53] <Yunohost Git/Infra notifications> e​ricgaspar edited repository ketesa_ynh: Ketesa package for YunoHost https://github.com/YunoHost-Apps/ketesa_ynh
[21:51:55] <corvo> microblog.pub is a completely abandoned project, maybe it's better to take it off from the store
[21:51:55] <Yunohost Git/Infra notifications> [apps] m​rPsycho [commented](https://github.com/YunoHost/apps/pull/3403#issuecomment-4230240364) on [issue #3403](https://github.com/YunoHost/apps/pull/3403) Add mtg_ynh to catalog: this one uptaded to recent mtg 2.2.8 and checked upgrade on 3 yunos.
[21:51:57] <psychozoic> please suggest what is missing to be pushed to catalog
[22:05:50] <Yunohost Git/Infra notifications> [piped_ynh] o​rhtej2 merged [pull request #278](https://github.com/YunoHost-Apps/piped_ynh/pull/278): Update
[22:09:55] <Yunohost Git/Infra notifications> [piped_ynh] o​rhtej2 pushed to orhtej2-patch-1: Update tests.toml ([02ab050e](https://github.com/YunoHost-Apps/piped_ynh/commit/02ab050e299003f7fe99aefcfc1bd8778fea73e4))
[22:13:39] <Yunohost Git/Infra notifications> [piped_ynh] o​rhtej2 opened [pull request #279](https://github.com/YunoHost-Apps/piped_ynh/pull/279): Update tests.toml
[22:21:31] <Yunohost Git/Infra notifications> [piped_ynh] o​rhtej2 merged [pull request #279](https://github.com/YunoHost-Apps/piped_ynh/pull/279): Update tests.toml
[22:24:07] <orhtej2> can you transfer the repo to `yunohost-apps` org?
[22:24:07] <miro5001> Why https://github.com/mrPsycho/mtg_ynh/blob/762ab96d5b81675d838959909457b00e50929a0b/conf/mtg.toml#L3
0.0.0.0 and not 127.0.0.1?
For the port, it should be declared as resource unless there is some specific need for the user to choose the port. Yunohost will provide a free port for the app (I don't know what this app is about)
We generally have two branches on yunohost apps : main (or master) and testing. We never work directly on main branch, always on testing (or another one that will be pushed to testing) then create a PR to main
[22:24:08] <psychozoic> not atm, i dont have permissions
[23:19:32] <psychozoic> binding to 127.0.0.1 is not applicable, as telegram clients are connecting to that service directly.
[23:19:33] <psychozoic> it is mtproto based proxy, specific for telegram.
and as this is needed to fight against ISP limitations, would be nice if port can be quite easy to change.
[23:19:41] <Yunohost Git/Infra notifications> Autoupdater just ran, here are the results:

- 47 pending update PRs
- 8 new apps PRs: filebrowser, homeassistant, jackett, ladder, librespeed, silverbullet, tandoor, whitebophir
- 2 failed apps updates: loki, passed

See the full log here: https://paste.yunohost.org/raw/ataxovoyam
Autoupdate dashboard: https://apps.yunohost.org/dash?filter=autoupdate
[23:19:42] <Yunohost Git/Infra notifications> [penpot_ynh] o​rhtej2 just made [pull request #193](https://github.com/YunoHost-Apps/penpot_ynh/pull/193) ready for review: Testing
[23:19:42] <Yunohost Git/Infra notifications> [penpot_ynh] o​rhtej2 merged [pull request #193](https://github.com/YunoHost-Apps/penpot_ynh/pull/193): Testing
[23:19:44] <Yunohost Git/Infra notifications> O​niriCorpe renamed repository mycart_ynh https://github.com/YunoHost-Apps/mycart_ynh
[23:23:10] <Yunohost Git/Infra notifications> [piped_ynh] o​rhtej2 pushed to testing: Update tests.toml ([d5782055](https://github.com/YunoHost-Apps/piped_ynh/commit/d5782055b1c56b3f65a9c891818cbef54358e6ae))
[23:23:12] <Yunohost Git/Infra notifications> [piped_ynh] o​rhtej2 merged [pull request #270](https://github.com/YunoHost-Apps/piped_ynh/pull/270): Testing
[23:59:33] <Nadine> Hi,
I put in quite a bit of time to make latest journiv version work again after upstream had been migrated from pip to uv. It doesn't seem like this app is actively maintained by anyone right now. Wanna take over maintenance to merge my PRs (e.g. https://github.com/YunoHost-Apps/journiv_ynh/pull/8). GH: CodeShakingSheep
Thanks
[23:59:39] <Yunohost Git/Infra notifications> Autoupdater just ran, here are the results:

- 53 pending update PRs
- 2 new apps PRs: owncast, whitebophir
- 2 failed apps updates: loki, passed

See the full log here: https://paste.yunohost.org/raw/ilefacijoz
Autoupdate dashboard: https://apps.yunohost.org/dash?filter=autoupdate