gitea adminify

This commit is contained in:
soraefir
2026-05-11 22:45:34 +02:00
parent fbe8399886
commit b82033f857
2 changed files with 15 additions and 0 deletions

View File

@@ -117,6 +117,7 @@ in {
envFile = config.sops.secrets."ETHERPAD".path;
script = pkgs.writeShellScript "setup" ''
echo "$APIKEY" > ${serverCfg.configPath}/etherpad/APIKEY.txt
chmod 444 ${serverCfg.configPath}/etherpad/APIKEY.txt
'';
};