This commit is contained in:
cy 2025-03-26 11:53:06 -04:00
parent 57aa110347
commit 225e01d935
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
3 changed files with 31 additions and 34 deletions

View file

@ -18,7 +18,10 @@ in
settings = {
listen = "[::]:8091";
api-endpoint = "https://cache.cy7.sh/";
allowed-hosts = [ "cache.cy7.sh" "cdn.cy7.sh" ];
allowed-hosts = [
"cache.cy7.sh"
"cdn.cy7.sh"
];
require-proof-of-possession = false;
compression = {
type = "none";