1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 02:57:44 +00:00

feat: serve the local store and fallback to the s3 bucket if it 404's

This commit is contained in:
RGBCube 2025-02-27 19:02:15 +03:00
parent 34d9e30529
commit 2efa94d35e
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
6 changed files with 50 additions and 19 deletions

View file

@ -5,6 +5,8 @@ in {
"hosts/best/id.age".publicKeys = [ best ] ++ admins;
"hosts/best/password.the.age".publicKeys = [ best ] ++ admins;
"hosts/best/cache/key.age".publicKeys = [ best ] ++ admins;
"hosts/best/garage/environment.age".publicKeys = [ best ] ++ admins;
"hosts/best/hercules/caches.age".publicKeys = [ best ] ++ admins;