linuxserver / proot-apps

Userspace applications running with proot and built with Docker
GNU General Public License v3.0
24 stars 1 forks source link

Nextcloud client disconnects session on exit and requires re-authorization on restart #16

Open drdada opened 3 months ago

drdada commented 3 months ago

I'm experiencing an issue with the Nextcloud client PRoot Apps. Whenever I close the client, it systematically disconnects my Nextcloud session. When I restart the client, I'm prompted to re-authorize the connection to my Nextcloud account (with browser procedure). This behavior is inconvenient as it requires me to re-authorize the connection every time I restart the client. It's not a blocking issue, but I thought it was worth reporting.

Steps to reproduce:

  1. Connect to your Nextcloud account and login successfully.
  2. Close the Nextcloud client.
  3. Restart the Nextcloud client. Then you're prompted to re-authorize the connection to your Nextcloud account.

Environment:

thelamer commented 2 months ago

It looks like Nextcloud stores its client information in the system keychain. I have never tested having a wallet nested in the proot env, it might honestly only work in a real desktop scenario with a real dbus socket. Will need some testing to see if it is possible inside Docker.