[00:06:49]
<Yunohost Git/Infra notifications> [appgenerator] orhtej2 opened [issue #16](https://github.com/YunoHost/appgenerator/issues/16): manifest.toml no longer in resulting ZIP
[00:55:41]
<miro5001> Automated timezone PR to master not testing
[01:28:45]
<Yunohost Git/Infra notifications> [snappymail_ynh] Salamandar merged [pull request #199](https://github.com/YunoHost-Apps/snappymail_ynh/pull/199): [autopatch] Autopatch to use timedatectl instead of legacy /etc/timezone
[01:28:46]
<Yunohost Git/Infra notifications> [snappymail_ynh] Salamandar pushed 1 commit to master: [autopatch] Autopatch to use timedatectl instead of legacy /etc/timezone ([bbf81ba1](https://github.com/YunoHost-Apps/snappymail_ynh/commit/bbf81ba1b8810b43a6782ae000622058a7b1009f))
[01:45:52]
<m606> Hello, I have a strange issue with MongoDB helpers `ynh_mongo_install` and `ynh_mongo_setup_db`:
- In the first one I get the following error (although I can access the URL without issue in a browser): `W: Failed to fetch http://repo.mongodb.org/apt/debian/dists/bookworm/mongodb-org/8.0/InRelease Could not resolve 'repo.mongodb.org'`. In the end, I don't get whether MongoDB is actually installed or not.
- in the second one, I get a `MongoNetworkError: connect ECONNREFUSED 127.0.0.1:27017`
Full log: https://paste.yunohost.org/munosahugo.txt
[01:45:53]
<orhtej2> > <@m606:matrix.org> Hello, I have a strange issue with MongoDB helpers `ynh_mongo_install` and `ynh_mongo_setup_db`:
> - In the first one I get the following error (although I can access the URL without issue in a browser): `W: Failed to fetch http://repo.mongodb.org/apt/debian/dists/bookworm/mongodb-org/8.0/InRelease Could not resolve 'repo.mongodb.org'`. In the end, I don't get whether MongoDB is actually installed or not.
> - in the second one, I get a `MongoNetworkError: connect ECONNREFUSED 127.0.0.1:27017`
>
> Full log: https://paste.yunohost.org/munosahugo.txt
Upstream error probably?
[01:45:53]
<m606> > Upstream error probably?
at MongoDB org you mean ?
[01:45:55]
<Yunohost Git/Infra notifications> [piped_ynh] yunohost-bot opened [pull request #206](https://github.com/YunoHost-Apps/piped_ynh/pull/206): Upgrade to v2025.05.13
[01:45:56]
<Yunohost Git/Infra notifications> [searxng_ynh] yunohost-bot opened [pull request #395](https://github.com/YunoHost-Apps/searxng_ynh/pull/395): Upgrade to v2025.05.18
[01:45:59]
<Yunohost Git/Infra notifications> Autoupdater just ran, here are the results:
- 44 pending update PRs
- 26 new apps PRs
- 11 failed apps updates: autobd, digipad, digiscreen, feber, forgejo, forte, gotosocial, homebox, khatru-pyramid, swingmusic, teddit
See the full log here: https://paste.yunohost.org/raw/pagixijiza
Autoupdate dashboard: https://apps.yunohost.org/dash?filter=autoupdate
[01:46:02]
<m606> > <@m606:matrix.org> at MongoDB org you mean ?
indeed, I've just tried it again, and `ynh_mongo_install` now works.
But `ynh_mongo_setup_db` still fails with `MongoNetworkError: connect ECONNREFUSED 127.0.0.1:27017` like in previous log.
[01:47:05]
<Aleks (he/him/il/lui)> that sounds weird, firewall is pretty unlikely to block loop-local traffic ...
[01:47:05]
<m606> could that be YNH-firewall-related ?
[01:47:11]
<m606> line 319: `systemctl restart mongod` and that fails.
maybe because only in line 366: ` yunohost service add mongod '--description=MongoDB daemon' --log=/var/log/mongodb/mongod.log` ?
[01:47:11]
<m606> > <@Alekswag:matrix.org> that sounds weird, firewall is pretty unlikely to block loop-local traffic ...
hmm yes
[01:47:11]
<m606> > <@m606:matrix.org> indeed, I've just tried it again, and `ynh_mongo_install` now works.
> But `ynh_mongo_setup_db` still fails with `MongoNetworkError: connect ECONNREFUSED 127.0.0.1:27017` like in previous log.
here is the log of this try: https://paste.yunohost.org/ibawikamit.txt
[01:47:35]
<m606> oh and in case it mattered, service `nftables` was disabled (due to https://github.com/YunoHost/issues/issues/2547). I've tried it again with `nftables` enabled, but same error message (log with service nftables enabled: https://paste.yunohost.org/ehuneyarof.txt).
[01:47:39]
<m606> > <@m606:matrix.org> line 319: `systemctl restart mongod` and that fails.
> maybe because only in line 366: ` yunohost service add mongod '--description=MongoDB daemon' --log=/var/log/mongodb/mongod.log` ?
I guess that the order of execution is actually not the issue: https://github.com/YunoHost/yunohost/blob/82e804f5c5ce185f0a750ffb2f7e93251ddc6ef4/helpers/helpers.v2.1.d/mongodb#L263-L266
[01:50:25]
<m606> also I get same result when trying to install Wekan from app catalog (it makes use of mongoDB too). Tested on YNH 12.1.5.1 & 12.1.6.1
[05:26:55]
<Yunohost Git/Infra notifications> [searxng_ynh] ewilly merged [pull request #395](https://github.com/YunoHost-Apps/searxng_ynh/pull/395): Upgrade to v2025.05.18
[05:26:57]
<Yunohost Git/Infra notifications> [searxng_ynh] ewilly deleted branch ci-auto-update-2025.05.18
[05:27:00]
<Yunohost Git/Infra notifications> [searxng_ynh] github-actions[bot] opened [pull request #396](https://github.com/YunoHost-Apps/searxng_ynh/pull/396): Upgrade master from testing
[05:27:11]
<Yunohost Git/Infra notifications> [searxng_ynh] ewilly merged [pull request #396](https://github.com/YunoHost-Apps/searxng_ynh/pull/396): Upgrade master from testing
[05:27:18]
<Yunohost Git/Infra notifications> [searxng_ynh] ewilly deleted branch master-promotion
[07:17:03]
<Yunohost Git/Infra notifications> [piped_ynh] orhtej2 merged [pull request #206](https://github.com/YunoHost-Apps/piped_ynh/pull/206): Upgrade to v2025.05.13
[07:17:06]
<Yunohost Git/Infra notifications> [piped_ynh] orhtej2 deleted branch ci-auto-update-2025.05.13
[11:56:06]
<Andre Black Scribe> Greetings fellow Yunohosters and server janitors :P.
I want to install the Outline app. But I don't have a domain.
**Is it possible to install it on a local domain like: yuno.local, outline.yuno.local, or dex.yuno.local?**
According to this blog post, it's not possible: https://forum.yunohost.org/t/outline-server-not-found-on-dedicated-subdomain/27766/7
[11:58:24]
<Salamandar> it should be possible but apparently outline requires a domain of its own (and NOT a subdomain) ??
so it could be yunoutline.local or dex-yuno.local but NOT dex.yuno.local ?
[11:59:48]
<Andre Black Scribe> ill give it a try
[12:14:53]
<m606> > <@m606:matrix.org> also I get same result when trying to install Wekan from app catalog (it makes use of mongoDB too). Tested on YNH 12.1.5.1 & 12.1.6.1
apparently not this issue with CI (running on YNH 12.0.12): https://ci-apps.yunohost.org/ci/job/18250
Would there be a CI working with a newer version of YNH (but not Trixie as MongoDB package does not exist for it yet apparently) ?
[12:16:27]
<Andre Black Scribe> https://aria.im/_bifrost/v1/media/download/AXnpaUxvWgut6345n6CKWpCs4wLJi69t5rdttXX2_loxScyew5oAJE0C8SEH4v-QJCpjOZLHkwo00dljHhgU6mxCeW7Z-wqQAG1hdHJpeC5vcmcvUE1qRUVSeU94VFViWWlSeU1zUUZVQ2NL
[12:16:29]
<Andre Black Scribe> https://aria.im/_bifrost/v1/media/download/Afld0zZDD8jid7ilp7MY72yrBZumWlGhJuESDlgGuww0WxJ_6K2dNRQJ6Ng8fdX73xmlIf9v2ygXwMJNlCCP9bNCeW7Z-1jwAG1hdHJpeC5vcmcvQ3J5cm5hRU92YUpKVkNuQldUUGtsWWRC
[12:17:48]
<Andre Black Scribe> this is the setup i have but it seems that im locked in a loop where i have to grant access after logging in.
```bash
{"label":"http","level":"info","message":" --> GET / 200 24ms 1.42kb"}
{"label":"http","level":"info","message":" <-- POST /api/auth.info"}
{"label":"http","level":"info","message":" xxx POST /api/auth.info 401 4ms -"}
{"label":"http","level":"info","message":" <-- POST /api/auth.config"}
{"label":"http","level":"info","message":" --> POST /api/auth.config 200 6ms 115b"}
{"label":"http","level":"info","message":" <-- GET /auth/oidc"}
{"label":"http","level":"info","message":" --> GET /auth/oidc 302 1ms 0b"}
{"label":"http","level":"info","message":" <-- GET /static/sw.js"}
{"label":"http","level":"info","message":" --> GET /static/sw.js 200 7ms 15.64kb"}
{"label":"http","level":"info","message":" <-- GET /static/sw.js"}
{"label":"http","level":"info","message":" --> GET /static/sw.js 200 7ms 15.64kb"}
{"label":"http","level":"info","message":" <-- GET /"}
{"label":"http","level":"info","message":" --> GET / 200 26ms 1.42kb"}
{"label":"http","level":"info","message":" <-- POST /api/auth.info"}
{"label":"http","level":"info","message":" xxx POST /api/auth.info 401 6ms -"}
{"label":"http","level":"info","message":" <-- POST /api/auth.config"}
{"label":"http","level":"info","message":" --> POST /api/auth.config 200 7ms 115b"}
{"label":"http","level":"info","message":" <-- GET /auth/oidc"}
{"label":"http","level":"info","message":" --> GET /auth/oidc 302 2ms 0b"}
{"label":"http","level":"info","message":" <-- GET /"}
{"label":"http","level":"info","message":" --> GET / 200 24ms 1.43kb"}
{"label":"http","level":"info","message":" <-- POST /api/auth.info"}
{"label":"http","level":"info","message":" xxx POST /api/auth.info 401 2ms -"}
{"label":"http","level":"info","message":" <-- POST /api/auth.config"}
{"label":"http","level":"info","message":" --> POST /api/auth.config 200 5ms 115b"}
{"label":"http","level":"info","message":" <-- GET /auth/oidc"}
{"label":"http","level":"info","message":" --> GET /auth/oidc 302 1ms 0b"}
```
[12:19:07]
<m606> or alternatively, that would be great if someone running last testing YNH version (12.1.6.1) would accept to try and install Wekan from the app catalog and let me know the result - just to confirm the issue is not only for me
[12:19:20]
<Yunohost Git/Infra notifications> [nextcloud_ynh] tio-trom closed [issue #798](https://github.com/YunoHost-Apps/nextcloud_ynh/issues/798): Many errors after the latest update
[12:19:20]
<Yunohost Git/Infra notifications> [nextcloud_ynh] tio-trom [commented](https://github.com/YunoHost-Apps/nextcloud_ynh/issues/798#issuecomment-2890803051) on [issue #798](https://github.com/YunoHost-Apps/nextcloud_ynh/issues/798) Many errors after the latest update: Most of these are fixed with the latest update. Will close.
[12:42:33]
<Andre Black Scribe> With the help of Perplexity it now works after adding: NODE_TLS_REJECT_UNAUTHORIZED=0 to the file /var/www/outline/.env
[14:18:19]
<Yunohost Git/Infra notifications> [nextcloud_ynh] utzer [commented](https://github.com/YunoHost-Apps/nextcloud_ynh/issues/803#issuecomment-2891211256) on [issue #803](https://github.com/YunoHost-Apps/nextcloud_ynh/issues/803) Abort update process if incompatible apps are installed: > Ive noticed that I didnt update all apps prior my upgrade. Maybe that was the issue why my upgrade failed,
[...]
> M...
[15:24:58]
<Yunohost Git/Infra notifications> [nextcloud_ynh] brockhaus [commented](https://github.com/YunoHost-Apps/nextcloud_ynh/issues/803#issuecomment-2891437498) on [issue #803](https://github.com/YunoHost-Apps/nextcloud_ynh/issues/803) Abort update process if incompatible apps are installed: Same here: Tried to update today again, and it finished successfully \o/
[20:46:34]
<m606> > <@m606:matrix.org> apparently not this issue with CI (running on YNH 12.0.12): https://ci-apps.yunohost.org/ci/job/18250
> Would there be a CI working with a newer version of YNH (but not Trixie as MongoDB package does not exist for it yet apparently) ?
Up - would there be an easy way to have Yunorunner run last `testing` release of YNH?
[21:17:55]
<Yunohost Git/Infra notifications> [nextcloud_ynh] hermann-san [commented](https://github.com/YunoHost-Apps/nextcloud_ynh/issues/803#issuecomment-2892283495) on [issue #803](https://github.com/YunoHost-Apps/nextcloud_ynh/issues/803) Abort update process if incompatible apps are installed: > Is this issue fixed in 31.0.5~ynh1?
I dont know if there was an issue with YH. I believe my problem was my failure to...
[21:18:03]
<Yunohost Git/Infra notifications> [nextcloud_ynh] hermann-san [commented](https://github.com/YunoHost-Apps/nextcloud_ynh/issues/803#issuecomment-2892283495) on [issue #803](https://github.com/YunoHost-Apps/nextcloud_ynh/issues/803) Abort update process if incompatible apps are installed: > Is this issue fixed in 31.0.5~ynh1?
I dont know if there was an issue with YH. I believe my problem was my failure t...
[22:23:09]
<Yunohost Git/Infra notifications> [penpot_ynh] yunohost-bot opened [pull request #114](https://github.com/YunoHost-Apps/penpot_ynh/pull/114): Upgrade sources
[22:28:27]
<Yunohost Git/Infra notifications> Autoupdater just ran, here are the results:
- 24 pending update PRs
- 12 new apps PRs
- 5 failed apps updates: homebox, khatru-pyramid, opencloud, piped, swingmusic
See the full log here: https://paste.yunohost.org/raw/pisogileqo
Autoupdate dashboard: https://apps.yunohost.org/dash?filter=autoupdate