fix
This commit is contained in:
@@ -35,7 +35,7 @@ in {
|
||||
|
||||
runtime = {
|
||||
paths = [{
|
||||
path="${serverCfg.path.config}/authentik";
|
||||
path="${serverCfg.path.config.path}/authentik";
|
||||
owner = "1000:1000";
|
||||
dirs = ["media" "templates"];
|
||||
mode = "0755";
|
||||
@@ -69,8 +69,8 @@ in {
|
||||
|
||||
cmd = [ "server" ];
|
||||
volumes = [
|
||||
"${serverCfg.path.config}/authentik/media:/media"
|
||||
"${serverCfg.path.config}/authentik/templates:/templates"
|
||||
"${serverCfg.path.config.path}/authentik/media:/media"
|
||||
"${serverCfg.path.config.path}/authentik/templates:/templates"
|
||||
"${authentikData}:/blueprints/custom:ro"
|
||||
"${mediaCfg.logo.svg}:${logoSvgMount}:ro"
|
||||
"${mediaCfg.logo.ico}:${logoIcoMount}:ro"
|
||||
@@ -94,8 +94,8 @@ in {
|
||||
overrides = {
|
||||
cmd = [ "worker" ];
|
||||
volumes = [
|
||||
"${serverCfg.path.config}/authentik/media:/media"
|
||||
"${serverCfg.path.config}/authentik/templates:/templates"
|
||||
"${serverCfg.path.config.path}/authentik/media:/media"
|
||||
"${serverCfg.path.config.path}/authentik/templates:/templates"
|
||||
"${authentikData}:/blueprints/custom:ro"
|
||||
"${mediaCfg.logo.svg}:${logoSvgMount}:ro"
|
||||
"${mediaCfg.logo.ico}:${logoIcoMount}:ro"
|
||||
|
||||
Reference in New Issue
Block a user