From 7a896f7a802623d8f8817d0d0fff3ea0c3aa4c76 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Sat, 16 Mar 2024 12:20:15 +0100 Subject: [PATCH] Test --- modules/cloudflare-dyndns/default.nix | 1 + modules/rock5b-proxy/default.nix | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/modules/cloudflare-dyndns/default.nix b/modules/cloudflare-dyndns/default.nix index 4b8e74a..5f1cbe4 100644 --- a/modules/cloudflare-dyndns/default.nix +++ b/modules/cloudflare-dyndns/default.nix @@ -14,6 +14,7 @@ "cache.aciceri.dev" "matrix.aciceri.dev" "syncv3.matrix.aciceri.dev" + "ipc.aciceri.dev" ]; apiTokenFile = config.age.secrets.cloudflare-dyndns-api-token.path; }; diff --git a/modules/rock5b-proxy/default.nix b/modules/rock5b-proxy/default.nix index 5ffb526..6734347 100644 --- a/modules/rock5b-proxy/default.nix +++ b/modules/rock5b-proxy/default.nix @@ -35,6 +35,13 @@ proxyPass = "http://localhost:${builtins.toString config.services.invidious.port}"; }; }; + "ipc.aciceri.dev" = { + forceSSL = true; + enableACME = true; + locations."/" = { + proxyPass = "http://picard.fleet:8545"; + }; + }; # "sevenofnix.aciceri.dev" = { # forceSSL = true; # enableACME = true;