enable git oidc
This commit is contained in:
parent
2b56e5d711
commit
3c1fa2410e
1 changed files with 9 additions and 9 deletions
|
|
@ -8,19 +8,19 @@
|
||||||
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.${homelab.domain}";
|
ROOT_URL = "https://git.proxy.${homelab.domain}";
|
||||||
LANDING_PAGE = "explore";
|
LANDING_PAGE = "explore";
|
||||||
};
|
};
|
||||||
oauth2_client.ENABLE_AUTO_REGISTRATION=true;
|
oauth2_client.ENABLE_AUTO_REGISTRATION=true;
|
||||||
service = {
|
service = {
|
||||||
# DISABLE_REGISTRATION = true;
|
DISABLE_REGISTRATION = true;
|
||||||
# ENABLE_OPENID_SIGNIN = true;
|
ENABLE_OPENID_SIGNIN = false;
|
||||||
# ENABLE_OPENID_SIGNUP = true;
|
ENABLE_OPENID_SIGNUP = false;
|
||||||
# ENABLE_INTERNAL_SIGNIN = false;
|
ENABLE_INTERNAL_SIGNIN = false;
|
||||||
# SHOW_REGISTRATION_BUTTON = false;
|
SHOW_REGISTRATION_BUTTON = false;
|
||||||
# ALLOW_ONLY_EXTERNAL_REGISTRATION = true;
|
ALLOW_ONLY_EXTERNAL_REGISTRATION = true;
|
||||||
# ALLOW_ONLY_INTERNAL_REGISTRATION = false;
|
ALLOW_ONLY_INTERNAL_REGISTRATION = false;
|
||||||
# REQUIRE_EXTERNAL_REGISTRATION_PASSWORD = true;
|
REQUIRE_EXTERNAL_REGISTRATION_PASSWORD = true;
|
||||||
};
|
};
|
||||||
ui = {
|
ui = {
|
||||||
# THEMES = "catppuccin-blue-auto,catppuccin-mocha-blue,catppuccin-sapphire-auto,catppuccin-mocha-sapphire,auto";
|
# THEMES = "catppuccin-blue-auto,catppuccin-mocha-blue,catppuccin-sapphire-auto,catppuccin-mocha-sapphire,auto";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue