Compare commits
3 commits
47f54d5d6f
...
0057fb3378
Author | SHA1 | Date | |
---|---|---|---|
0057fb3378 | |||
0a403bb9e2 | |||
891c8a1f8d |
2 changed files with 6 additions and 7 deletions
|
@ -5,7 +5,7 @@
|
|||
settings = {
|
||||
listen = "0.0.0.0:8081";
|
||||
allowed-hosts = [ ]; # Allow all hosts
|
||||
# api-endpoint = "https://cache.staging.mlabs.city/";
|
||||
# api-endpoint = "https://cache.aciceri.dev";
|
||||
soft-delete-caches = false;
|
||||
require-proof-of-possession = true;
|
||||
|
||||
|
@ -13,13 +13,12 @@
|
|||
|
||||
storage = {
|
||||
type = "local";
|
||||
path = "/mnt/hd/atticd";
|
||||
path = "/mnt/hd/attic";
|
||||
};
|
||||
|
||||
compression = {
|
||||
level = 8;
|
||||
type = "zstd";
|
||||
};
|
||||
compression.type = "none";
|
||||
|
||||
garbage-collection.interval = "0 hours"; # disable garbage collection
|
||||
|
||||
chunking = {
|
||||
nar-size-threshold = 64 * 1024; # 64 KiB
|
||||
|
|
|
@ -26,7 +26,7 @@ for result in data['results']:
|
|||
context=type,
|
||||
description=attr,
|
||||
target_url="https://git.aciceri.dev", # FIXME
|
||||
state="success" if success else "failure" # ma be pending,success,failure,error_message
|
||||
state="success" if success else "failure" # may be pending,success,failure,error_message
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue