[05:50:10]
<Claus> I repeatedly find this error in my logs: "DEBUG - WARNING: database "synapse" has no actual collation version, but a version was recorded". Do I have to do something or is it safe to ignore it?
[15:08:51]
<slurpblorp> Hi, I am one of the people trying to get Cytube to work with Yunohost: https://github.com/YunoHost-Apps/cytube_ynh/issues/2
Currently the node app/cytube user doesn't have access to the certs, the error is: "EACCES: permission denied, open '/etc/yunohost/certs/[domain_name]/key.pem."
Could someone please help me giving the node app/cytube user the correct permissions and additionally tell me if this should be placed somewhere specific in the Yunohost script. Thanks
[15:10:00]
<Aleks (he/him/il/lui)> uuuuh wokay but why would the app need access to certificates x_x
[16:01:26]
<eric_G> Hey, I recognise this app! 😶🌫️
[16:03:10]
<eric_G> but I don't remember packing it... 🙄
[16:06:37]
<orhtej2> > <@slurpblorp:matrix.org> Hi, I am one of the people trying to get Cytube to work with Yunohost: https://github.com/YunoHost-Apps/cytube_ynh/issues/2
>
> Currently the node app/cytube user doesn't have access to the certs, the error is: "EACCES: permission denied, open '/etc/yunohost/certs/[domain_name]/key.pem."
>
> Could someone please help me giving the node app/cytube user the correct permissions and additionally tell me if this should be placed somewhere specific in the Yunohost script. Thanks
Assuming you really need to hold the certs, which you 99% should not, the fix is https://github.com/YunoHost-Apps/dendrite_ynh/blob/5baaf36065088072296b9bd171e1390ae2a6ca7f/scripts/install#L39
[16:38:36]
<sa> Hello.
I have just installed Yunohost on a Lime2 board -by installing Armbian first-.
Everything works ok on the LAN.
I managed to make it reachable from the Internet too, but there is a problem.
On the LAN I can login through through both SSH and the web, but when trying to login through the Internet, I cannot make either through ssh or the web.
From the Internet I can reach my Yunohost server by both through SSH and web, but when entering my credentials through SSH I get a permission denied and when entering my credentials through the web I get a 504.
Why is it that my credentials do not work from the Internet?
I don't manage to imagine where the problem could be.
Any idea on how to troubleshoot?
[16:43:40]
<nemstudio18> Hi everyone! Can anyone tell me if this list is updated in real time?
https://ci-apps.yunohost.org/ci/
[16:47:46]
<Aleks (he/him/il/lui)> yes it is, what's your actual question ?
[16:50:04]
<orhtej2> > <@nemstudio18:matrix.org> Hi everyone! Can anyone tell me if this list is updated in real time?
>
> https://ci-apps.yunohost.org/ci/
Yes, it updated as long as ci is reachable from your end
why?
[16:51:59]
<orhtej2> > <sa> Hello.
> ...view rest of paste (12 lines): https://conference.yunohost.org/pastebin/4aaaf86d-81a3-48c0-9ee3-6b6cf56bab84
is this an actual ynh login page that you're trying to log intom or some proxy?
same for ssh - does the signature match your server?
[17:00:05]
<nemstudio18> > Yes, it updated as long as ci is reachable from your end
> why?
actually to see the progress before one of my packages goes through the mill ^^
[17:23:36]
<sa> orhtej2: I reach my yunohost server
[17:24:40]
<sa> I forgot to mention (just in case that could have any relationship with the problem) that my Yunohost server is on the Internet through a wireguard tunnel that ends on a VPS as described at https://forum.yunohost.org/t/homemade-wireguard-vpn-on-a-vps-server
[17:26:02]
<orhtej2> > <@nemstudio18:matrix.org> actually to see the progress before one of my packages goes through the mill ^^
Given the length of the queue it'll take a couple of hours to process
[17:26:54]
<orhtej2> > <sa> I forgot to mention (just in case that could have any relationship with the problem) that my Yunohost server is on the Internet through a wireguard tunnel that ends on a VPS as described at https://forum.yunohost.org/t/homemade-wireguard-vpn-on-a-vps-server
shouldn't be related assuming your ynh server understands the domain its reachable from the outside
[17:27:40]
<orhtej2> as For the ssh issue i'm clueless, but sounds worrying given ssh shouldn't care
[17:28:21]
<orhtej2> are you 100% positive it's your ynh box serving ssh? Can you change the motd or whatever to make sure?
[17:29:11]
<orhtej2> You know, like this: https://www.cyberciti.biz/howto/quick-tip-display-banner-message-before-openssh-authentication/
[17:44:56]
<sa> I cannot check it now as I don't have access to it now, but I am positive I am targetting my machine. I have a healthy wireguard VPN. I could only think of reaching a different VPS which hapened to run yunohost too, but I don't think that is happening.
[17:45:14]
<sa> I found this related case, which is not exactly the same and was not solved: https://forum.yunohost.org/t/504-error-at-sso-login
[18:40:59]
<thatoo> Is it possible to change the duration value of yunohost.portal cookie?
It seems to be set to 3 days and I'd like to increase it to a week.
[18:59:28]
<Aleks (he/him/il/lui)> currently not without editing the code and restarting the yunohost-portal-api service
[18:59:29]
<Aleks (he/him/il/lui)> https://github.com/YunoHost/yunohost/blob/dev/src/authenticators/ldap_ynhuser.py#L60
[19:27:27]
<Thomas[m]> https://aria.im/_bifrost/v1/media/download/Ac6FSKH_F4LcFlc4xq0Efi9HgHLSA4S31kMf6ib8JTWpucC-Is9KBwklZaP0EfTXoZZ0HfYbWH2eebWiQnjXUzRCeVhq0gSAAG1hdHJpeC5vcmcvVk5tRWNoQmdDSm1KaGJQQlRLeFljWE1q
[19:27:28]
<Thomas[m]> I’m on YunoHost 12.1.2 (testing). I’ve restarted my server, and nftables service was down because it’s not set as "launch at start". Is it normal?
[19:37:32]
<Aleks (he/him/il/lui)> hmnah it should be enabled during the migration
[21:43:53]
<eric_G> same here