diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-11-23 07:51:28 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-11-23 07:51:28 -0800 |
| commit | 83f622dc9e309e8052c73af662443da5de6dc4ef (patch) | |
| tree | f29fd9ede7d46ae16d1c94fe4262cf031e0aa373 /machines/nixos/x86_64-linux/argonath.nix | |
| parent | adding webfinger support (diff) | |
| download | infra-83f622dc9e309e8052c73af662443da5de6dc4ef.tar.gz | |
configure miniflux and integrate with authelia
Diffstat (limited to 'machines/nixos/x86_64-linux/argonath.nix')
| -rw-r--r-- | machines/nixos/x86_64-linux/argonath.nix | 6 |
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; |
