Compare commits

...

3 commits

Author SHA1 Message Date
Théo Barnouin
f268b78677 update flake
Some checks failed
/ Build Nix targets (push) Has been cancelled
2025-06-30 14:46:07 +02:00
Théo Barnouin
b3cd562b98 Add music vhost 2025-06-30 14:22:51 +02:00
Théo Barnouin
5c3141a757 Update flake 2025-06-23 14:37:26 +02:00
2 changed files with 14 additions and 14 deletions

12
flake.lock generated
View file

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

View file

@ -164,6 +164,14 @@ 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;
@ -171,14 +179,6 @@ 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;