change git url
This commit is contained in:
parent
5226cb7133
commit
36c28533de
1 changed files with 2 additions and 2 deletions
|
|
@ -15,11 +15,11 @@
|
||||||
settings = {
|
settings = {
|
||||||
server = {
|
server = {
|
||||||
DISABLE_SSH = true;
|
DISABLE_SSH = true;
|
||||||
DOMAIN = "git.proxy.${homelab.domain}";
|
DOMAIN = "git.${homelab.domain}";
|
||||||
HTTP_ADDR = "127.0.0.1";
|
HTTP_ADDR = "127.0.0.1";
|
||||||
HTTP_PORT = 5080;
|
HTTP_PORT = 5080;
|
||||||
PROTOCOL = "http";
|
PROTOCOL = "http";
|
||||||
ROOT_URL = "https://git.proxy.${homelab.domain}";
|
ROOT_URL = "https://git.${homelab.domain}";
|
||||||
LANDING_PAGE = "explore";
|
LANDING_PAGE = "explore";
|
||||||
};
|
};
|
||||||
oauth2_client.ENABLE_AUTO_REGISTRATION=true;
|
oauth2_client.ENABLE_AUTO_REGISTRATION=true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue