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:
|
env:
|
||||||
EXTRA_DOMAINS: ', `example.com`'
|
EXTRA_DOMAINS: ', `example.com`'
|
||||||
DEFAULT_LANGUAGE: de
|
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:
|
uncomment:
|
||||||
- calendar.svg
|
|
||||||
- bbb.png
|
|
||||||
- THEME_BACKGROUND
|
- THEME_BACKGROUND
|
||||||
- compose.css.yml
|
- compose.css.yml
|
||||||
comment:
|
comment:
|
||||||
|
|
@ -39,7 +46,7 @@ nextcloud:
|
||||||
secrets:
|
secrets:
|
||||||
bbb_secret: "{{bbb_secret}}"
|
bbb_secret: "{{bbb_secret}}"
|
||||||
initial-hooks:
|
initial-hooks:
|
||||||
- app install_bbb
|
#- app install_bbb
|
||||||
- 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'
|
||||||
|
|
@ -144,4 +151,4 @@ vaultwarden:
|
||||||
zammad:
|
zammad:
|
||||||
initial-hooks:
|
initial-hooks:
|
||||||
- zammad-railsserver init
|
- zammad-railsserver init
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue