some server-side changes
This commit is contained in:
parent
78dc445d3b
commit
36486ba1a2
|
@ -151,14 +151,19 @@
|
||||||
|
|
||||||
services.gitea = {
|
services.gitea = {
|
||||||
enable = true;
|
enable = true;
|
||||||
appName = "crappy code"; # Give the site a name
|
appName = "beepboop.systems"; # Give the site a name
|
||||||
database = {
|
database = {
|
||||||
type = "postgres";
|
type = "postgres";
|
||||||
passwordFile = "/etc/gittea-pass";
|
passwordFile = "/etc/gittea-pass";
|
||||||
};
|
};
|
||||||
|
settings.security.INSTALL_LOCK = true;
|
||||||
|
settings.service.SHOW_REGISTRATION_BUTTON = false;
|
||||||
|
settings.ui.DEFAULT_THEME = "arc-green";
|
||||||
|
settings.api.ENABLE_SWAGGER = false;
|
||||||
settings.server = {
|
settings.server = {
|
||||||
DOMAIN = "git.beepboop.systems";
|
DOMAIN = "git.beepboop.systems";
|
||||||
ROOT_URL = "https://git.beepboop.systems/";
|
ROOT_URL = "https://git.beepboop.systems/";
|
||||||
|
LANDING_PAGE = "explore";
|
||||||
HTTP_PORT = 3001;
|
HTTP_PORT = 3001;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue