Gitea Lives!

main
Julius 2022-05-20 17:21:36 +02:00
parent e9ce88b058
commit a423603e26
Signed by: j00lz
GPG Key ID: AF241B0AA237BBA2
3 changed files with 5 additions and 4 deletions

View File

@ -77,11 +77,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1652559422,
"narHash": "sha256-jPVTNImBTUIFdtur+d4IVot6eXmsvtOcBm0TzxmhWPk=",
"lastModified": 1652881001,
"narHash": "sha256-k9JmPCojaJnqGz4aRXXT1HZqJKHCXijoMfBAb24abXk=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "8b3398bc7587ebb79f93dfeea1b8c574d3c6dba1",
"rev": "2d474d6a4a43a0348b78db68dc00c491032cf5cf",
"type": "github"
},
"original": {

View File

@ -22,7 +22,7 @@
enableACME = true;
http2 = true;
locations."/" = {
proxyPass = "http://gitea.lxd:3000";
proxyPass = "http://gitea.lxd:3000/";
proxyWebsockets = true;
};
};

View File

@ -15,6 +15,7 @@
authentication = ''
local all all trust
host all all 10.0.0.0/8 trust
host all all fd42:14c:5baf:51ec:216:3eff:fe6e:32a7/96 trust
'';
ensureDatabases = [ "gitea" ];
ensureUsers = [