mirror of
https://github.com/oqyude/nixos.git
synced 2026-08-08 23:53:11 +03:00
syncthing arpa
This commit is contained in:
@@ -212,6 +212,20 @@ in
|
||||
client_max_body_size 5G;
|
||||
'';
|
||||
};
|
||||
"glances.home.arpa" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://127.0.0.1:61208";
|
||||
};
|
||||
};
|
||||
"syncthing.home.arpa" = {
|
||||
addSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://127.0.0.1:8384";
|
||||
};
|
||||
};
|
||||
# "zeroq.home.arpa" = {
|
||||
# forceSSL = true;
|
||||
# enableACME = true;
|
||||
|
||||
Reference in New Issue
Block a user