mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2025-12-10 04:01:20 -06:00
OpenCloud: save Collabora admin cred
This commit is contained in:
parent
80a1746961
commit
a843d8d58c
@ -47,6 +47,7 @@ $STD apt-get install -y coolwsd code-brand
|
||||
systemctl stop coolwsd
|
||||
COOLPASS="$(openssl rand -base64 36)"
|
||||
$STD sudo -u cool coolconfig set-admin-password --user=admin --password="$COOLPASS"
|
||||
echo "$COOLPASS" >~/.coolpass
|
||||
msg_ok "Installed Collabora Online"
|
||||
|
||||
# OpenCloud
|
||||
@ -164,7 +165,7 @@ ExecStart=/usr/bin/opencloud collaboration server
|
||||
Restart=always
|
||||
KillSignal=SIGKILL
|
||||
KillMode=mixed
|
||||
TimeoutStopSec=120
|
||||
TimeoutStopSec=10
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user