Compare commits
2 commits
572c761799
...
eafb3c7d5c
Author | SHA1 | Date | |
---|---|---|---|
![]() |
eafb3c7d5c | ||
![]() |
75008eb0c4 |
3 changed files with 8 additions and 4 deletions
8
flake.lock
generated
8
flake.lock
generated
|
@ -1086,11 +1086,11 @@
|
|||
"treefmt-nix": "treefmt-nix_4"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1737754595,
|
||||
"narHash": "sha256-p7WZuC0ME7CPJaGEDtlDTikAO8WLx2yW9EyLpiECz24=",
|
||||
"lastModified": 1738024999,
|
||||
"narHash": "sha256-dRET83LeGEVeZn3DU3NCL2vd7qbxXLJGt+kBlrn0lU8=",
|
||||
"ref": "main",
|
||||
"rev": "f830e80222bd39fecf3afad5243fb11da59ef273",
|
||||
"revCount": 86,
|
||||
"rev": "1657febd553257fcb85b02cb6b3e84ed860a52bf",
|
||||
"revCount": 87,
|
||||
"type": "git",
|
||||
"url": "ssh://forgejo@git.ingolf-wagner.de:2222/palo/nixos-private-parts.git"
|
||||
},
|
||||
|
|
|
@ -496,6 +496,7 @@
|
|||
stylixModules
|
||||
zerotierModules
|
||||
srvos.nixosModules.hardware-hetzner-online-intel
|
||||
private-parts.nixosModules.orbi
|
||||
#srvos.nixosModules.server
|
||||
#srvos.nixosModules.mixins-terminfo
|
||||
{
|
||||
|
|
|
@ -33,6 +33,9 @@ in
|
|||
"git.ingolf-wagner.de" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
extraConfig = ''
|
||||
client_max_body_size 2048M; # 2 GB (adjust as needed), for docker/podman push
|
||||
'';
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:${toString config.services.forgejo.settings.server.HTTP_PORT}";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue