drone: fix listen port

This commit is contained in:
Sandro - 2023-11-16 11:17:50 +01:00
parent 8dec8a408d
commit 20fbfaa34f
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@ in
forceSSL = true;
enableACME = true;
listen = libC.defaultListen;
locations."/".proxyPass = "http://localhost:8080";
locations."/".proxyPass = "http://localhost:5000";
};
};
@ -72,6 +72,7 @@ in
"DRONE_DATADOG_ENDPOINT=null"
"DRONE_GITEA_SERVER=https://gitea.c3d2.de"
"DRONE_SERVER_HOST=${hostname}"
"DRONE_SERVER_PORT=:5000"
"DRONE_SERVER_PROTO=https"
"DRONE_USER_CREATE=username:sandro,admin:true"
"DRONE_USER_FILTER=sandro,c3d2"