Compare commits

..

2 commits

Author SHA1 Message Date
8d5d18cf62
move from dev to operator 2025-06-19 18:12:37 +02:00
277527f293
WIP: add attic cache, see #92
flesh out attic

TODO keys nginx-port testing

fix key

fix key
2025-06-19 18:12:37 +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=${config.fediversity.garage.ensureKeys.attic.id} AWS_ACCESS_KEY_ID=$(cat ${config.fediversity.peertube.s3AccessKeyFile})
AWS_SECRET_ACCESS_KEY=${config.fediversity.garage.ensureKeys.attic.secret} AWS_SECRET_ACCESS_KEY=$(cat ${config.fediversity.peertube.s3SecretKeyFile})
''; '';
} }
}/bin/attic.env"; }/bin/attic.env";