chore: added initial hook and app env
This commit is contained in:
parent
f4b043fc0b
commit
845486c548
1 changed files with 5 additions and 0 deletions
|
|
@ -20,12 +20,16 @@ authentik:
|
||||||
#BBB:
|
#BBB:
|
||||||
#url: https://nextcloud.example.com/apps/bbb
|
#url: https://nextcloud.example.com/apps/bbb
|
||||||
#group:
|
#group:
|
||||||
|
#Wiki:
|
||||||
|
#url: https://nextcloud.example.com/apps/collectives/
|
||||||
|
#group:
|
||||||
KolliCloud-Anleitung:
|
KolliCloud-Anleitung:
|
||||||
url: https://wiki.local-it.org/s/kollicloud-wiki/
|
url: https://wiki.local-it.org/s/kollicloud-wiki/
|
||||||
group: $GROUP_HELP
|
group: $GROUP_HELP
|
||||||
EXTRA_ICONS:
|
EXTRA_ICONS:
|
||||||
#Calendar: ~/.abra/recipes/authentik/icons/calendar.svg
|
#Calendar: ~/.abra/recipes/authentik/icons/calendar.svg
|
||||||
#BBB: ~/.abra/recipes/authentik/icons/bbb.png
|
#BBB: ~/.abra/recipes/authentik/icons/bbb.png
|
||||||
|
#Wiki: ~/.abra/recipes/authentik/icons/collectives.png
|
||||||
KolliCloud-Anleitung: ~/.abra/recipes/authentik/icons/help.svg
|
KolliCloud-Anleitung: ~/.abra/recipes/authentik/icons/help.svg
|
||||||
uncomment:
|
uncomment:
|
||||||
- compose.css.yml
|
- compose.css.yml
|
||||||
|
|
@ -57,6 +61,7 @@ nextcloud:
|
||||||
bbb_secret: "{{bbb_secret}}"
|
bbb_secret: "{{bbb_secret}}"
|
||||||
initial-hooks:
|
initial-hooks:
|
||||||
#- app install_bbb
|
#- app install_bbb
|
||||||
|
#- app install_collectives
|
||||||
- app set_default_quota
|
- app set_default_quota
|
||||||
- app install_apps
|
- app install_apps
|
||||||
- app run_occ 'app:disable dashboard'
|
- app run_occ 'app:disable dashboard'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue