diff --git a/assets/user.css b/assets/user.css --- a/assets/user.css +++ b/assets/user.css @@ -32,7 +32,8 @@ [href^="https://firefox-sync."], [href^="https://pds."], [href^="https://knot."], - [href^="https://spindle."] + [href^="https://spindle."], + [href^="https://ncps."] ) ) { --access-icon: url("/assets/icons/warning.svg"); @@ -282,6 +283,10 @@ .monitor-site:has(a[href^="https://vaultwarden."][href$="/admin"]) { --service-tooltip: "Vaultwarden password vault administration."; +} + +.monitor-site:has(a[href^="https://ncps."]) { + --service-tooltip: "Nix binary cache proxy."; } .monitor-site .monitor-site-icon { diff --git a/config/home.yml b/config/home.yml --- a/config/home.yml +++ b/config/home.yml @@ -82,6 +82,14 @@ - type: monitor cache: 8m + title: Nix + sites: + - title: Nix cache proxy + url: https://ncps.${GROUND_DOMAIN} + icon: /assets/icons/ncps.svg + + - type: monitor + cache: 8m title: files sites: - title: copyparty diff --git a/assets/icons/ncps.svg b/assets/icons/ncps.svg new file mode 100644 --- /dev/null +++ b/assets/icons/ncps.svg @@ -0,0 +1,17 @@ + + NCPS Logo + Logo for the Nix Cache Proxy Server (NCPS) project. It features a hexagonal design with a download arrow and the letters NCPS. + + + + + + + + + + + + + NCPS +