1
0

Compare commits

..

2 Commits

Author SHA1 Message Date
3fe7721847
hosts/web-2: Bind Gitea to IPv6 2024-08-28 08:46:57 +02:00
97d1f68e9c
hosts/web-2: Reduce log verbosity of gitea daemon 2024-08-28 08:39:17 +02:00

View File

@ -15,7 +15,7 @@
lfs.enable = true;
settings = {
log = {
LEVEL = "Info";
LEVEL = "Warn";
};
database = {
CHARSET = "utf8";
@ -28,7 +28,7 @@
server = {
ROOT_URL = "https://git.clerie.de/";
DOMAIN = "git.clerie.de";
HTTP_ADDRESS = "127.0.0.1";
HTTP_ADDRESS = "::1";
HTTP_PORT = 3000;
OFFLINE_MODE = true;
LANDING_PAGE = "explore";
@ -80,7 +80,7 @@
forceSSL = true;
locations = {
"/" = {
proxyPass = "http://localhost:3000";
proxyPass = "http://[::1]:3000";
};
};
extraConfig = ''