new format for default applications
This commit is contained in:
parent
965d7a2e2c
commit
254f0597c0
1 changed files with 12 additions and 5 deletions
|
@ -10,10 +10,17 @@ authentik:
|
|||
env:
|
||||
EXTRA_DOMAINS: ', `example.com`'
|
||||
DEFAULT_LANGUAGE: de
|
||||
APPLICATIONS: '{"Calendar": "https://nextcloud.example.com/apps/calendar/", "BBB": "https://nextcloud.example.com/apps/bbb"}'
|
||||
APPLICATIONS:
|
||||
#Calendar: https://nextcloud.example.com/apps/calendar/
|
||||
#BBB: https://nextcloud.example.com/apps/bbb
|
||||
Hilfe: https://wiki.local-it.org/s/kollicloud-wiki/
|
||||
Support: mailto:kollisupport@makeitsocial.net
|
||||
EXTRA_ICONS:
|
||||
#Calendar: ~/.abra/recipes/authentik/icons/calendar.svg
|
||||
#BBB: ~/.abra/recipes/authentik/icons/bbb.png
|
||||
Hilfe: ~/.abra/recipes/authentik/icons/help.svg
|
||||
Support: ~/.abra/recipes/authentik/icons/support.svg
|
||||
uncomment:
|
||||
- calendar.svg
|
||||
- bbb.png
|
||||
- THEME_BACKGROUND
|
||||
- compose.css.yml
|
||||
comment:
|
||||
|
@ -39,7 +46,7 @@ nextcloud:
|
|||
secrets:
|
||||
bbb_secret: "{{bbb_secret}}"
|
||||
initial-hooks:
|
||||
- app install_bbb
|
||||
#- app install_bbb
|
||||
- app set_default_quota
|
||||
- app install_apps
|
||||
- app run_occ 'app:disable dashboard'
|
||||
|
@ -144,4 +151,4 @@ vaultwarden:
|
|||
zammad:
|
||||
initial-hooks:
|
||||
- zammad-railsserver init
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue