aules menu and fixed typo in securize
parent
54ea4416f3
commit
eb112fe0b6
|
@ -1,5 +1,10 @@
|
|||
apps_internal:
|
||||
- subdomain: nextcloud
|
||||
- subdomain: moodle
|
||||
href: /
|
||||
icon: fa fa-graduation-cap
|
||||
name: Els meus cursos
|
||||
shortname: Aules
|
||||
- subdomain: aules
|
||||
href: /
|
||||
icon: fa fa-cloud
|
||||
name: Núvol + crear arxius
|
||||
|
|
|
@ -7,7 +7,7 @@ PWD=$(shuf -n3 /usr/share/dict/words | tr -d "\n" | tr -d "'")
|
|||
sed -i "/^ADMINAPP_PASSWORD=/c\ADMINAPP_PASSWORD=$PWD" digitaldemocratic.conf
|
||||
|
||||
PWD=$(shuf -n3 /usr/share/dict/words | tr -d "\n" | tr -d "'")
|
||||
sed -i "/^DDADMIN_PASSWORD=/c\DDAMIN_PASSWORD=$PWD" digitaldemocratic.conf
|
||||
sed -i "/^DDADMIN_PASSWORD=/c\DDADMIN_PASSWORD=$PWD" digitaldemocratic.conf
|
||||
|
||||
PWD=$(shuf -n3 /usr/share/dict/words | tr -d "\n" | tr -d "'")
|
||||
sed -i "/^KEYCLOAK_PASSWORD=/c\KEYCLOAK_PASSWORD=$PWD" digitaldemocratic.conf
|
||||
|
|
Loading…
Reference in New Issue