[10:46:57]
<Cippr> Hello, is the autoupdate.strategy = "latest_webpage_link" still in use ?
[10:47:41]
<Yunohost Git/Infra notifications> [uptime-kuma_ynh] DeMiro5001 opened [pull request #177](https://github.com/YunoHost-Apps/uptime-kuma_ynh/pull/177) : Testing
[10:47:43]
<Yunohost Git/Infra notifications> [uptime-kuma_ynh] DeMiro5001 merged [pull request #177](https://github.com/YunoHost-Apps/uptime-kuma_ynh/pull/177) : Testing
[10:47:48]
<orhtej2> https://github.com/zedeus/nitter 😬
[10:49:35]
<Yunohost Git/Infra notifications> [homeassistant_ynh] ewilly [commented](https://github.com/YunoHost-Apps/homeassistant_ynh/pull/642#issuecomment-5421154013) on [issue #642](https://github.com/YunoHost-Apps/homeassistant_ynh/pull/642) Fix #639: trixietestme
[10:49:53]
<Yunohost Git/Infra notifications> [immich_ynh] zamentur [commented](https://github.com/YunoHost-Apps/immich_ynh/issues/432#issuecomment-5422272418) on [issue #432](https://github.com/YunoHost-Apps/immich_ynh/issues/432) Postgresql migration nightmare: Note that discourse need pgvector too https://github.com/YunoHost-Apps/discourse_ynh/blob/80071cd67103f95b5438b4a49689e2...
[10:50:35]
<ljf> nitter was not working anymore since a long time
[10:51:16]
<orhtej2> > <@ljf:sans-nuage.fr> nitter was not working anymore since a long time
Not true, you could bind it to a real account to make it serve as private proxy
[10:51:49]
<orhtej2> I.e. https://xcancel.com/ was alive until yesterday or so
[10:52:38]
<Yunohost Git/Infra notifications> [vaultwarden_ynh] RalphGL opened [issue #327](https://github.com/YunoHost-Apps/vaultwarden_ynh/issues/327) : Not compatible with actual Bitwarden Client 2026.08.0 "Iterations is null or undefined"
[11:12:22]
<orhtej2> > <Cippr> Hello, is the autoupdate.strategy = "latest_webpage_link" still in use ?
I don't think it was ever merged. Why?
[11:14:28]
<Cippr> orhtej2: because of https://github.com/YunoHost/apps/pull/2041 and i try to do :
autoupdate.strategy = "latest_webpage_link"
autoupdate.upstream = "https://files.spip.net/spip/archives/"
autoupdate.version_regex = ".*/spip-v([0-9]+\\.[0-9]+\\.[0-9]+)\\.zip$"
[13:55:24]
<orhtej2> Add a phony upstream with prefetch=false and adjust autogenerated prs I guess 🤷
[13:55:25]
<Yunohost Git/Infra notifications> [apps_tools] Gofannon opened [issue #73](https://github.com/YunoHost/apps_tools/issues/73) : How to use autoupdate_app_sources.py ?
[14:11:14]
<Yunohost Git/Infra notifications> [dokuwiki_ynh] Gofannon opened [issue #128](https://github.com/YunoHost-Apps/dokuwiki_ynh/issues/128) : autoupdate filter does not catch upstream releases
[14:13:04]
<Yunohost Git/Infra notifications> [dokuwiki_ynh] Gofannon [commented](https://github.com/YunoHost-Apps/dokuwiki_ynh/issues/128#issuecomment-5426598491) on [issue #128](https://github.com/YunoHost-Apps/dokuwiki_ynh/issues/128) autoupdate filter does not catch upstream releases: Linked to https://github.com/YunoHost/apps_tools/issues/73
[17:03:42]
<orhtej2> https://ci-apps-dev.yunohost.org/ci/logs/24037.log
If anyone has any idea on why result of `cat /var/www/nftables-blacklist/nftables-blacklist.conf` changes between `install` and `backup` steps I'm all ears
[17:03:43]
<otm33> orhtej2: Here's what I understand : I think there is a mismatch between `ynh_app_setting_set_default --key=use_default_blocklists --value=0` in install script and this [block](https://github.com/YunoHost-Apps/nftables-blacklist_ynh/blob/update/scripts/config#L21-L26) in config script.
CI tests the config panel at the end of the [installation](https://github.com/YunoHost/package_check/blob/5457fa1201e4def9f8b7dd4b9a0df981f6b5665e/lib/tests.sh#L345) and that triggers `yunohost app config get` which runs the config script. The config script reads `use_default_blocklists: '0` and re-add nftables-blacklist.conf" with `default_list` to ''
[18:42:19]
<orhtej2> > <@otm33:matrix.org> orhtej2: Here's what I understand : I think there is a mismatch between `ynh_app_setting_set_default --key=use_default_blocklists --value=0` in install script and this [block](https://github.com/YunoHost-Apps/nftables-blacklist_ynh/blob/update/scripts/config#L21-L26) in config script.
> CI tests the config panel at the end of the [installation](https://github.com/YunoHost/package_check/blob/5457fa1201e4def9f8b7dd4b9a0df981f6b5665e/lib/tests.sh#L345) and that triggers `yunohost app config get` which runs the config script. The config script reads `use_default_blocklists: '0` and re-add nftables-blacklist.conf" with `default_list` to ''
That makes a lot of sense actually
[18:42:21]
<otm33> Don't know if it's the cause of the failing backup/restore test but `ynh_app_setting_set_default --key=use_default_blocklists --value=1` stores "1" in settings whereas a "yes" is expected in the config script.
[20:05:04]
<Yunohost Git/Infra notifications> [immich_ynh] ewilly [commented](https://github.com/YunoHost-Apps/immich_ynh/issues/432#issuecomment-5430477411) on [issue #432](https://github.com/YunoHost-Apps/immich_ynh/issues/432) Postgresql migration nightmare: > Do you know how big is a dump of immich ?
Hard to say as it is dependent of the user usage. But according to the [off...