Compare commits

...

2 commits

Author SHA1 Message Date
Théo Barnouin
bc3c5c18a4 Update flake
Some checks failed
/ Build Nix targets (push) Failing after 14m36s
2025-01-31 16:06:45 +01:00
Théo Barnouin
a0384deef0 Redirect to OAuth when login to forgejo 2025-01-30 11:04:29 +01:00
2 changed files with 9 additions and 6 deletions

12
flake.lock generated
View file

@ -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": {

View file

@ -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" = {