[01:43:40]
<nick> https://aria.im/_bifrost/v1/media/download/AbcLTFyDC05PZUSn3vWwObC6HeLn6yVPbdql026IqOCY5Q3I9V--YeeN1RGkLxkzDIhRGGjsVQIp0eQejPZcH2BCeVwKuEXwAGNhcHR1cmV0aGVmbGFnLmNoYXQvdUdUbmtURm5sSUdSRFJlSXJrRHRPY09K
[01:44:01]
<nick> https://aria.im/_bifrost/v1/media/download/AR1MDpVpyI4fXi0Ca-4_893tCJFm5zu1UgOCYNOROrCZKHPt2sI_kTkJ2I2gSgrD7o2Lq23pFdys8XxWwDibwWVCeVwKvUqgAGNhcHR1cmV0aGVmbGFnLmNoYXQvYXFxUUVwQkxMaHNaUFBMWll0d0F1aFNi
[05:47:52]
<. |3^RELATIVISM> does yunohost depends on systemd?
[07:29:54]
<obergix> > <@irelativism:xmr.se> does yunohost depends on systemd?
As much as Debian does, AFAIU, which is... Yes, even if that was once a big flamewar topic ;-)
[09:02:05]
<. |3^RELATIVISM> has yunohost ever tesed in devuan?
[09:15:34]
<Salamandar> > <@irelativism:xmr.se> has yunohost ever tesed in devuan?
We would need to rewrite all the packages, so no
[09:16:19]
<DrPi> What are the permissions for `Synapse`, `Synapse (server_api)`, `Synapse (admin_api)` and `Synapse (server_client_info)` ?
[09:36:48]
<. |3^RELATIVISM> ok systemd is a dependency thanks
[10:08:09]
<Salamandar> > <@irelativism:xmr.se> ok systemd is a dependency thanks
Yeah, it would unfortunately be a huge effort to be "service manager agnostic"
[10:23:50]
<. ¦3<RELATIVISM> I understand most services to make this project practical run in the background, thanks for feedback does anyone here know of a yunohost alternative that doesnt rely on systemd?
[10:33:11]
<Salamandar> There's probably none. The alternatives rely on systemd AND docker usually...
[13:05:14]
<nick> Thanks for the response!
`Synapse`: All Users
`Synapse (server_api)`: All Users, Visitors
`Synapse (admin_api`: All Users, Visitors
`Synapse (server_client_infos)`: All Users, Visitors
[13:09:34]
<nick> As a part of troubleshooting, I made sure to assign all the Synapse endpoints to the users to see if that made any difference
[13:56:29]
<DrPi> Are the users declared in Synapse server administration ?
[14:03:00]
<nick> They do not appear on the Synapse server when I view the Users list in Synapse admin. I just tried manually provisioning an account in Synapse Admin for my test user and set the SSO values to...
`Auth provider`: cas
`User-ID`: test
just to see if the issue had something to do with provisioning the account from Yuno -> Synapse, but I still get the same error message when trying to login as the test user.
[20:39:10]
<@chrichri:ween.de> If I setup nextcloud fpm on its own server - is there an easy way to let the webserver run on yunohost and have it connect to php-fpm on nextclouds server via tcp?
[20:52:08]
<orhtej2> if one is to believe [the docs](https://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_pass) it should be the matter of changing the address [here](https://github.com/YunoHost-Apps/nextcloud_ynh/blob/5bbe70c66d99023596f44821bd9a39863a2fb3be/conf/nginx.conf#L128), but who knows 🤷
[21:04:25]
<Facundo> I can not setup dynamic DNS because there is a double NAT. Terrible challenge. How to avoid such restriction? VPN, maybe TOR, perhaps Pagekite?
[21:08:02]
<Vincent R.> Hi everyone, i'm having trouble setting up the TLS/SNI transfer on my Yunohost Instance, I'm trying to expose a coolify instance hosted on a second server and i can't manage to access it using another domain name, is somebody familiar with the configuration ?
The UI for TLS/SNI seems a little bugged with tags appending to a list that doesn't parse well when i hit save config
[21:12:12]
<Aleks (he/him/il/lui)> hmmm right now you still need to kind of manually configure the proxied server to enable the "proxy-protocol" or somehting
[21:13:47]
<@chrichri:ween.de> > if one is to believe [the docs](https://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_pass) it should be the matter of changing the address [here](https://github.com/YunoHost-Apps/nextcloud_ynh/blob/5bbe70c66d99023596f44821bd9a39863a2fb3be/conf/nginx.conf#L128), but who knows 🤷
Looks like a good start. Thanks! If this would work, it would be easy to make a small app to keep it line with ynh configuration management...
[21:13:55]
<Vincent R.> I added that to the config of the proxy on the coolify server :
http:
entrypoints:
http:
proxyProtocol:
trustedIPs:
- 192.168.1.0/24
https:
proxyProtocol:
trustedIPs:
- 192.168.1.0/24
What's odd is that when i access the proxied domain i get redirected to Yunohost admin login page
[21:15:18]
<Vincent R.> would it be helpful if i share my tls_passthrough.conf ?
[23:50:30]
<Vincent R.> https://aria.im/_bifrost/v1/media/download/ATatH-XpIhnbt6x2Ap41Q4VwSy6OdX3pMLF0_YVcEZI00sfjIDcKurhaEl5WovjioiX-kXTapfxZV3u06EHUSIVCeVxWpD2wAG1hdHJpeC5vcmcvVHJibXNqTkVGZmdZd1VobHdjQ1hpdG16
[23:50:44]
<Vincent R.> I don't think this is expected behavior, in the PR the string was in a single tag
[23:51:07]
<Vincent R.> Maybe the ui elements got updated and now they parse the ";" as a tag separator
[23:51:50]
<Vincent R.> https://github.com/YunoHost/yunohost/pull/1697