oracle2
Some checks failed
/ check (push) Failing after 2m38s

This commit is contained in:
iofq 2025-09-27 12:14:40 -05:00
parent fc85515fb8
commit 1e236f8f71
10 changed files with 157 additions and 26 deletions

View file

@ -39,6 +39,10 @@ in
database.type = "sqlite3";
dump.enable = true;
settings = {
DEFAULT = {
APP_NAME = "git.10110110.xyz";
APP_SLOGAN = "No rice, no life.";
};
server = {
DOMAIN = "git.10110110.xyz";
# You need to specify this to remove the port from URLs in the web UI.
@ -46,6 +50,10 @@ in
HTTP_PORT = 3000;
};
service.DISABLE_REGISTRATION = true;
oauth2_client = {
ENABLE_AUTO_REGISTRATION = true;
UPDATE_AVATAR = true;
};
session.COOKIE_SECURE = true;
actions = {
ENABLED = true;