forgejo: set default theme

This commit is contained in:
notohh 2023-06-18 03:28:27 -04:00
parent 3615ad70f3
commit 6b67232c32
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -5,11 +5,14 @@
appName = "forgejo";
stateDir = "/sakura/forgejo";
settings = {
service.DISABLE_REGISTRATION = true;
ui = {
DEFAULT_THEME = "forgejo-dark";
};
actions = {
ENABLED = true;
DEFAULT_ACTIONS_URL = "https://gitea.com";
};
service.DISABLE_REGISTRATION = true;
server = {
HTTP_PORT = 3200;
DOMAIN = "git.notohh.dev";