This commit is contained in:
CanbiZ (MickLesk)
2026-04-27 10:45:08 +02:00
parent 8ae53f9a0c
commit ad60c2cf10
2 changed files with 3 additions and 2 deletions

View File

@@ -124,7 +124,8 @@ done
pct exec "$CTID" -- bash -c "mkdir -p /opt/authentik-data/{certs,media,geoip,templates}; \
cp /opt/authentik/tests/GeoLite2-ASN-Test.mmdb /opt/authentik-data/geoip/GeoLite2-ASN.mmdb; \
cp /opt/authentik/tests/GeoLite2-City-Test.mmdb /opt/authentik-data/geoip/GeoLite2-City.mmdb; \
chown -R authentik:authentik /opt/authentik-data"
chown authentik:authentik /opt/authentik-data; \
chown -R authentik:authentik /opt/authentik-data/{certs,media,geoip,templates}"
msg_ok "Attached data storage volume"
msg_info "Starting Services"

View File

@@ -45,4 +45,4 @@
"type": "info"
}
]
}
}