Friday, August 08, 2025
apps@conference.yunohost.org
August
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 31
             

[05:28:06] <Yunohost Git/Infra notifications> [apps] T​hovi98 closed [pull request #3081](https://github.com/YunoHost/apps/pull/3081): Add Dawarich to wishlist
[05:28:07] <Yunohost Git/Infra notifications> [apps] T​hovi98 [commented](https://github.com/YunoHost/apps/pull/3081#issuecomment-3166623460) on [issue #3081](https://github.com/YunoHost/apps/pull/3081) Add Dawarich to wishlist: Already on the wishlist https://apps.yunohost.org/wishlist?search=dawar An old version is installable via https://githu...
[05:28:09] <Yunohost Git/Infra notifications> [apps] T​hovi98 deleted branch add-to-wishlist-dawarich
[07:19:50] <lapineige> > 3319 INFO Deprovisioning system\_user...
> userdel: user plakar is currently used by process 272
> deluser: \`/usr/sbin/userdel plakar' returned error code 8. Exiting.

https://ci-apps-dev.yunohost.org/ci/job/11845
[07:20:52] <lapineige> I need help on this one, I don't get what I'm doing wrong : https://github.com/YunoHost-Apps/plakar_ynh/blob/remote_server/scripts/remove
[07:21:16] <lapineige> Before this PR the service where removed without any issue. Now it's not working, but I don't understand why 🤔
[07:35:16] <orhtej2> > I need help on this one, I don't get what I'm doing wrong : https://github.com/YunoHost-Apps/plakar_ynh/blob/remote_server/scripts/remove

You should stop the services first I think?
[07:37:11] <lapineige> Other apps don't do it, so I guess the helper handle this ? 🤔
[09:47:30] <orhtej2> BTW a wave of security updates to all (3?) Matrix servers in the catalog is expected early next week: https://matrix.org/blog/2025/07/security-predisclosure/
[09:48:59] <orhtej2> > Other apps don't do it, so I guess the helper handle this ? 🤔

Hard to say, some rouge process needs to be terminated and if you say this started failing the other service then it's the one that starts i.e. bg service rather than fg one that systemd can control
[10:04:19] <Thomas> > Other apps don't do it, so I guess the helper handle this ? 🤔

I've suggested a change about ynh_config_remove_systemd I think this will help
[10:55:56] <eric_G> I have the `filter.d/example` back in my system! (and no, I havn't installed example_ynh...)
```
2025-08-08 12:52:43,214 fail2ban.configreader [3740585]: WARNING 'allowipv6' not defined in 'Definition'. Using default one: 'auto'
2025-08-08 12:52:43,240 fail2ban.configreader [3740585]: ERROR Found no accessible config files for 'filter.d/example' under /etc/fail2ban
2025-08-08 12:52:43,240 fail2ban.jailreader [3740585]: ERROR Unable to read the filter 'example'
2025-08-08 12:52:43,240 fail2ban.jailsreader [3740585]: ERROR Errors in jail 'example'.
2025-08-08 12:52:43,255 fail2ban [3740585]: ERROR ERROR: test configuration failed
```
[11:12:15] <Yunohost Git/Infra notifications> [cryptpad_ynh] J​osue-T edited review [pull request #250](https://github.com/YunoHost-Apps/cryptpad_ynh/pull/250#pullrequestreview-3100339437): Data separation, remove editing config ...
[11:12:16] <Yunohost Git/Infra notifications> [cryptpad_ynh] J​osue-T [commented](https://github.com/YunoHost-Apps/cryptpad_ynh/pull/250#discussion_r2262619507) on pull request #250 Data separation, remove editing config ...: Il faut aussi restaurer le backup comme ici: https://github.com/YunoHost/example_ynh/blob/ac765f4e6eaf2600b46efd167adf4b...
[11:12:16] <Yunohost Git/Infra notifications> [cryptpad_ynh] J​osue-T [commented](https://github.com/YunoHost-Apps/cryptpad_ynh/pull/250#discussion_r2262644083) on pull request #250 Data separation, remove editing config ...: Il est vrais quen létait cest pas top car les clefs des admins ne sont pas gardée lors de upgrade. Par contre pour mo...
[11:12:16] <Yunohost Git/Infra notifications> [cryptpad_ynh] J​osue-T changes_requested [pull request #250](https://github.com/YunoHost-Apps/cryptpad_ynh/pull/250#pullrequestreview-3100339437) Data separation, remove editing config ...: Merci pour la pull request, la partie gestion du repertoire data me paraît bien, par contre pour la partie de gestion de...
[11:12:17] <Yunohost Git/Infra notifications> [cryptpad_ynh] J​osue-T [commented](https://github.com/YunoHost-Apps/cryptpad_ynh/pull/250#discussion_r2262615171) on pull request #250 Data separation, remove editing config ...: Je suis pas sûr que ca soie une bonne idée, de pre-créer un compte. Je préfèrerais garder la solution initiale, ou luti...
[13:37:37] <miro5001> > <@ericg:matrix.org> I have the `filter.d/example` back in my system! (and no, I havn't installed example_ynh...)
> ```
> 2025-08-08 12:52:43,214 fail2ban.configreader [3740585]: WARNING 'allowipv6' not defined in 'Definition'. Using default one: 'auto'
> 2025-08-08 12:52:43,240 fail2ban.configreader [3740585]: ERROR Found no accessible config files for 'filter.d/example' under /etc/fail2ban
> 2025-08-08 12:52:43,240 fail2ban.jailreader [3740585]: ERROR Unable to read the filter 'example'
> 2025-08-08 12:52:43,240 fail2ban.jailsreader [3740585]: ERROR Errors in jail 'example'.
> 2025-08-08 12:52:43,255 fail2ban [3740585]: ERROR ERROR: test configuration failed
> ```

Possibly an app that still has example fail2ban configuration
[13:38:19] <eric_G> ah yes, maybe...
[14:55:20] <NemStudio18> Hi,
I’ve spent two days working on an improved version of My_Webapp, now called FlexWebApp.
It is designed to support three execution modes:

Static: like current My_Webapp (plain HTML/JS/CSS)

Front Controller: all requests go through www/index.php (custom MVC)

Framework: typical framework layout, with www/public/index.php


The repo is available here and open for testing:
https://github.com/NemStudio18/FlexWebApp_ynh

I’d appreciate feedback especially on the NGINX config, to ensure routing to index.php works in all cases.
[14:56:30] <NemStudio18> J'ai modifié le nom parce que je savais pas si ça allait faire conflit avec mes installations officielles de my_webapp.

Pas de problème pour rechanger le nom et faire une maj de my_webapp
[15:38:57] <Yunohost Git/Infra notifications> e​ricgaspar edited repository sync-in_ynh: Sync-in package for YunoHost https://github.com/YunoHost-Apps/sync-in_ynh
[15:38:58] <Yunohost Git/Infra notifications> e​ricgaspar edited repository sync-in_ynh: Sync-in package for YunoHost https://github.com/YunoHost-Apps/sync-in_ynh
[15:39:24] <Yunohost Git/Infra notifications> e​ricgaspar edited repository sync-in_ynh: Sync-in package for YunoHost https://github.com/YunoHost-Apps/sync-in_ynh
[15:44:27] <Yunohost Git/Infra notifications> [apps] e​ricgaspar pushed 1 commit to set-Sync-in-as-working: Update apps.toml ([9d286f6f](https://github.com/YunoHost/apps/commit/9d286f6fe251581096bce5815847a78982c58f82))
[15:44:27] <Yunohost Git/Infra notifications> [apps] e​ricgaspar created new branch set-Sync-in-as-working
[15:44:33] <Yunohost Git/Infra notifications> [apps] e​ricgaspar opened [pull request #3082](https://github.com/YunoHost/apps/pull/3082): Update apps.toml
[15:44:42] <Yunohost Git/Infra notifications> [apps] e​ricgaspar merged [pull request #3082](https://github.com/YunoHost/apps/pull/3082): Update apps.toml
[15:44:43] <Yunohost Git/Infra notifications> [apps] e​ricgaspar pushed 1 commit to main: Update apps.toml (#3082) ([d36f21d6](https://github.com/YunoHost/apps/commit/d36f21d64be217d02ede7e8daccf67bd39b08b2a))
[15:44:43] <Yunohost Git/Infra notifications> [apps] e​ricgaspar deleted branch set-Sync-in-as-working
[15:47:08] <Thomas> App catalog update didn't run?
[15:47:29] <Thomas> I suspect because of http://ci-apps.yunohost.org/ which is unresponsible?
[15:47:57] <Aleks (he/him/il/lui)> i'm having a look
[16:16:14] <Yunohost Git/Infra notifications> [apps] y​unohost-bot opened [pull request #3083](https://github.com/YunoHost/apps/pull/3083): Update app levels according to CI results
[16:19:30] <Thomas> For rallly I've a fix, if someone could look into it/merge https://github.com/YunoHost-Apps/rallly_ynh/pull/33
[17:00:16] <Yunohost Git/Infra notifications> App piwigo goes down from level 7 to 1 in job [#20777](https://ci-apps.yunohost.org/ci/job/20777)
[17:02:07] <Yunohost Git/Infra notifications> Job [#20773](https://ci-apps.yunohost.org/ci/job/20773) for immich failed miserably :(
[17:07:03] <Yunohost Git/Infra notifications> App mediatracker failed all tests in job [#20780](https://ci-apps.yunohost.org/ci/job/20780) :(
[18:02:25] <Yunohost Git/Infra notifications> App etherpad goes down from level 8 to 1 in job [#20782](https://ci-apps.yunohost.org/ci/job/20782)
[18:03:59] <eric_G> Will this ID name cause an issue? https://github.com/YunoHost-Apps/sync-in_ynh/blob/efe5924683a3ee160a4f5a5f4e488fedffb0cb4b/manifest.toml#L5
[18:05:36] <eric_G> `$db\_name` as been replaced with `sync_in` but the app ID is `sync-in` 🤔
[18:43:19] <Yunohost Git/Infra notifications> T​hovi98 created repository workout-cool_ynh: Workout.cool package for YunoHost https://github.com/YunoHost-Apps/workout-cool_ynh
[19:56:37] <orhtej2> > <@ericg:matrix.org> $db_name as been replaced with `sync_in` but the app ID is `sync-in` 🤔

Prbably - is illegal in db nąme?
[20:20:52] <Yunohost Git/Infra notifications> [apps] e​ricgaspar pushed 1 commit to change-ID-name: Update apps.toml ([8956c8a4](https://github.com/YunoHost/apps/commit/8956c8a4ccf06946b7eddc045c7ec42a353e6449))
[20:20:52] <Yunohost Git/Infra notifications> [apps] e​ricgaspar created new branch change-ID-name
[20:21:01] <Yunohost Git/Infra notifications> [apps] e​ricgaspar opened [pull request #3084](https://github.com/YunoHost/apps/pull/3084): Update apps.toml
[20:21:10] <Yunohost Git/Infra notifications> [apps] e​ricgaspar merged [pull request #3084](https://github.com/YunoHost/apps/pull/3084): Update apps.toml
[20:21:10] <Yunohost Git/Infra notifications> [apps] e​ricgaspar pushed 1 commit to main: Update apps.toml (#3084) ([f6380ff4](https://github.com/YunoHost/apps/commit/f6380ff461e847a7cacf49d58642f8085c978e0f))
[20:21:11] <Yunohost Git/Infra notifications> [apps] e​ricgaspar deleted branch change-ID-name
[20:56:12] <orhtej2> @eric_G does it mattęr if - is replaced? https://github.com/YunoHost-Apps/syncserver-rs_ynh works just fine 🤷
[22:16:54] <Yunohost Git/Infra notifications> App plakar rises from level 0 to 7 in job [#20811](https://ci-apps.yunohost.org/ci/job/20811) !
[23:12:15] <orhtej2> Autoupdate where?