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