[00:37:39]
<Yunohost Git/Infra notifications> App zabbix goes down from level 7 to 6 in job [#20726](https://ci-apps.yunohost.org/ci/job/20726)
[02:13:46]
<Yunohost Git/Infra notifications> App rallly failed all tests in job [#20741](https://ci-apps.yunohost.org/ci/job/20741) :(
[02:13:47]
<Yunohost Git/Infra notifications> App piped failed all tests in job [#20744](https://ci-apps.yunohost.org/ci/job/20744) :(
[07:27:04]
<Yunohost Git/Infra notifications> App open-webui failed all tests in job [#20706](https://ci-apps.yunohost.org/ci/job/20706) :(
[08:40:12]
<orhtej2> > <@yunohostinfra:matrix.org> App open-webui failed all tests in job [#20706](https://ci-apps.yunohost.org/ci/job/20706) :(
Looks legit
[10:17:42]
<miro5001> > Looks legit
Yeah, I would be surprised if it doesn't fail 😌
[12:41:08]
<Yunohost Git/Infra notifications> [apps] wincelau opened [pull request #3076](https://github.com/YunoHost/apps/pull/3076): New signaturepdf logo
[14:53:34]
<Yunohost Git/Infra notifications> [apps] yunohost-bot opened [pull request #3077](https://github.com/YunoHost/apps/pull/3077): Add SyncIn to wishlist
[14:53:41]
<Yunohost Git/Infra notifications> [apps] yunohost-bot labeled Wishlist on [pull request #3077](https://github.com/YunoHost/apps/pull/3077): Add SyncIn to wishlist
[16:32:04]
<Yunohost Git/Infra notifications> [cryptpad_ynh] Boipisigre opened [pull request #250](https://github.com/YunoHost-Apps/cryptpad_ynh/pull/250): Data separation, remove editing config ...
[16:34:22]
<Yunohost Git/Infra notifications> [cryptpad_ynh] Boipisigre [commented](https://github.com/YunoHost-Apps/cryptpad_ynh/pull/250#issuecomment-3160839593) on [issue #250](https://github.com/YunoHost-Apps/cryptpad_ynh/pull/250) Data separation, remove editing config ...: Il est nécessaire de changer les messages anglais. et serait bien dajouter les messages en Allemand et Italien
[16:34:45]
<Yunohost Git/Infra notifications> [cryptpad_ynh] Boipisigre just made [pull request #250](https://github.com/YunoHost-Apps/cryptpad_ynh/pull/250) ready for review: Data separation, remove editing config ...
[18:06:27]
<Émy – OniriCorpe> Why is the $password setting not saved up by YunoHost?!
https://ci-apps-dev.yunohost.org/ci/job/11780
[18:10:18]
<Yunohost Git/Infra notifications> [apps] ericgaspar pushed 1 commit to main: New signaturepdf logo (#3076) ([4ced6d18](https://github.com/YunoHost/apps/commit/4ced6d18fcbdd2aa39a96f9272f9f79a0a75d6fb))
[18:10:19]
<Yunohost Git/Infra notifications> [apps] ericgaspar merged [pull request #3076](https://github.com/YunoHost/apps/pull/3076): New signaturepdf logo
[18:13:57]
<lapineige> You have to explicitly tell YNH to save it. It's the default behaviour
[18:14:12]
<lapineige> (Yeah it's confusing at first)
[22:19:08]
<lapineige> For Plakar app, as well as the web UI it supports exposing a (web ?) server to connect to/from a remote instance: https://www.plakar.io/docs/main/commands/plakar-server/index.html.
So there is 2 ports to use and so on.
Do you know how we can integrate that (in Nginx, YNH install script,…) in the packaging ?
[22:28:56]
<Yunohost Git/Infra notifications> Autoupdater just ran, here are the results:
- 53 pending update PRs
- 19 new apps PRs
- 5 failed apps updates: litechat, openemr, passed, plakar, prestashop
See the full log here: https://paste.yunohost.org/raw/ewodajacif
Autoupdate dashboard: https://apps.yunohost.org/dash?filter=autoupdate
[22:30:15]
<Aleks (he/him/il/lui)> and if needed you can request it to be exposed on the firewall etc
[22:30:25]
<Aleks (he/him/il/lui)> you can provision another port in the manifest, cf https://doc.yunohost.org/fr/packaging/manifest/resources/#ports
for example
`foobar.default = 12345` and then use `__PORT_FOOBAR__` in your conf
[22:30:27]
<lapineige> And how do we handle redirect in Nginx then ? 🤔
[22:30:55]
<lapineige> Oh right that might not be Nginx job
[22:30:57]
<Aleks (he/him/il/lui)> not sure what you mean, if that's just a reverse proxy then it's the usual `proxy_pass` ?
[22:31:26]
<Aleks (he/him/il/lui)> yeah if the port is to be directly exposed to the outside then just set `foobar.exposed = "TCP"` (assuming it's TCP) and then hmm nothing to do
[22:31:36]
<Aleks (he/him/il/lui)> the diagnosis will also check that the port is open when it gets run
[22:36:53]
<lapineige> And to add another systemD service for this use case, is it possible ? 🤔
[22:37:45]
<Aleks (he/him/il/lui)> yeah many app do have several systemd service
[22:37:48]
<Aleks (he/him/il/lui)> let me find one
[22:38:06]
<lapineige> 'Cause documentation seems empty 🤔 https://doc.yunohost.org/fr/packaging/scripts/#adding-a-systemd-service
[22:39:03]
<Aleks (he/him/il/lui)> a kind of extreme example : https://github.com/YunoHost-Apps/appflowy_ynh/blob/master/scripts/install#L135
and corresponding templates : https://github.com/YunoHost-Apps/appflowy_ynh/tree/master/conf
[22:40:17]
<lapineige> Thanks !
[22:44:53]
<miro5001> > <@Alekswag:matrix.org> a kind of extreme example : https://github.com/YunoHost-Apps/appflowy_ynh/blob/master/scripts/install#L135
> and corresponding templates : https://github.com/YunoHost-Apps/appflowy_ynh/tree/master/conf
Overleaf has 11
https://github.com/YunoHost-Apps/overleaf_ynh/tree/master/conf
[22:48:05]
<Aleks (he/him/il/lui)> mandatory https://www.youtube.com/watch?v=uMSV4OteqBE&t=60
[23:08:36]
<Aleks (he/him/il/lui)> and https://www.youtube.com/watch?v=y8OnoxKotPQ
[23:22:11]
<Yunohost Git/Infra notifications> App dotclear2 goes down from level 6 to 3 in job [#20754](https://ci-apps.yunohost.org/ci/job/20754)
[23:38:39]
<miro5001> > <@Alekswag:matrix.org> and https://www.youtube.com/watch?v=y8OnoxKotPQ
So it won't be hard to add birthday date to user profile in yunohost 🤪
[23:53:10]
<Aleks (he/him/il/lui)> Did you ever hear about LDAP 🫠
[23:56:12]
<Yunohost Git/Infra notifications> App snserver failed all tests in job [#20762](https://ci-apps.yunohost.org/ci/job/20762) :(