mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
test: trying to fix opencloud
This commit is contained in:
parent
ac0ba3e5d6
commit
1fe4a86a19
1 changed files with 2 additions and 3 deletions
|
|
@ -63,7 +63,6 @@ in
|
||||||
};
|
};
|
||||||
script = ''
|
script = ''
|
||||||
mkdir -p /etc/opencloud-secrets
|
mkdir -p /etc/opencloud-secrets
|
||||||
mkdir /etc/static/opencloud
|
|
||||||
cp /run/secrets/projectenv /etc/opencloud-secrets/env
|
cp /run/secrets/projectenv /etc/opencloud-secrets/env
|
||||||
chmod 755 /etc/opencloud-secrets
|
chmod 755 /etc/opencloud-secrets
|
||||||
chmod 644 /etc/opencloud-secrets/*
|
chmod 644 /etc/opencloud-secrets/*
|
||||||
|
|
@ -92,8 +91,8 @@ in
|
||||||
|
|
||||||
tmpfiles.rules = [
|
tmpfiles.rules = [
|
||||||
"d ${serviceCfg.varPaths.path0} 0755 ${serviceCfg.name} ${serviceCfg.name} -"
|
"d ${serviceCfg.varPaths.path0} 0755 ${serviceCfg.name} ${serviceCfg.name} -"
|
||||||
"L+ /etc/opencloud/proxy.yaml - - - - /etc/static/opencloud/proxy.yaml"
|
"z /etc/opencloud 0700 ${serviceCfg.name} ${serviceCfg.name} -"
|
||||||
"z /etc/opencloud 0700 opencloud opencloud -"
|
# "L+ /etc/opencloud/proxy.yaml - - - - /etc/static/opencloud/proxy.yaml"
|
||||||
];
|
];
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue