mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Customize settings a bit for Forgejo
This commit is contained in:
parent
069cb2b044
commit
fdefa5e98e
1 changed files with 9 additions and 1 deletions
|
|
@ -175,13 +175,20 @@ in {
|
||||||
ENABLED = true;
|
ENABLED = true;
|
||||||
DEFAULT_ACTIONS_URL = "github";
|
DEFAULT_ACTIONS_URL = "github";
|
||||||
};
|
};
|
||||||
service.DISABLE_REGISTRATION = true;
|
DEFAULT.APP_NAME = "Beantown's Code";
|
||||||
|
repository = {
|
||||||
|
DEFAULT_PUSH_CREATE_PRIVATE = true;
|
||||||
|
ENABLE_PUSH_CREATE_ORG = true;
|
||||||
|
ENABLE_PUSH_CREATE_USER = true;
|
||||||
|
};
|
||||||
server = {
|
server = {
|
||||||
DOMAIN = "git.${home_domain}";
|
DOMAIN = "git.${home_domain}";
|
||||||
HTTP_PORT = 3030;
|
HTTP_PORT = 3030;
|
||||||
LANDING_PAGE = "explore";
|
LANDING_PAGE = "explore";
|
||||||
ROOT_URL = "https://git.${home_domain}/";
|
ROOT_URL = "https://git.${home_domain}/";
|
||||||
};
|
};
|
||||||
|
service.DISABLE_REGISTRATION = true;
|
||||||
|
session.COOKIE_SECURE = true;
|
||||||
};
|
};
|
||||||
stateDir = "/orico/forgejo";
|
stateDir = "/orico/forgejo";
|
||||||
};
|
};
|
||||||
|
|
@ -434,6 +441,7 @@ in {
|
||||||
};
|
};
|
||||||
resolved.enable = true;
|
resolved.enable = true;
|
||||||
restic.backups.daily.paths = [
|
restic.backups.daily.paths = [
|
||||||
|
config.services.forgejo.stateDir
|
||||||
config.services.mealie.settings.DATA_DIR
|
config.services.mealie.settings.DATA_DIR
|
||||||
config.services.nextcloud.home
|
config.services.nextcloud.home
|
||||||
"${config.users.users.${username}.home}/compose-files/tandoor"
|
"${config.users.users.${username}.home}/compose-files/tandoor"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue