aboutsummaryrefslogtreecommitdiff
path: root/machines/nixos/x86_64-linux/argonath.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-11-23 07:51:28 -0800
committerFranck Cuny <franck@fcuny.net>2025-11-23 07:51:28 -0800
commit83f622dc9e309e8052c73af662443da5de6dc4ef (patch)
treef29fd9ede7d46ae16d1c94fe4262cf031e0aa373 /machines/nixos/x86_64-linux/argonath.nix
parentadding webfinger support (diff)
downloadinfra-83f622dc9e309e8052c73af662443da5de6dc4ef.tar.gz
configure miniflux and integrate with authelia
Diffstat (limited to '')
-rw-r--r--machines/nixos/x86_64-linux/argonath.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/machines/nixos/x86_64-linux/argonath.nix b/machines/nixos/x86_64-linux/argonath.nix
index f6ff166..63ff2c9 100644
--- a/machines/nixos/x86_64-linux/argonath.nix
+++ b/machines/nixos/x86_64-linux/argonath.nix
@@ -96,6 +96,12 @@ in
proxyPass = "http://10.100.0.60:9092";
};
};
+ "reader.fcuny.net" = {
+ enableACME = true;
+ acmeRoot = null;
+ forceSSL = true;
+ locations."/".proxyPass = "http://10.100.0.60:8002";
+ };
"fcuny.net" = {
enableACME = true;
acmeRoot = null;