Compare commits

..

2 commits

Author SHA1 Message Date
df28d6a958
move from dev to operator 2025-06-19 15:01:43 +02:00
1915e7e7d5
WIP: add attic cache, see #92
flesh out attic

TODO keys nginx-port testing
2025-06-19 13:41:26 +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=${config.fediversity.attic.ensureKeys.attic.id}
AWS_SECRET_ACCESS_KEY=${config.fediversity.garage.ensureKeys.attic.secret} AWS_SECRET_ACCESS_KEY=${config.fediversity.attic.ensureKeys.attic.secret}
''; '';
} }
}/bin/attic.env"; }/bin/attic.env";