Compare commits

..

No commits in common. "f268b7867701d7533419a5f79f03f4545a4c8ea7" and "8754f0d1a03e0a6748bc89b873791ccc8555d1da" have entirely different histories.

2 changed files with 14 additions and 14 deletions

12
flake.lock generated
View file

@ -169,11 +169,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1750792728, "lastModified": 1748665073,
"narHash": "sha256-Lh3dopA8DdY+ZoaAJPrtkZOZaFEJGSYjOdAYYgOPgE4=", "narHash": "sha256-RMhjnPKWtCoIIHiuR9QKD7xfsKb3agxzMfJY8V9MOew=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "366f00797b1efb70f2882d3da485e3c10fd3d557", "rev": "282e1e029cb6ab4811114fc85110613d72771dea",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -201,11 +201,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1751211869, "lastModified": 1749024892,
"narHash": "sha256-1Cu92i1KSPbhPCKxoiVG5qnoRiKTgR5CcGSRyLpOd7Y=", "narHash": "sha256-OGcDEz60TXQC+gVz5sdtgGJdKVYr6rwdzQKuZAJQpCA=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b43c397f6c213918d6cfe6e3550abfe79b5d1c51", "rev": "8f1b52b04f2cb6e5ead50bd28d76528a2f0380ef",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -164,14 +164,6 @@ in {
recommendedProxySettings = true; recommendedProxySettings = true;
}; };
}; };
"music.le43.eu" = {
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://192.168.1.125:9180";
recommendedProxySettings = true;
};
};
"play.le43.eu" = { "play.le43.eu" = {
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
@ -179,6 +171,14 @@ in {
proxyPass = "http://192.168.1.42:8096"; proxyPass = "http://192.168.1.42:8096";
recommendedProxySettings = true; recommendedProxySettings = true;
}; };
locations."/metrics" = {
proxyPass = "http://192.168.1.42:8096/metrics";
recommendedProxySettings = true;
extraConfig = ''
allow 192.168.1.0/24;
deny all;
'';
};
}; };
"requests.le43.eu" = { "requests.le43.eu" = {
forceSSL = true; forceSSL = true;