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
|
systemctl stop coolwsd
|
||||||
COOLPASS="$(openssl rand -base64 36)"
|
COOLPASS="$(openssl rand -base64 36)"
|
||||||
$STD sudo -u cool coolconfig set-admin-password --user=admin --password="$COOLPASS"
|
$STD sudo -u cool coolconfig set-admin-password --user=admin --password="$COOLPASS"
|
||||||
|
echo "$COOLPASS" >~/.coolpass
|
||||||
msg_ok "Installed Collabora Online"
|
msg_ok "Installed Collabora Online"
|
||||||
|
|
||||||
# OpenCloud
|
# OpenCloud
|
||||||
@ -164,7 +165,7 @@ ExecStart=/usr/bin/opencloud collaboration server
|
|||||||
Restart=always
|
Restart=always
|
||||||
KillSignal=SIGKILL
|
KillSignal=SIGKILL
|
||||||
KillMode=mixed
|
KillMode=mixed
|
||||||
TimeoutStopSec=120
|
TimeoutStopSec=10
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user