Compare commits

..

2 commits

Author SHA1 Message Date
4fff023115
move from dev to operator 2025-06-19 17:52:04 +02:00
19e77e30a5
WIP: add attic cache, see #92
flesh out attic

TODO keys nginx-port testing

fix key
2025-06-19 17:51:44 +02:00

View file

@ -108,8 +108,8 @@ in
outPath = "./attic.env"; outPath = "./attic.env";
text = '' text = ''
ATTIC_SERVER_TOKEN_RS256_SECRET_BASE64=${fileContents config.vars.generators.attic.files.token.path} ATTIC_SERVER_TOKEN_RS256_SECRET_BASE64=${fileContents config.vars.generators.attic.files.token.path}
AWS_ACCESS_KEY_ID=$(cat ${config.fediversity.peertube.s3AccessKeyFile}) AWS_ACCESS_KEY_ID=${config.fediversity.garage.ensureKeys.attic.id}
AWS_SECRET_ACCESS_KEY=$(cat ${config.fediversity.peertube.s3SecretKeyFile}) AWS_SECRET_ACCESS_KEY=${config.fediversity.garage.ensureKeys.attic.secret}
''; '';
} }
}/bin/attic.env"; }/bin/attic.env";