[00:24:29]
<Paprika> Man took ages, but I finally got a stable self-hosted option out for [yunorunner_ynh](https://github.com/botagas/yunorunner_ynh). Was a pain, but it's now at a working condition.
[00:25:13]
<Paprika> Some of the changes might be useful to the official repo, since I no longer use system-wide packages (only venv), but will have to review that at a later time.
[00:26:27]
<Aleks (he/him/il/lui)> 221 commitz :O
[00:39:14]
<Yunohost Git/Infra notifications> [wireguard_ynh] dejalavidavolar opened [issue #119](https://github.com/YunoHost-Apps/wireguard_ynh/issues/119): wg-quick@wg0 failed
[00:48:06]
<Paprika> It was so much trial and error, and the main culprit was probably `ynh_replace`. Decided to ditch it completely and just use python for the more annoying changes.
Next up is seeing if I yunorunner can pass yunorunner tests haha
[00:48:16]
<Paprika> It was so much trial and error, and the main culprit was probably `ynh_replace`. Decided to ditch it completely and just use python for the more annoying changes.
Next up is seeing if I can make yunorunner pass yunorunner tests haha
[01:21:29]
<Yunohost Git/Infra notifications> [wireguard_ynh] dejalavidavolar [commented](https://github.com/YunoHost-Apps/wireguard_ynh/issues/119#issuecomment-2829173054) on [issue #119](https://github.com/YunoHost-Apps/wireguard_ynh/issues/119) wg-quick@wg0 failed: Sorry. I just found this and its solved:
https://bodhilinux.boards.net/thread/450/wireguard-rtnetlink-answers-permissio...
[08:12:47]
<Yunohost Git/Infra notifications> [apps] zeroheure opened [pull request #2936](https://github.com/YunoHost/apps/pull/2936): move DumbWhois in utilities
[08:14:46]
<Yunohost Git/Infra notifications> [apps] ericgaspar merged [pull request #2936](https://github.com/YunoHost/apps/pull/2936): move DumbWhois in utilities
[08:14:47]
<Yunohost Git/Infra notifications> [apps] ericgaspar pushed 1 commit to main: move DumbWhois in utilities (#2936) ([f69249cd](https://github.com/YunoHost/apps/commit/f69249cd312b07184054e6d94aaaeef0a630db8d))
[08:19:36]
<Yunohost Git/Infra notifications> [apps] zeroheure opened [pull request #2937](https://github.com/YunoHost/apps/pull/2937): add rssreader subtag to Glance
[08:21:19]
<Yunohost Git/Infra notifications> [apps] zeroheure [commented](https://github.com/YunoHost/apps/pull/2936#issuecomment-2829709984) on [issue #2936](https://github.com/YunoHost/apps/pull/2936) move DumbWhois in utilities: You are fast
[08:28:55]
<Yunohost Git/Infra notifications> [apps] zeroheure opened [pull request #2938](https://github.com/YunoHost/apps/pull/2938): move Change Detection and Logdy in Monitoring sub category
[09:44:08]
<Yunohost Git/Infra notifications> [apps] ericgaspar merged [pull request #2937](https://github.com/YunoHost/apps/pull/2937): add rssreader subtag to Glance
[09:44:08]
<Yunohost Git/Infra notifications> [apps] ericgaspar pushed 1 commit to main: add rssreader subtag to Glance (#2937) ([f3b180db](https://github.com/YunoHost/apps/commit/f3b180db2a154a0d623d512db1842f041c204274))
[11:52:56]
<Paprika> If `main.default` in `[resources.ports]` is set, does `args.ports` in `tests.toml` overwrite that?
[11:57:30]
<Yunohost Git/Infra notifications> [vaultwarden_ynh] tr1p0p [commented](https://github.com/YunoHost-Apps/vaultwarden_ynh/issues/271#issuecomment-2830222934) on [issue #271](https://github.com/YunoHost-Apps/vaultwarden_ynh/issues/271) change-url does not update config.json resulting in a potential 404: Yeah, i confirm it behave like that and show a 404 pages
[12:12:11]
<Yunohost Git/Infra notifications> [nextcloud_ynh] brockhaus [commented](https://github.com/YunoHost-Apps/nextcloud_ynh/issues/803#issuecomment-2830254692) on [issue #803](https://github.com/YunoHost-Apps/nextcloud_ynh/issues/803) Abort update process if incompatible apps are installed: I had the same problem. The 30->31 updater reported incompatible apps but updated anyways.
Then it reported failing wha...
[12:24:30]
<Aleks (he/him/il/lui)> nope
[12:31:52]
<Paprika> What's the best way to overwrite the port value then? Been browsing the docs and can't find anything. If I don't use `main.default`, then it will assign a random port that's available (I assume). I could use `install.ports` for example to set a custom port or set it in `_common.sh` or someway else, but will that even overwrite the default port value?
[12:35:10]
<Aleks (he/him/il/lui)> what's the context, what do you want exactly
[12:35:19]
<Aleks (he/him/il/lui)> if you want a fixed value there's "main.fixed"
[12:36:19]
<Paprika> I simply wanted to set a different port in `tests.toml` than `main.default` in `manifest.toml`.
[12:37:06]
<Aleks (he/him/il/lui)> yes but why ... in the vast majority of case, the port is just here to have a way for nginx to talk with the app, it doesnt matter what's the value of the port
[12:40:27]
<gredin67> how to run https://github.com/YunoHost-Apps/arn_messager_ynh/blob/init_dev/scripts/install#L104 in the CI ? Can we fake that synapse is installed on a domain with valid certificate ?
Josué maybe ?
[13:15:07]
<orhtej2> > <@gredin67:matrix.fdn.fr> how to run https://github.com/YunoHost-Apps/arn_messager_ynh/blob/init_dev/scripts/install#L104 in the CI ? Can we fake that synapse is installed on a domain with valid certificate ?
> Josué maybe ?
Synapse is installed 🤔
[13:15:24]
<orhtej2> I mean here: https://github.com/YunoHost-Apps/arn_messager_ynh/blob/540c8b8b5f9da34ae172d7fe8b56361a505eefd9/tests.toml#L42
[14:32:04]
<Yunohost Git/Infra notifications> [apps] zeroheure opened [pull request #2940](https://github.com/YunoHost/apps/pull/2940): add proxy subtag to Squid
[15:05:02]
<Yunohost Git/Infra notifications> [apps] yunohost-bot opened [pull request #2941](https://github.com/YunoHost/apps/pull/2941): Update app levels according to CI results
[15:26:32]
<Yunohost Git/Infra notifications> [apps] ericgaspar approved [pull request #2939](https://github.com/YunoHost/apps/pull/2939#pullrequestreview-2794508360) move Readeck in reading cat.
[15:26:34]
<Yunohost Git/Infra notifications> [apps] ericgaspar merged [pull request #2939](https://github.com/YunoHost/apps/pull/2939): move Readeck in reading cat.
[15:26:35]
<Yunohost Git/Infra notifications> [apps] ericgaspar pushed 1 commit to main: move Readeck un reading cat. (#2939) Software similar to Wallabag, so moved it in the same category. ([f3ca18ea](https://github.com/YunoHost/apps/commit/f3ca18ea404d8e964d94a4351591346db135f244))
[15:28:29]
<Yunohost Git/Infra notifications> [apps] ericgaspar pushed 1 commit to main: add proxy subtag to Squid (#2940) ([59142aae](https://github.com/YunoHost/apps/commit/59142aae864c2bf5361fec195d103b3b393f6092))
[15:28:30]
<Yunohost Git/Infra notifications> [apps] ericgaspar merged [pull request #2940](https://github.com/YunoHost/apps/pull/2940): add proxy subtag to Squid
[15:29:39]
<Yunohost Git/Infra notifications> [apps] ericgaspar merged [pull request #2938](https://github.com/YunoHost/apps/pull/2938): move Change Detection and Logdy in Monitoring sub category
[15:29:42]
<Yunohost Git/Infra notifications> [apps] ericgaspar pushed 1 commit to main: move Change Detection and Logdy in Monitoring sub category (#2938) ([b4221087](https://github.com/YunoHost/apps/commit/b42210872626874d40c49ee318a583177ba66cd2))
[15:48:44]
<Yunohost Git/Infra notifications> [apps] Tagadda created new branch Tagadda-patch-1
[15:48:45]
<Yunohost Git/Infra notifications> [apps] Tagadda pushed 1 commit to Tagadda-patch-1: Fix branch for readflow ([174ab474](https://github.com/YunoHost/apps/commit/174ab474cd886a592db1466a2580b949300ed303))
[15:48:56]
<Yunohost Git/Infra notifications> [apps] Tagadda opened [pull request #2942](https://github.com/YunoHost/apps/pull/2942): Fix branch for readflow
[15:50:59]
<Yunohost Git/Infra notifications> [apps] Tagadda pushed 1 commit to main: Fix branch for readflow (#2942) * Fix branch for readflow * :art: Format TOML with Taplo --------- Co-authored-by: y... ([b57b361f](https://github.com/YunoHost/apps/commit/b57b361fcaac02309ae27b175508de4a32c72be6))
[15:51:00]
<Yunohost Git/Infra notifications> [apps] Tagadda merged [pull request #2942](https://github.com/YunoHost/apps/pull/2942): Fix branch for readflow
[15:51:01]
<Yunohost Git/Infra notifications> [apps] Tagadda deleted branch Tagadda-patch-1
[15:56:20]
<Paprika> Seems like even more commits will be necessary. Completely missed adding support for a custom apps list for automatic ci tests 😀
[15:59:13]
<Yunohost Git/Infra notifications> [apps] Thovi98 created new branch fix-branch-for-influxdb_v2
[16:00:02]
<Yunohost Git/Infra notifications> [apps] Thovi98 pushed 1 commit to fix-branch-for-influxdb_v2: Fix branch for influxdb_v2 ([63a530da](https://github.com/YunoHost/apps/commit/63a530da1efe6f7c694e3b92f5e31f03c7e2b285))
[16:00:18]
<Yunohost Git/Infra notifications> [apps] Thovi98 opened [pull request #2943](https://github.com/YunoHost/apps/pull/2943): Fix branch for influxdb_v2
[16:01:05]
<Yunohost Git/Infra notifications> [apps] alexAubin merged [pull request #2943](https://github.com/YunoHost/apps/pull/2943): Fix branch for influxdb_v2
[16:01:05]
<Yunohost Git/Infra notifications> [apps] alexAubin pushed 1 commit to main: Fix branch for influxdb_v2 (#2943) ([ccdcbc1e](https://github.com/YunoHost/apps/commit/ccdcbc1e03f3f48604888db1bcaab48f0953df87))
[16:01:06]
<Yunohost Git/Infra notifications> [apps] alexAubin deleted branch fix-branch-for-influxdb_v2
[16:36:09]
<Yunohost Git/Infra notifications> [apps] Gredin67 opened [pull request #2944](https://github.com/YunoHost/apps/pull/2944): Add ARN-Messager
[16:36:38]
<Yunohost Git/Infra notifications> [apps] alexAubin [commented](https://github.com/YunoHost/apps/pull/2944#discussion_r2060557172) on pull request #2944 Add ARN-Messager: suggestion state = "notworking"
[17:29:19]
<Yunohost Git/Infra notifications> [apps] Tagadda merged [pull request #2944](https://github.com/YunoHost/apps/pull/2944): Add ARN-Messager
[17:29:19]
<Yunohost Git/Infra notifications> [apps] Tagadda pushed 1 commit to main: Add ARN-Messager (#2944) * Add ARN-Messager A robot for chat network interoperability * typo notworking Co-authored-... ([a5a30b13](https://github.com/YunoHost/apps/commit/a5a30b137ef6330e8140019860312b8bc9c47d11))
[22:22:43]
<Yunohost Git/Infra notifications> [stirling-pdf_ynh] yunohost-bot opened [pull request #55](https://github.com/YunoHost-Apps/stirling-pdf_ynh/pull/55): Upgrade sources
[22:26:40]
<Yunohost Git/Infra notifications> Autoupdater just ran, here are the results:
- 25 pending update PRs
- 13 new apps PRs
- 6 failed apps updates: dokos, khatru-pyramid, photoprism, pixelfedglitch, readflow, snweb
See the full log here: https://paste.yunohost.org/raw/giyaferuxa