Monday, June 02, 2025
dev@conference.yunohost.org
June
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            

[12:17:57] <Yunohost Git/Infra notifications> [landingpage] a​lexAubin pushed 1 commit to main: donate: add bank one-time amounts ([603ec891](https://github.com/YunoHost/landingpage/commit/603ec891fad52ad698dcb09909f03d7316fbe1a5))
[12:24:54] <Yunohost Git/Infra notifications> [landingpage] a​lexAubin pushed 2 commits to main ([603ec891fad5...e03f0ea52a81](https://github.com/YunoHost/landingpage/compare/603ec891fad5...e03f0ea52a81))
[12:24:56] <Yunohost Git/Infra notifications> [landingpage/main] donate: rounding - Alexandre Aubin
[12:24:58] <Yunohost Git/Infra notifications> [landingpage/main] donate: more accurate bank onetime donations idk - Alexandre Aubin
[12:37:51] <Yunohost Git/Infra notifications> [issues] o​leole39 [commented](https://github.com/YunoHost/issues/issues/2281#issuecomment-2928087687) on [issue #2281](https://github.com/YunoHost/issues/issues/2281) Pre-compile packages for faster install/upgrade: Hello,

I am just discovering this issue - although I have discussed the matter with various contributors over the last ...
[15:32:54] <Yunohost Git/Infra notifications> [issues] a​lexAubin [commented](https://github.com/YunoHost/issues/issues/2281#issuecomment-2931277536) on [issue #2281](https://github.com/YunoHost/issues/issues/2281) Pre-compile packages for faster install/upgrade: ### Stakes

- Significantly reducing the install/upgrade time and resource needed on low-end hardware (some apps need se...
[18:47:24] <Augier> Is it possible to have YNH respond on its own IP the same way it responds on its domain? It's kind of a fringe use-case but when you host on your own local network only, you then need to rely on your ISP's DNS to resolve a `.local` domain. But if, for whatever reason, you're not using your ISP's DNS, you can't access your YNH instance from a device where you can't edit the hosts file, e.g. an Android device. Hitting the IP just redirect to the domain.
[18:59:45] <Yunohost Git/Infra notifications> [pgadmin_python_build] J​osue-T created new tag v9.4
[19:00:43] <Aleks (he/him/il/lui)> Augier: if you can, just add the 'Host' header in the HTTP headers
[19:00:46] <Aleks (he/him/il/lui)> but idk the context
[19:01:01] <Aleks (he/him/il/lui)> ah you mean like from a browser on android
[19:01:23] <Augier> It's the Android Nextcloud app I don't think it does that :/
[19:01:30] <Aleks (he/him/il/lui)> meh
[19:02:09] <Aleks (he/him/il/lui)> i suppose you can try to tweak the nginx conf, look for something like `default_server`, remove/backup that corresponding file, and then add the `default_server` flag to the main domain nginx conf
[20:04:52] <Augier> Isn't it `server_name`?
[20:14:08] <Aleks (he/him/il/lui)> something along those line yeah
[20:44:31] <Augier> Ok, will try