Tuesday, June 16, 2026
support@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          
             

[05:49:12] <Spencer> Hi, trying to setup SnappyMail by accessing the /var folder in SFTP but a Permission Denied message is popping up in the /www folder. I'm logged in as the root user so I'm not sure why the permissions aren't there.
[07:57:41] <Moté> I don't think you're logged as root with SFTP, as Yunohost deactivates root login
[07:58:57] <Moté> The only way to be root is to connect as your usual user, then elevate as root
[08:00:54] <Spencer> Yes, sorry. I was oversimplifying. I am elevated as root.
[08:13:24] <Moté> I don't think you're really elevated as root, otherwise you'd get access. If you connect using SSH, elevate (sudo -i) and try to access it, does it work?
[18:40:57] <samuel> Bonsoir,
Certains d'entre vous ont-ils réussi a utiliser DEX comme OIDC sur vaultwarden ? Je n'ai pas réussi, même a coup de Google ou d'IA ...Pourtant cette piste était intéressante mais sans succès : https://forum.yunohost.org/t/vaulltwarden-dex-sso-login-fix-single-sign-on/41879

Good evening,
Has anyone here managed to use DEX as an OIDC provider with Vaultwarden? I haven’t been able to get it working, even after searching with Google or using AI… It seemed like a promising approach, but no success so far: https://forum.yunohost.org/t/vaulltwarden-dex-sso-login-fix-single-sign-on/41879
[20:57:22] <Melchisedech[m]> Hi, I’m trying to restore a wrecked Yunohost installation on a RPi5.
What I have done so far: flashed the SD Card (the old one had failed). Take the old external HDD and configure it to automount at /home (the HDD is ok), so my /home is populated with my files
Restore the configuration from a borg archive.
Where it fails : after upgrading Yunohost, I have to migrate the firewall but it fails.
The log says:
```
a migration 0032_firewall_config a échoué, abandon. Erreur : 'uPnP'
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/yunohost/tools.py", line 928, in tools_migrations_run
migration.run()
File "/usr/lib/python3/dist-packages/yunohost/migrations/0032_firewall_config.py", line 80, in run
self.firewall_file_migrate()
File "/usr/lib/python3/dist-packages/yunohost/migrations/0032_firewall_config.py", line 64, in firewall_file_migrate
"router_forwarding_upnp": old_data["uPnP"]["enabled"],
~~~~~~~~^^^^^^^^
KeyError: 'uPnP'
```

[20:58:35] <Melchisedech[m]> I guess I should remove the "old_data" but I don’t know how.