[00:03:21]
<otm33> So if some users want to keep some custom env vars :
install =
```
ynh_config_add --template=".env" --destination="$install_dir/.env"
ynh_config_add --template=".env.local" --destination="$install_dir/.env.local"
```
upgrade =
```
ynh_setup_source --dest_dir="$install_dir" --full_replace --keep=".env.local"
ynh_config_add --template=".env" --destination="$install_dir/.env"
```
(if app allows .env and .en.local and adding .env.local as extra env file in app service)
?
[00:04:19]
<otm33> So if some users want to keep custom env vars :
install =
```
ynh_config_add --template=".env" --destination="$install_dir/.env"
ynh_config_add --template=".env.local" --destination="$install_dir/.env.local"
```
upgrade =
```
ynh_setup_source --dest_dir="$install_dir" --full_replace --keep=".env.local"
ynh_config_add --template=".env" --destination="$install_dir/.env"
```
(if app allows .env and .en.local and adding .env.local as extra env file in app service)
?
[00:04:19]
<otm33> So if some users want to keep custom env vars :
install =
```
ynh_config_add --template=".env" --destination="$install_dir/.env"
ynh_config_add --template=".env.local" --destination="$install_dir/.env.local"
```
upgrade =
```
ynh_setup_source --dest_dir="$install_dir" --full_replace --keep=".env.local"
ynh_config_add --template=".env" --destination="$install_dir/.env"
```
(if app supports both .env and .env.local and adding .env.local as extra env file in app service)
?
[00:04:20]
<otm33> So there is no "hidden" and mysterious function ?
[00:04:20]
<otm33> So if some users want to keep custom env vars :
install =
```
ynh_config_add --template=".env" --destination="$install_dir/.env"
ynh_config_add --template=".env.local" --destination="$install_dir/.env.local"
```
upgrade =
```
ynh_setup_source --dest_dir="$install_dir" --full_replace --keep=".env.local"
ynh_config_add --template=".env" --destination="$install_dir/.env"
```
(assuming the app supports both .env and .env.local and adding .env.local as extra env file in app service)
?
[00:32:19]
<otm33> So there is no "hidden" function ?
[00:32:48]
<otm33> So if some users want to keep custom env vars in a .env.local file :
install =
```
ynh_config_add --template=".env" --destination="$install_dir/.env"
ynh_config_add --template=".env.local" --destination="$install_dir/.env.local"
```
upgrade =
```
ynh_setup_source --dest_dir="$install_dir" --full_replace --keep=".env.local"
ynh_config_add --template=".env" --destination="$install_dir/.env"
```
(assuming the app supports both .env and .env.local and adding .env.local as extra env file in app service)
?
[00:33:01]
<otm33> So if some users want to keep custom env vars, a .env.local file can be created ?
install =
```
ynh_config_add --template=".env" --destination="$install_dir/.env"
ynh_config_add --template=".env.local" --destination="$install_dir/.env.local"
```
upgrade =
```
ynh_setup_source --dest_dir="$install_dir" --full_replace --keep=".env.local"
ynh_config_add --template=".env" --destination="$install_dir/.env"
```
(assuming the app supports both .env and .env.local and adding .env.local as extra env file in app service)
?
[00:33:08]
<otm33> So if some users want to keep custom env vars, a .env.local file can be added :
```
ynh_config_add --template=".env" --destination="$install_dir/.env"
ynh_config_add --template=".env.local" --destination="$install_dir/.env.local"
```
upgrade =
```
ynh_setup_source --dest_dir="$install_dir" --full_replace --keep=".env.local"
ynh_config_add --template=".env" --destination="$install_dir/.env"
```
(assuming the app supports both .env and .env.local and adding .env.local as extra env file in app service)
?
[00:33:15]
<otm33> So if some users want to keep custom env vars, a .env.local file can be added ?
```
ynh_config_add --template=".env" --destination="$install_dir/.env"
ynh_config_add --template=".env.local" --destination="$install_dir/.env.local"
```
upgrade =
```
ynh_setup_source --dest_dir="$install_dir" --full_replace --keep=".env.local"
ynh_config_add --template=".env" --destination="$install_dir/.env"
```
(assuming the app supports both .env and .env.local and adding .env.local as extra env file in app service)
[00:33:25]
<otm33> So if some users want to keep custom env vars, better adding a .env.local file ?
```
ynh_config_add --template=".env" --destination="$install_dir/.env"
ynh_config_add --template=".env.local" --destination="$install_dir/.env.local"
```
upgrade =
```
ynh_setup_source --dest_dir="$install_dir" --full_replace --keep=".env.local"
ynh_config_add --template=".env" --destination="$install_dir/.env"
```
(assuming the app supports both .env and .env.local and adding .env.local as extra env file in app service)
[00:33:27]
<otm33> So if some users want to keep custom env vars, better adding an overriding .env.local file ?
```
ynh_config_add --template=".env" --destination="$install_dir/.env"
ynh_config_add --template=".env.local" --destination="$install_dir/.env.local"
```
upgrade =
```
ynh_setup_source --dest_dir="$install_dir" --full_replace --keep=".env.local"
ynh_config_add --template=".env" --destination="$install_dir/.env"
```
(assuming the app supports both .env and .env.local and adding .env.local as extra env file in app service)
[00:33:31]
<otm33> So if some users want to keep custom env vars, better adding an overriding .env.local file ?
install =
```
ynh_config_add --template=".env" --destination="$install_dir/.env"
ynh_config_add --template=".env.local" --destination="$install_dir/.env.local"
```
upgrade =
```
ynh_setup_source --dest_dir="$install_dir" --full_replace --keep=".env.local"
ynh_config_add --template=".env" --destination="$install_dir/.env"
```
(assuming the app supports both .env and .env.local and adding .env.local as extra env file in app service)
[06:55:42]
<Yunohost Git/Infra notifications> [apps] Thovi98 pushed to update_app_levels: apps back to their levels ([d59aa7e7](https://github.com/YunoHost/apps/commit/d59aa7e7a5689ffeab7b714ae165e4a6bf12d004))
[06:55:43]
<Yunohost Git/Infra notifications> [apps] Thovi98 edited [pull request #3584](https://github.com/YunoHost/apps/pull/3584) : Update app levels according to CI results
[06:55:43]
<Yunohost Git/Infra notifications> [apps] Thovi98 edited [pull request #3584](https://github.com/YunoHost/apps/pull/3584) : Update app levels according to CI results
[06:55:44]
<Yunohost Git/Infra notifications> [apps] Thovi98 edited [pull request #3584](https://github.com/YunoHost/apps/pull/3584) : Update app levels according to CI results
[06:55:45]
<Yunohost Git/Infra notifications> [apps] Thovi98 edited [pull request #3584](https://github.com/YunoHost/apps/pull/3584) : Update app levels according to CI results
[07:15:06]
<Yunohost Git/Infra notifications> [apps] Thovi98 approved [pull request #3584](https://github.com/YunoHost/apps/pull/3584#pullrequestreview-5057202073) Update app levels according to CI results: Dont know if we wait on the fixes for beszel or if we merge as is
[07:48:53]
<Yunohost Git/Infra notifications> [apps] yunohost-bot opened [pull request #3585](https://github.com/YunoHost/apps/pull/3585) : Add Drupal CMS to wishlist
[07:50:26]
<Yunohost Git/Infra notifications> [apps] stepcellwolf [commented](https://github.com/YunoHost/apps/pull/3585#issuecomment-5460955193) on [issue #3585](https://github.com/YunoHost/apps/pull/3585) Add Drupal CMS to wishlist: This is a Drupal CMS 2.0 already set up and configured with Yunohost with all packages to have full and functional Drupa...
[08:07:28]
<Yunohost Git/Infra notifications> [apps] tituspijean [commented](https://github.com/YunoHost/apps/pull/3585#issuecomment-5461215221) on [issue #3585](https://github.com/YunoHost/apps/pull/3585) Add Drupal CMS to wishlist: invite @stepcellwolf If the package has already been made, there is no need to add the app in the wishlist. :) Im inv...
[08:13:00]
<Yunohost Git/Infra notifications> [apps] tituspijean pushed to update_app_levels: Reluntantly resetting Beszel to level 7 ([1e2b97cd](https://github.com/YunoHost/apps/commit/1e2b97cd3e8576722bf9d072ef21e16537a41735))
[08:13:11]
<Yunohost Git/Infra notifications> [apps] tituspijean edited [pull request #3584](https://github.com/YunoHost/apps/pull/3584) : Update app levels according to CI results
[08:14:28]
<Yunohost Git/Infra notifications> [apps] tituspijean [commented](https://github.com/YunoHost/apps/pull/3584#issuecomment-5461244229) on [issue #3584](https://github.com/YunoHost/apps/pull/3584) Update app levels according to CI results: Now Beszel does not delete user data upon upgrades, thats a first good step. :sweat_smile: It still needs an agent to ...
[08:16:49]
<Yunohost Git/Infra notifications> [apps] tituspijean approved [pull request #3584](https://github.com/YunoHost/apps/pull/3584#pullrequestreview-5057362520) Update app levels according to CI results
[09:24:11]
<Yunohost Git/Infra notifications> [apps] Thovi98 merged [pull request #3584](https://github.com/YunoHost/apps/pull/3584) : Update app levels according to CI results
[09:24:11]
<Yunohost Git/Infra notifications> [apps] Thovi98 pushed to main: Update app levels according to CI results (#3584) * Update app levels according to CI results * Lower beszel level cf... ([b1020d6c](https://github.com/YunoHost/apps/commit/b1020d6cfb312ea3d512ea934bb469c93b012c6e))
[09:24:12]
<Yunohost Git/Infra notifications> [apps] Thovi98 deleted branch update_app_levels
[11:14:33]
<Yunohost Git/Infra notifications> [peertube_ynh] tio-trom [commented](https://github.com/YunoHost-Apps/peertube_ynh/issues/562#issuecomment-5462021606) on [issue #562](https://github.com/YunoHost-Apps/peertube_ynh/issues/562) No logs are showing. Unble to subscribe to remote channels...: It simply started to work suddenly. Confirmed with 1 more user. The logs are a permission issue that maybe happened afte...
[11:14:33]
<Yunohost Git/Infra notifications> [peertube_ynh] tio-trom closed [issue #562](https://github.com/YunoHost-Apps/peertube_ynh/issues/562) : No logs are showing. Unble to subscribe to remote channels...
[13:47:30]
<Yunohost Git/Infra notifications> [apps] tituspijean pushed to add-beszel-agent: add beszel-agent ([8dfdce64](https://github.com/YunoHost/apps/commit/8dfdce6492b45befe1ea613748a18b9d50763b77))
[13:48:26]
<Yunohost Git/Infra notifications> [apps] tituspijean opened [pull request #3586](https://github.com/YunoHost/apps/pull/3586) : Add beszel-agent
[13:59:48]
<Yunohost Git/Infra notifications> [apps] tituspijean just made [pull request #3586](https://github.com/YunoHost/apps/pull/3586) ready for review: Add beszel-agent
[14:23:33]
<Yunohost Git/Infra notifications> [apps] yunohost-bot opened [pull request #3587](https://github.com/YunoHost/apps/pull/3587) : Add FoldingAtHome to wishlist
[14:26:57]
<Yunohost Git/Infra notifications> [apps] tituspijean [commented](https://github.com/YunoHost/apps/pull/3587#issuecomment-5462957778) on [issue #3587](https://github.com/YunoHost/apps/pull/3587) Add FoldingAtHome to wishlist: Seeing my GPU idle in Beszel reminded me of the existence of Folding@Home. We could even propose to create a YunoHost te...
[14:32:44]
<Yunohost Git/Infra notifications> [apps] Thovi98 deleted branch add-beszel-agent
[14:32:44]
<Yunohost Git/Infra notifications> [apps] Thovi98 merged [pull request #3586](https://github.com/YunoHost/apps/pull/3586) : Add beszel-agent
[14:32:44]
<Yunohost Git/Infra notifications> [apps] Thovi98 pushed to main: add beszel-agent (#3586) ([0aa1fc46](https://github.com/YunoHost/apps/commit/0aa1fc46b783737efa11ef70b4ef7fd9aa820825))
[20:01:32]
<Yunohost Git/Infra notifications> [forgejo_ynh] yekibud opened [pull request #218](https://github.com/YunoHost-Apps/forgejo_ynh/pull/218) : Add repo and org settings to YNH config UI
[20:05:02]
<Satan> I made an muc if you are interested you can join here xmpp:horny@muc.xmpp.earth?join
❗NO MINORS ALLOWED❗
[20:24:27]
<FbIN (vdbhb59)> Any admin here, pls ban Satan
[20:25:57]
<Satan> Why
[20:26:04]
<Satan> What did I do?
[20:26:23]
<Satan> Also you need to ping them what you are doing isn't helpful at all
[20:26:46]
<Satan> Oh look at that there are non
[20:44:23]
<Yunohost Git/Infra notifications> [jitsi_ynh] yalh76 closed [pull request #157](https://github.com/YunoHost-Apps/jitsi_ynh/pull/157) : Simplification
[20:46:56]
<Yunohost Git/Infra notifications> [jitsi_ynh] yalh76 deleted branch simplification
[20:47:24]
<tituspijean[m]> Already done on Matrix. The moderation bot is a bit laggy though, so it's not propagated on xmpp yet, sorry.
[20:47:29]
<Yunohost Git/Infra notifications> [peertube_ynh] yalh76 deleted branch ci-auto-update-8.1.7
[20:47:33]
<Yunohost Git/Infra notifications> [peertube_ynh] yalh76 deleted branch ci-auto-update-8.1.5
[20:47:36]
<Yunohost Git/Infra notifications> [peertube_ynh] yalh76 deleted branch ci-auto-update-8.0.2
[20:47:36]
<Yunohost Git/Infra notifications> [peertube_ynh] yalh76 deleted branch ci-auto-update-8.1.4
[20:47:39]
<Yunohost Git/Infra notifications> [peertube_ynh] yalh76 deleted branch fix
[20:47:40]
<Yunohost Git/Infra notifications> [peertube_ynh] yalh76 deleted branch fix_upgrade_8.0.1
[20:47:42]
<tituspijean[m]> (test)
[20:48:12]
<tituspijean[m]> laggy is an understatement. 20 minutes to get to the xmpp room.
[20:49:33]
<Yunohost Git/Infra notifications> [jitsi_ynh] yalh76 deleted branch alloc_ports
[20:50:55]
<Satan> What
[21:15:32]
<Yunohost Git/Infra notifications> [jitsi_ynh] trendless opened [pull request #201](https://github.com/YunoHost-Apps/jitsi_ynh/pull/201) : 2.0.11146~ynh1
[21:54:12]
<FbIN (vdbhb59)> tituspijean[m]: can someone not be made admin here? There must be an owner to this group...
[21:55:05]
<Satan> apparently there are non
[21:55:33]
<Satan> Are you a woman?
[22:35:32]
<Yunohost Git/Infra notifications> Autoupdater just ran, here are the results:
- 84 pending update PRs
- 13 new apps PRs: bentopdf, cypht, digisteps, filebrowser-quantum, freescout, gitea, indico, jackett, kanboard, lychee, minetest, pureblog, wekan
- 8 failed apps updates: automad, benevalibre, fluffychat, gamja, koinsight, loki, lute, projectsend
See the full log here: https://paste.yunohost.org/raw/oxadijaxat
Autoupdate dashboard: https://apps.yunohost.org/dash?filter=autoupdate