Sunday, April 27, 2025
apps@conference.yunohost.org
April
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
       
             

[06:59:17] <Thomas> Could semone please unprotect the testing branch here because it's unneeded and anoying? https://github.com/YunoHost-Apps/wanderer_ynh
[07:10:32] <Yunohost Git/Infra notifications> e​ricgaspar edited repository wanderer_ynh: Wanderer package for YunoHost https://github.com/YunoHost-Apps/wanderer_ynh
[07:54:40] <Thomas> Thabks Eric! Testing branch seems to still be protected?
[10:37:28] <Yunohost Git/Infra notifications> [penpot_ynh] o​rhtej2 merged [pull request #108](https://github.com/YunoHost-Apps/penpot_ynh/pull/108): Upgrade sources
[10:37:49] <Yunohost Git/Infra notifications> [penpot_ynh] o​rhtej2 deleted branch ci-auto-update-sources-250427
[12:33:27] <orhtej2> > <@thovi98:matrix.org> Thabks Eric! Testing branch seems to still be protected?

The branch protection rule is no longer there.
what protection exactly gets in your way? I like the one that prevents deletion
[15:13:47] <Yunohost Git/Infra notifications> [apps] O​niriCorpe pushed 1 commit to update_app_levels: Revert jeedom level ([e804a810](https://github.com/YunoHost/apps/commit/e804a8102d703c24e8fae3694dc4b63872683878))
[15:14:00] <Yunohost Git/Infra notifications> [apps] O​niriCorpe edited [pull request #2941](https://github.com/YunoHost/apps/pull/2941): Update app levels according to CI results
[15:34:33] <Thomas> > The branch protection rule is no longer there.
> what protection exactly gets in your way? I like the one that prevents deletion

I just cannot write to testing without making a pr and merging it
[19:15:54] <cippr> Hello,
Is someone can confim https://download.nextcloud.com/server/releases/ seems to be down ?
It's related to this post on the forum https://forum.yunohost.org/t/error-updating-nextcloud-30-0-8-ynh1-31-0-4-ynh2-failed-to-download-asset-main-https-download-nextcloud-com-server-releases-nextcloud-31-0-4-tar-bz2/36678


[19:29:44] <orhtej2> > <cippr> Hello,
> Is someone can confim https://download.nextcloud.com/server/releases/ seems to be down ?
> It's related to this post on the forum https://forum.yunohost.org/t/error-updating-nextcloud-30-0-8-ynh1-31-0-4-ynh2-failed-to-download-asset-main-https-download-nextcloud-com-server-releases-nextcloud-31-0-4-tar-bz2/36678

Dead for me 🤷
[19:29:45] <Salamandar> same :/
[20:41:00] <miro5001> I have installed discourse for our university. Emails get rejected because "Sender address rejected: not logged in". I commented "reject_sender_login_mismatch" in /etc/postfix/main.cf, which is a bad workaround, Gmail rejects emails because "Your email has been blocked because the sender is
unauthenticated".
In the config file, I can't figure out how to add the "from" email. All other settings are obvious (server, username, password, TLS).
[20:58:36] <miro5001> it should work but "smtp_authentication = login"
[20:58:36] <orhtej2> testing a theory here: https://github.com/YunoHost-Apps/discourse_ynh/tree/mail_setup ...
[21:10:05] <orhtej2> > <@miro5001:matrix.org> it should work but "smtp_authentication = login"

Fcuk
[21:21:09] <orhtej2> ```
Packagers /!\ patch /var/cache/yunohost/app_tmp_work_dirs/app__rt6r2oq/sources/patches/main-5-fix-admin-watched-words-action.patch failed to apply
Packagers /!\ patch /var/cache/yunohost/app_tmp_work_dirs/app__rt6r2oq/sources/patches/main-7-fix-uppy-upload.patch failed to apply
```

Not promising TBH
[21:33:25] <Yunohost Git/Infra notifications> [cryptpad_ynh] J​osue-T pushed 1 commit to domain_resource: Draft of domain resources ([7fe1166f](https://github.com/YunoHost-Apps/cryptpad_ynh/commit/7fe1166fff77bd9cf9885b49063b5b6ca2aa5dfc))
[21:33:25] <Yunohost Git/Infra notifications> [cryptpad_ynh] J​osue-T created new branch domain_resource
[21:34:40] <Yunohost Git/Infra notifications> [cryptpad_ynh] J​osue-T opened [pull request #243](https://github.com/YunoHost-Apps/cryptpad_ynh/pull/243): Domain resource
[21:51:48] <orhtej2> worked OK with plain, got the mail on GMail
[21:52:56] <orhtej2> https://github.com/YunoHost-Apps/discourse_ynh/pull/307, defaults I got were off, needs more work
[22:16:07] <miro5001> > worked OK with plain, got the mail on GMail

Yes it works well. And the sender is noreply not app, which is what I wanted
[22:21:04] <Yunohost Git/Infra notifications> [searxng_ynh] y​unohost-bot opened [pull request #389](https://github.com/YunoHost-Apps/searxng_ynh/pull/389): Upgrade to v2025.04.25
[22:22:17] <Yunohost Git/Infra notifications> [stirling-pdf_ynh] y​unohost-bot opened [pull request #58](https://github.com/YunoHost-Apps/stirling-pdf_ynh/pull/58): Upgrade sources
[22:27:15] <Yunohost Git/Infra notifications> Autoupdater just ran, here are the results:

- 38 pending update PRs
- 28 new apps PRs
- 9 failed apps updates: autobd, dokos, khatru-pyramid, photoprism, piped, pixelfedglitch, readflow, snweb, teddit

See the full log here: https://paste.yunohost.org/raw/oxijihesix
[22:38:13] <orhtej2> > <@miro5001:matrix.org> Yes it works well. And the sender is noreply not app, which is what I wanted

The noreply is what shouldnt work tbh
[22:56:28] <miro5001> > The noreply is what shouldnt work tbh

Mhhh, I forgot to uncomment "reject_sender_login_mismatch" in postfix config. That's why it was sent without being rejected I assume.