Define console credentials

This commit is contained in:
Alexandre
2025-08-25 14:55:58 +02:00
committed by GitHub
parent 127610abda
commit a1fc4ca370

View File

@@ -55,4 +55,4 @@ chown 1001 /opt/cool/systemplate
chmod -R 755 /opt/cool/systemplate
bashio::log.info "Starting Collabora Online..."
su -s /bin/bash -c "/start-collabora-online.sh" "$(getent passwd 1001 | cut -d: -f1)"
su -s /bin/bash "$(getent passwd 1001 | cut -d: -f1)" -c "/start-collabora-online.sh --o:admin_console.username=$username --o:admin_console.password=$password"