Thursday, April 09, 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      
             

[05:21:18] <Yunohost Git/Infra notifications> [jellyfin_ynh] T​hovi98 pushed to testing: apply shellcheck to fix restore ([63cbb67c](https://github.com/YunoHost-Apps/jellyfin_ynh/commit/63cbb67c3f5263f1ce001ba728fa833b586e21c4))
[05:32:14] <Yunohost Git/Infra notifications> [apps] T​hovi98 [commented](https://github.com/YunoHost/apps/pull/3421#issuecomment-4211655289) on [issue #3421](https://github.com/YunoHost/apps/pull/3421) Add Clipbucket to wishlist: [License](https://github.com/MacWarrior/clipbucket-v5/blob/master/LICENSE) is a custom one but seems ok https://github....
[05:32:15] <Yunohost Git/Infra notifications> [apps] T​hovi98 pushed to main: Add Clipbucket to wishlist (#3421) ([a6487c82](https://github.com/YunoHost/apps/commit/a6487c82e6523bdecb8c68fcc6d05fdbf611c0ae))
[05:32:16] <Yunohost Git/Infra notifications> [apps] T​hovi98 merged [pull request #3421](https://github.com/YunoHost/apps/pull/3421): Add Clipbucket to wishlist
[05:32:17] <Yunohost Git/Infra notifications> [apps] T​hovi98 deleted branch add-to-wishlist-clipbucket
[05:51:29] <Yunohost Git/Infra notifications> [jellyfin_ynh] T​hovi98 [commented](https://github.com/YunoHost-Apps/jellyfin_ynh/issues/228#issuecomment-4211738499) on [issue #228](https://github.com/YunoHost-Apps/jellyfin_ynh/issues/228) Update to 10.11.17 for critical security fixes: You are welcome to test the upgrade:

sudo yunohost app upgrade jellyfin -u https://github.com/YunoHost-Apps/jellyfin_y...
[05:51:30] <Yunohost Git/Infra notifications> [jellyfin_ynh] T​hovi98 [commented](https://github.com/YunoHost-Apps/jellyfin_ynh/pull/226#issuecomment-4199470075) on [issue #226](https://github.com/YunoHost-Apps/jellyfin_ynh/pull/226) Testing: Upgrade went fine on my prod @tituspijean, it seems that the CI (at least) doesn’t like your commit https://github.com/...
[06:22:20] <Yunohost Git/Infra notifications> [apps] g​manaud [commented](https://github.com/YunoHost/apps/pull/3418#issuecomment-4211897596) on [issue #3418](https://github.com/YunoHost/apps/pull/3418) Add Yamtrack to the catalog: Yes if it is possible :-)
[11:15:13] <m606> Would the reverse proxy in YNH be better referred to by another IP than 127.0.0.1 ? e.g. 192.x.x.x or ipv6 ?
For kanboard_ynh it needs to be set in `TRUSTED_PROXY_NETWORKS` constant (https://github.com/YunoHost-Apps/kanboard_ynh/pull/234#issuecomment-4210779389)

Using 127.0.0.x does not work. Using 0.0.0.0 works (but probably unsafe)
This constant is used to perform this check in upstream code: https://github.com/kanboard/kanboard/blob/1a9a32da1118a095325ecec50d4c0a784dcd46f8/app/Core/Http/Request.php#L500
And dumping `getClientIpAddress` shows me a short ipv6 (or so?) starting with `fd42::`
[11:27:29] <m606> hmm `getClientIpAddress` is probably irrelevant
[11:27:30] <m606> (IP could here be wireguard connection on the same server)
[11:32:16] <m606> but then if it compares client IP (and that it can be anything) to trusted proxy network IP range, I guess in the context of YNH everything should be allowed ?
[11:54:31] <m606> do I understand correctly YNH network layers: Client -> Nginx Reverse Proxy -> FastCGI Server -> App?
[12:39:18] <Yunohost Git/Infra notifications> [apps] T​hovi98 pushed to workout-cool: add workout-cool to catalog ([a31d09a4](https://github.com/YunoHost/apps/commit/a31d09a4c9753386a79e6301716d1ce66b05d098))
[12:40:32] <Yunohost Git/Infra notifications> [apps] T​hovi98 opened [pull request #3422](https://github.com/YunoHost/apps/pull/3422): add workout-cool to catalog
[12:47:32] <Yunohost Git/Infra notifications> [apps] T​hovi98 pushed to workout-cool: add category ([66a6cbb3](https://github.com/YunoHost/apps/commit/66a6cbb3f7edc22ca20cf2d6afd1241a6bdd2c84))
[12:47:33] <Yunohost Git/Infra notifications> [apps] T​hovi98 pushed to workout-cool: fix broken png ([9dd5fe1a](https://github.com/YunoHost/apps/commit/9dd5fe1af9670c131e862b02f07f8530359c8d77))
[15:42:40] <Yunohost Git/Infra notifications> Job [#30608](https://ci-apps.yunohost.org/ci/job/30608) for qr failed miserably :(
[18:33:29] <Yunohost Git/Infra notifications> [apps] e​ricgaspar merged [pull request #3422](https://github.com/YunoHost/apps/pull/3422): add workout-cool to catalog
[18:33:30] <Yunohost Git/Infra notifications> [apps] e​ricgaspar pushed to main: add workout-cool to catalog (#3422) * add workout-cool to catalog * add category * fix broken png ([adfa7e07](https://github.com/YunoHost/apps/commit/adfa7e0735aa6502a83546557f07a6beded7727f))
[18:33:32] <Yunohost Git/Infra notifications> [apps] e​ricgaspar deleted branch workout-cool
[18:33:39] <trendless> hey, nodebb's been failing CI for a bit and it looks like it's an npm version issue; I reverted to 10 from latest and that seems to have fixed it, but I don't have write-access on the repo if someone wants to review and/or push if it looks alright

https://github.com/YunoHost-Apps/nodebb_ynh/pull/131
[18:33:44] <Thomas> Thanks a lot!
[18:33:51] <orhtej2> > <@trendless:zeroes.ca> hey, nodebb's been failing CI for a bit and it looks like it's an npm version issue; I reverted to 10 from latest and that seems to have fixed it, but I don't have write-access on the repo if someone wants to review and/or push if it looks alright
>
> https://github.com/YunoHost-Apps/nodebb_ynh/pull/131

Wy have you commented out the test? It was failing preinstall?
[18:33:52] <Yunohost Git/Infra notifications> [element_ynh] e​ricgaspar merged [pull request #261](https://github.com/YunoHost-Apps/element_ynh/pull/261): Upgrade to v1.12.15
[18:34:02] <Yunohost Git/Infra notifications> [element_ynh] e​ricgaspar deleted branch ci-auto-update-1.12.15
[18:34:07] <trendless> yes, same issue: trying to install @latest, which fails
[18:34:17] <Yunohost Git/Infra notifications> [element_ynh] e​ricgaspar opened [pull request #262](https://github.com/YunoHost-Apps/element_ynh/pull/262): Testing
[18:34:24] <Yunohost Git/Infra notifications> [element_ynh] e​ricgaspar merged [pull request #262](https://github.com/YunoHost-Apps/element_ynh/pull/262): Testing
[18:34:26] <Yunohost Git/Infra notifications> App forgejo_runner rises from level 0 to 7 in job [#30617](https://ci-apps.yunohost.org/ci/job/30617) !
[18:34:27] <Yunohost Git/Infra notifications> [apps] e​willy opened [pull request #3423](https://github.com/YunoHost/apps/pull/3423): Add tracktor
[18:34:30] <Yunohost Git/Infra notifications> [apps] T​hovi98 merged [pull request #3423](https://github.com/YunoHost/apps/pull/3423): Add tracktor
[18:34:32] <Yunohost Git/Infra notifications> [apps] T​hovi98 pushed to main: Add tracktor (#3423) * Add tracktor to apps.toml * Add tracktor logo ([9a094792](https://github.com/YunoHost/apps/commit/9a09479267d6b52a74d085b26a0a6f27cd2288f5))
[19:37:32] <Yunohost Git/Infra notifications> App rclone goes down from level 8 to 2 in job [#30628](https://ci-apps.yunohost.org/ci/job/30628)
[19:43:07] <Yunohost Git/Infra notifications> App nodebb rises from level 0 to 8 in job [#30626](https://ci-apps.yunohost.org/ci/job/30626) !
[22:23:01] <Yunohost Git/Infra notifications> Job [#30645](https://ci-apps.yunohost.org/ci/job/30645) for lasuite-docs failed miserably :(
[22:23:01] <Yunohost Git/Infra notifications> [penpot_ynh] y​unohost-bot opened [pull request #192](https://github.com/YunoHost-Apps/penpot_ynh/pull/192): Upgrade to v2.14.2
[22:34:04] <Yunohost Git/Infra notifications> Autoupdater just ran, here are the results:

- 42 pending update PRs
- 13 new apps PRs: bludit, dodoc, flood, indico, invoiceninja5, lasuite-docs, liberaforms, mitra, mstream, netdata, nodebb, penpot, vikunja
- 3 failed apps updates: bentopdf, loki, passed

See the full log here: https://paste.yunohost.org/raw/nudupohuse
Autoupdate dashboard: https://apps.yunohost.org/dash?filter=autoupdate
[23:07:05] <Yunohost Git/Infra notifications> App tiki failed all tests in job [#30646](https://ci-apps.yunohost.org/ci/job/30646) !
[23:57:09] <Yunohost Git/Infra notifications> Autoupdater just ran, here are the results:

- 54 pending update PRs
- 1 new apps PRs: invoiceninja5
- 3 failed apps updates: bentopdf, loki, passed

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