[01:49:08]
<Yunohost Git/Infra notifications> Autoupdater just ran, here are the results:
- 22 pending update PRs
- 15 new apps PRs
- 4 failed apps updates: focalboard, gancio, minetest, snserver
See the full log here: http://paste.yunohost.org/raw/pomituxeku
[06:47:28]
<Mathilde (CryptPad)> eric_G: I see you are doing some work on creating new PRs to merge 2024.3.1 for the CryptPad package. I checked what you did so far and everything looks good. Don't hesitate to reach out if you have questions. :)
[07:16:45]
<eric_G> Mathilde (CryptPad): I guess we should go with the basic NGINX config as it should cover all of our needs (up to 3000 concurrent users)
[07:17:35]
<Mathilde (CryptPad)> > <@ericg:matrix.org> Mathilde (CryptPad): I guess we should go with the basic NGINX config as it should cover all of our needs (up to 3000 concurrent users)
yes indeed, and with the improvements made recently (also using the dedicated 3003 port for the websockets), it should even improve more the performances.
[08:18:10]
<selfhoster1312> hello Mathilde (CryptPad) sorry to bother you but i read recently about the cryptpad SSO project, but it seemed focused on SAML/OpenID... it's not clear to me: 1) how that would integrate with our custom HTTP header SSO 2) how the whole switch to SSO changes the security model of cryptpad (since the user box is supposed to be decrypted with a key derived from the passphrase) ?
if you know where i could find that information you will make me very happy, just last week we tried again cryptpad in our non-profit but ditched it because of no SSO integration on Yunohost :)
[08:20:37]
<Mathilde (CryptPad)> > <selfhoster1312> hello Mathilde (CryptPad) sorry to bother you but i read recently about the cryptpad SSO project, but it seemed focused on SAML/OpenID... it's not clear to me: 1) how that would integrate with our custom HTTP header SSO 2) how the whole switch to SSO changes the security model of cryptpad (since the user box is supposed to be decrypted with a key derived from the passphrase) ?
> if you know where i could find that information you will make me very happy, just last week we tried again cryptpad in our non-profit but ditched it because of no SSO integration on Yunohost :)
Hey, thanks for reaching out, you aren't bothering. Have you checked the SSO plugin repository? https://github.com/cryptpad/sso The README.md file contains quite a few information already.
[08:21:33]
<Mathilde (CryptPad)> Also, to not pollute the YunoHost chatroom, don't hesitate to join [our public Matrix space](https://matrix.to/#/#cryptpad:matrix.xwiki.com).
[08:21:50]
<selfhoster1312> it does mention « Additional SSO protocols. » in the « Features not supported / Future Work » which may cover HTTP header auth?
[08:22:33]
<selfhoster1312> thanks for the invitation, maybe it will be better to open an issue on Github to leave a lasting trace?
[08:24:17]
<Mathilde (CryptPad)> If you can write a formal feature request, properly describing your use, case for sure. If it's more about general questions regarding how things works (spoiler alert: indeed the SSO weakens the initial privacy model of CryptPad), it would be better on the [community forum](https://forum.cryptpad.org/).
[08:24:27]
<selfhoster1312> thank you for this clarification, have a great day <3
[10:42:55]
<Yunohost Git/Infra notifications> [apps] yunohost-bot labeled Wishlist on [pull request #2364](https://github.com/YunoHost/apps/pull/2364): Add Stalwart Mail Server to wishlist
[10:42:56]
<Yunohost Git/Infra notifications> [apps] yunohost-bot pushed 1 commit to add-to-wishlist-stalwart-mail-server: Add Stalwart Mail Server to wishlist ([3e7f41d3](https://github.com/YunoHost/apps/commit/3e7f41d39fa32f80d0f71ce65e4e041cd6c6a7b4))
[10:42:56]
<Yunohost Git/Infra notifications> [apps] yunohost-bot opened [pull request #2364](https://github.com/YunoHost/apps/pull/2364): Add Stalwart Mail Server to wishlist
[10:42:56]
<Yunohost Git/Infra notifications> [apps] yunohost-bot created new branch add-to-wishlist-stalwart-mail-server
[10:53:50]
<Yunohost Git/Infra notifications> [apps] tituspijean closed [pull request #2364](https://github.com/YunoHost/apps/pull/2364): Add Stalwart Mail Server to wishlist
[10:53:51]
<Yunohost Git/Infra notifications> [apps] tituspijean [commented](https://github.com/YunoHost/apps/pull/2364#issuecomment-2129237246) on [issue #2364](https://github.com/YunoHost/apps/pull/2364) Add Stalwart Mail Server to wishlist: We #1818 said #2236 no, and we might need to have a list of rejects. 😅
[10:53:56]
<Yunohost Git/Infra notifications> [apps] tituspijean deleted branch add-to-wishlist-stalwart-mail-server
[11:01:38]
<Yunohost Git/Infra notifications> [apps] RasheedAZ [commented](https://github.com/YunoHost/apps/pull/1915#issuecomment-2129255248) on [issue #1915](https://github.com/YunoHost/apps/pull/1915) Add chatmail to wishlist: > YunoHost already provide a mail server. I was gonna suggest this but good I searched here first :) Btw, which email ...
[13:01:10]
<Yunohost Git/Infra notifications> [apps] OniriCorpe [commented](https://github.com/YunoHost/apps/pull/1915#issuecomment-2129477843) on [issue #1915](https://github.com/YunoHost/apps/pull/1915) Add chatmail to wishlist: YunoHost is using postfix/dovecot Its not a package, but integrated in the system
[13:17:28]
<Salamandar> Dunno why discourse upgrade fails…
[13:17:38]
<Salamandar> it doesn't find the ruby that is properly installed
[13:17:52]
<Salamandar> ```
38341 DEBUG + sudo -u discourse --login bin/bundle config set path vendor/bundle
38417 WARNING rbenv: ruby: command not found
38428 DEBUG
38429 WARNING The `ruby' command exists in these Ruby versions:
38430 WARNING 3.0
38430 WARNING 3.0.0
38430 WARNING discourse
```
[13:18:31]
<Salamandar> and yet `29865 DEBUG + /opt/rbenv/bin/rbenv local 3.0.`
[13:20:33]
<Aleks (he/him/il/lui)> where is this from
[13:21:14]
<Salamandar> aaaaaaah found the issue
[13:21:26]
<Salamandar> rbenv local 3.0.0 just creates a file in the current directory
[13:21:35]
<Salamandar> … and it's overwritten by ynh_setup_source
[13:21:39]
<Salamandar> ffs
[16:42:35]
<Yunohost Git/Infra notifications> [apps] alexAubin created new branch misc-dash-enh
[16:42:36]
<Yunohost Git/Infra notifications> [apps] alexAubin pushed 3 commits to misc-dash-enh ([a00180833ad2^...6ddf5cfeafc1](https://github.com/YunoHost/apps/compare/a00180833ad2^...6ddf5cfeafc1))
[16:42:41]
<Yunohost Git/Infra notifications> [apps/misc-dash-enh] store/dash: store by popularity by default - Alexandre Aubin
[16:43:47]
<Yunohost Git/Infra notifications> [apps] alexAubin opened [pull request #2365](https://github.com/YunoHost/apps/pull/2365): Misc dashboard enhancement
[16:44:16]
<Yunohost Git/Infra notifications> [apps] alexAubin merged [pull request #2365](https://github.com/YunoHost/apps/pull/2365): Misc dashboard enhancement
[16:44:16]
<Yunohost Git/Infra notifications> [apps] alexAubin deleted branch misc-dash-enh
[16:44:16]
<Yunohost Git/Infra notifications> [apps] alexAubin pushed 1 commit to master: Misc dashboard enhancement (#2365) * store/dash: store by popularity by default * store/dash: add last update X hours... ([32fd8277](https://github.com/YunoHost/apps/commit/32fd827795560b1e01bedebdaeaef5832a5c4b40))
[16:44:36]
<Yunohost Git/Infra notifications> [apps] github-actions[bot] pushed 1 commit to actions/black: :art: Format Python code with Black ([3d846f28](https://github.com/YunoHost/apps/commit/3d846f285f6bd88b2dbe57d94fdc9096a9e6463b))
[16:44:39]
<Yunohost Git/Infra notifications> [apps] github-actions[bot] opened [pull request #2366](https://github.com/YunoHost/apps/pull/2366): Format Python code with Black
[16:44:41]
<Yunohost Git/Infra notifications> [apps] github-actions[bot] created new branch actions/black
[16:46:22]
<Yunohost Git/Infra notifications> [apps] alexAubin deleted branch actions/black
[16:46:22]
<Yunohost Git/Infra notifications> [apps] alexAubin pushed 1 commit to master: :art: Format Python code with Black (#2366) Co-authored-by: alexAubin <4533074+alexAubin@users.noreply.github.com> ([42893a00](https://github.com/YunoHost/apps/commit/42893a001d7381e9175ee86945409d91582f503a))
[17:00:55]
<Yunohost Git/Infra notifications> [apps] yunohost-bot created new branch update_app_levels
[17:00:55]
<Yunohost Git/Infra notifications> [apps] yunohost-bot pushed 1 commit to update_app_levels: Update app levels according to CI results ([42e29f1e](https://github.com/YunoHost/apps/commit/42e29f1e6b858eaaf894b4e6c380cad900850efc))
[17:00:56]
<Yunohost Git/Infra notifications> [apps] yunohost-bot opened [pull request #2367](https://github.com/YunoHost/apps/pull/2367): Update app levels according to CI results
[17:01:09]
<Yunohost Git/Infra notifications> [apps] github-actions[bot] created new branch actions/toml
[17:01:09]
<Yunohost Git/Infra notifications> [apps] github-actions[bot] opened [pull request #2368](https://github.com/YunoHost/apps/pull/2368): Format TOML with Taplo
[17:19:45]
<Yunohost Git/Infra notifications> [apps] OniriCorpe approved [pull request #2368](https://github.com/YunoHost/apps/pull/2368#pullrequestreview-2077479430) Format TOML with Taplo
[17:19:51]
<Yunohost Git/Infra notifications> [apps] OniriCorpe merged [pull request #2368](https://github.com/YunoHost/apps/pull/2368): Format TOML with Taplo
[17:19:54]
<Yunohost Git/Infra notifications> [apps] OniriCorpe deleted branch actions/toml
[17:19:55]
<Yunohost Git/Infra notifications> [apps] OniriCorpe pushed 1 commit to update_app_levels: :art: Format TOML with Taplo ([09949dcb](https://github.com/YunoHost/apps/commit/09949dcb11fff18150511e77aa4f86351dc5501c))
[17:38:40]
<Yunohost Git/Infra notifications> App dont-code goes down from level 8 to 4 in job [#26371](https://ci-apps.yunohost.org/ci/job/26371)
[19:24:45]
<Yunohost Git/Infra notifications> App pgadmin goes down from level 7 to 4 in job [#26680](https://ci-apps.yunohost.org/ci/job/26680)
[19:58:48]
<Yunohost Git/Infra notifications> App snserver goes down from level 6 to 1 in job [#26725](https://ci-apps.yunohost.org/ci/job/26725)
[20:52:59]
<Yunohost Git/Infra notifications> [apps] ericgaspar pushed 1 commit to update_app_levels: Update apps.toml ([07bfdf41](https://github.com/YunoHost/apps/commit/07bfdf4111c94d4b1b36ff40889239b54332f072))
[20:53:01]
<Yunohost Git/Infra notifications> [apps] ericgaspar edited [pull request #2367](https://github.com/YunoHost/apps/pull/2367): Update app levels according to CI results
[20:53:23]
<Yunohost Git/Infra notifications> [apps] ericgaspar pushed 1 commit to update_app_levels: Update apps.toml ([0fb8edf2](https://github.com/YunoHost/apps/commit/0fb8edf2d6bd2b9d73857242b9d35d9e983e05c1))
[20:53:25]
<Yunohost Git/Infra notifications> [apps] ericgaspar edited [pull request #2367](https://github.com/YunoHost/apps/pull/2367): Update app levels according to CI results
[21:56:23]
<Yunohost Git/Infra notifications> App dendrite goes down from level 7 to 6 in job [#26893](https://ci-apps.yunohost.org/ci/job/26893)
[23:32:04]
<Yunohost Git/Infra notifications> App discourse rises from level 6 to 8 in job [#26891](https://ci-apps.yunohost.org/ci/job/26891) !