Migrated from Nextcloud-AIO to standard nextcloud.
This commit is contained in:
@@ -499,8 +499,10 @@ services_generation() {
|
||||
|
||||
# Nextcloud config
|
||||
elif [[ "${service}" == "nextcloud" ]]; then
|
||||
generate_network "${service}" "0" "nextcloud-aio"
|
||||
envsubst < templates/podman-config/traefik/nextcloud.yaml > final-nix-config/mnt/config/traefik/rules/nextcloud.yaml
|
||||
generate_network "${service}" "1"
|
||||
generate_db_creds "NEXTCLOUD"
|
||||
export "NEXTCLOUD_REDIS_PASSWORD"="$(xkcdpass -d "-")"
|
||||
# envsubst < templates/podman-config/traefik/nextcloud.yaml > final-nix-config/mnt/config/traefik/rules/nextcloud.yaml
|
||||
|
||||
# Passbolt config
|
||||
elif [[ "${service}" == "passbolt" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user