OpenTerminal works in OWUI as a shared model with a mounted folder, via a docker compose and I thought the new multi-user feature would prevent me from having to setup a dedicated instance for each home user wanting to keep their notebooks private, but the permissions to run it in that mode are different it seems.
The docker won't start because it tries sudo useradd as soon as the user opens the terminal, which doesn't work.
Would it be possible to allow admins to submit an array of pre-created users?
OpenTerminal works in OWUI as a shared model with a mounted folder, via a docker compose and I thought the new multi-user feature would prevent me from having to setup a dedicated instance for each home user wanting to keep their notebooks private, but the permissions to run it in that mode are different it seems.
The docker won't start because it tries
sudo useraddas soon as the user opens the terminal, which doesn't work.Would it be possible to allow admins to submit an array of pre-created users?