chore: added initial hook and app env
This commit is contained in:
parent
f4b043fc0b
commit
a6d48a5d37
1 changed files with 5 additions and 1 deletions
|
|
@ -20,12 +20,16 @@ authentik:
|
|||
#BBB:
|
||||
#url: https://nextcloud.example.com/apps/bbb
|
||||
#group:
|
||||
#Wiki:
|
||||
#url: https://nextcloud.example.com/apps/collectives/
|
||||
#group:
|
||||
KolliCloud-Anleitung:
|
||||
url: https://wiki.local-it.org/s/kollicloud-wiki/
|
||||
group: $GROUP_HELP
|
||||
EXTRA_ICONS:
|
||||
#Calendar: ~/.abra/recipes/authentik/icons/calendar.svg
|
||||
#BBB: ~/.abra/recipes/authentik/icons/bbb.png
|
||||
#Wiki: ~/.abra/recipes/authentik/icons/collectives.svg
|
||||
KolliCloud-Anleitung: ~/.abra/recipes/authentik/icons/help.svg
|
||||
uncomment:
|
||||
- compose.css.yml
|
||||
|
|
@ -43,7 +47,7 @@ authentik:
|
|||
nextcloud:
|
||||
env:
|
||||
DEFAULT_QUOTA: "100 MB"
|
||||
APPS: "calendar groupfolders"
|
||||
APPS: "calendar groupfolders" # collectives
|
||||
BBB_URL: "{{bbb_url}}"
|
||||
FPM_MAX_CHILDREN: 45
|
||||
FPM_START_SERVERS: 6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue