port changes for gitea
This commit is contained in:
@ -2,8 +2,11 @@
|
||||
services.gitea = {
|
||||
enable = true;
|
||||
settings = {
|
||||
server.ROOT_URL = "https://code.m3ta.dev";
|
||||
service.DISABLE_REGISTRATION = true;
|
||||
server = {
|
||||
ROOT_URL = "https://code.m3ta.dev";
|
||||
HTTP_PORT = 3030;
|
||||
DISABLE_REGISTRATION = true;
|
||||
};
|
||||
};
|
||||
lfs.enable = true;
|
||||
dump = {
|
||||
@ -17,7 +20,7 @@
|
||||
services.traefik.dynamicConfigOptions.http = {
|
||||
services.gitea.loadBalancer.servers = [
|
||||
{
|
||||
url = "http://localhost:3000/";
|
||||
url = "http://localhost:3030/";
|
||||
}
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user