mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
updated gitea settings
This commit is contained in:
@@ -9,7 +9,6 @@ in
|
|||||||
appName = "TMM Workshop";
|
appName = "TMM Workshop";
|
||||||
stateDir = "${vars.services}/gitea/";
|
stateDir = "${vars.services}/gitea/";
|
||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
recommendedDefaults = true;
|
|
||||||
database = {
|
database = {
|
||||||
type = "postgres";
|
type = "postgres";
|
||||||
name = "gitea";
|
name = "gitea";
|
||||||
@@ -21,11 +20,11 @@ in
|
|||||||
settings = {
|
settings = {
|
||||||
service.DISABLE_REGISTRATION = true;
|
service.DISABLE_REGISTRATION = true;
|
||||||
server = {
|
server = {
|
||||||
DOMAIN = "nayeonie.com";
|
DOMAIN = "tmmworkshop.com";
|
||||||
ROOT_URL = "https://nayeonie.com/";
|
ROOT_URL = "https://gitea.tmmworkshop.com/";
|
||||||
HTTP_PORT = 6443;
|
HTTP_PORT = 6443;
|
||||||
SSH_PORT = 2222;
|
SSH_PORT = 2223;
|
||||||
SSH_LISTEN_PORT = 2223;
|
SSH_LISTEN_PORT = 2224;
|
||||||
START_SSH_SERVER = true;
|
START_SSH_SERVER = true;
|
||||||
PUBLIC_URL_DETECTION = "auto";
|
PUBLIC_URL_DETECTION = "auto";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user