mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
chore(ci): flake update
`keycloak.settings.proxy` removed
This commit is contained in:
parent
7046358417
commit
0bdfac0d0d
2 changed files with 3 additions and 8 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -190,11 +190,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1728018373,
|
"lastModified": 1728241625,
|
||||||
"narHash": "sha256-NOiTvBbRLIOe5F6RbHaAh6++BNjsb149fGZd1T4+KBg=",
|
"narHash": "sha256-yumd4fBc/hi8a9QgA9IT8vlQuLZ2oqhkJXHPKxH/tRw=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "bc947f541ae55e999ffdb4013441347d83b00feb",
|
"rev": "c31898adf5a8ed202ce5bea9f347b1c6871f32d1",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -59,11 +59,6 @@ in {
|
||||||
then hostname
|
then hostname
|
||||||
else null
|
else null
|
||||||
);
|
);
|
||||||
proxy = mkDefault (
|
|
||||||
if cfg.protocol == "https"
|
|
||||||
then "reencrypt"
|
|
||||||
else "edge"
|
|
||||||
);
|
|
||||||
hostname-strict = mkDefault hostname-strict;
|
hostname-strict = mkDefault hostname-strict;
|
||||||
hostname-strict-https = mkDefault hostname-strict;
|
hostname-strict-https = mkDefault hostname-strict;
|
||||||
proxy-headers = mkDefault "xforwarded";
|
proxy-headers = mkDefault "xforwarded";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue