Thursday, April 30, 2026
dev@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
     
             

[05:46:15] <Yunohost Git/Infra notifications> [issues] A​-Sverdrup opened [issue #2798](https://github.com/YunoHost/issues/issues/2798): GPG errors
[09:23:21] <Yunohost Git/Infra notifications> [issues] e​willy [commented](https://github.com/YunoHost/issues/issues/2798#issuecomment-4351182344) on [issue #2798](https://github.com/YunoHost/issues/issues/2798) GPG errors: By following https://forum.yunohost.org/t/yarn-and-sury-apt-keys-issues/41617
[09:34:01] <Yunohost Git/Infra notifications> [issues] A​-Sverdrup [commented](https://github.com/YunoHost/issues/issues/2798#issuecomment-4351318225) on [issue #2798](https://github.com/YunoHost/issues/issues/2798) GPG errors: Thanks.

> This REALLY should be an automatic process.

This could at least be a dedicated button in admin panel
[12:43:10] <Yunohost Git/Infra notifications> [yunohost] r​osbeef [commented](https://github.com/YunoHost/yunohost/pull/2294#issuecomment-4352539241) on [issue #2294](https://github.com/YunoHost/yunohost/pull/2294) make upstream config usable to make loadbalancing possible on reverse_proxy: Change the way of thinking, Is reverse proxy and redirect should be part of an external app or a domain option?
[12:55:08] <Rosbeef Andino 🐧> Hi, I was trying to implement upstream load balancing in reverse proxy.
Then understanding the way it works I thought about how to do it 🙃 (reversed way of th inking maybe)

So asked me :
Is reverse proxy and redirect should be part of an external app or a domain option ?

Now I POF it in a split way but It is tool complicated for user, I had to make it work as an app OR as core domain conf option.

Core domain conf will not show tiles in the user panel. Is it possible to create tiles from core ?
As an app it will make domain core conf as manually modified isn't it ?
[12:56:53] <Aleks (he/him/il/lui)> >Core domain conf will not show tiles in the user panel. Is it possible to create tiles from core ?

not as of now, but there are indeed sometimes discussions about having redirect / reverse proxy as part of the core instead of being an app, but that requires plenty of design discussion on how that would be done
[12:59:15] <Rosbeef Andino 🐧> So for now, app should be the preferred way.🤔
[13:09:16] <Rosbeef Andino 🐧> So with the app way I have to modify the domain.tld.conf which is core domain config. This will warn me that this file is manually modified how could i do it the right way ?
[13:12:25] <Aleks (he/him/il/lui)> using the regenconf, let me grab an example
[13:13:25] <Aleks (he/him/il/lui)> https://github.com/YunoHost-Apps/metronome_ynh/blob/master/scripts/install#L46-L47
https://github.com/YunoHost-Apps/metronome_ynh/blob/master/conf/hook_conf_regen
[13:16:10] <Rosbeef Andino 🐧> OK thanks
[13:16:51] <Rosbeef Andino 🐧> I will see that on the evening🤛
[13:17:10] <Aleks (he/him/il/lui)> but yeah the whole middleware thingy is tricky (i assume the load balancing thing is basically a middleware between the actual nginx / port 80/443, and the app ?)
[13:18:02] <Aleks (he/him/il/lui)> there are similar stories in the SNI-based forwarding thing (to be able to reverse proxy another YunoHost or machine basically) or stuff like Anubis to add a PoW against AI bot
[13:20:46] <Rosbeef Andino 🐧> I don't know how it works 😭i just see in the nginx config that upstream section outside the server section could be used to specified multiple server and used as load balancer or maybe I read bad 🤔.
[13:21:22] <Rosbeef Andino 🐧> Is so technical for me then 😉 I will have to read about that😁
[16:14:16] <Yunohost Git/Infra notifications> [issues] b​adrihippo [commented](https://github.com/YunoHost/issues/issues/2026#issuecomment-4354144086) on [issue #2026](https://github.com/YunoHost/issues/issues/2026) Sleep-Mode for Apps: I wonder if this could be extended to automatically "sleep" an app if not used for a while and make it "wake up" again w...