Compare commits
2 commits
f9b9da6f31
...
bc3c5c18a4
Author | SHA1 | Date | |
---|---|---|---|
|
bc3c5c18a4 | ||
|
a0384deef0 |
2 changed files with 9 additions and 6 deletions
12
flake.lock
generated
12
flake.lock
generated
|
@ -172,11 +172,11 @@
|
|||
"spectrum": "spectrum"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1737981104,
|
||||
"narHash": "sha256-7AGmPPBgLHHWgzzFYDJcyhv/NiuCrpgzg8IyA7Q/H9o=",
|
||||
"lastModified": 1738189626,
|
||||
"narHash": "sha256-6wHkXtLvrOMkJL9HjsXPrpyV+S8A4v8F3iFKFb4op5g=",
|
||||
"owner": "astro",
|
||||
"repo": "microvm.nix",
|
||||
"rev": "3768f4937f38334898c67e03f40e244a57a74caa",
|
||||
"rev": "abab3cf7fce02e407e427d406e80f7b4e67b25a4",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -203,11 +203,11 @@
|
|||
},
|
||||
"nixpkgs_2": {
|
||||
"locked": {
|
||||
"lastModified": 1737885640,
|
||||
"narHash": "sha256-GFzPxJzTd1rPIVD4IW+GwJlyGwBDV1Tj5FLYwDQQ9sM=",
|
||||
"lastModified": 1738163270,
|
||||
"narHash": "sha256-B/7Y1v4y+msFFBW1JAdFjNvVthvNdJKiN6EGRPnqfno=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "4e96537f163fad24ed9eb317798a79afc85b51b7",
|
||||
"rev": "59e618d90c065f55ae48446f307e8c09565d5ab0",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -129,6 +129,9 @@ in {
|
|||
locations."/" = {
|
||||
proxyPass = "http://192.168.1.14:3000";
|
||||
recommendedProxySettings = true;
|
||||
extraConfig = ''
|
||||
rewrite ^/user/login$ /user/oauth2/authentik;
|
||||
'';
|
||||
};
|
||||
};
|
||||
"authentik.le43.eu" = {
|
||||
|
|
Loading…
Add table
Reference in a new issue