aules menu and fixed typo in securize

root 2021-05-29 18:14:50 +02:00
parent 54ea4416f3
commit eb112fe0b6
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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