This commit is contained in:
Tasia Iso 2024-10-05 17:53:34 +02:00
parent f01e28e416
commit 87eea85571
Signed by: tasiaiso
SSH key fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw

View file

@ -11,6 +11,10 @@
# Enable support for Git Large File Storage
lfs.enable = true;
settings = {
default = {
APP_NAME = ":3";
APP_SLOGAN = "slogan";
};
server = {
DOMAIN = "git.vulpecula.zone";
# You need to specify this to remove the port from URLs in the web UI.
@ -19,10 +23,6 @@
# TODO
DISABLE_SSH = true;
};
DEFAULT = {
APP_NAME = ":3";
APP_SLOGAN = "slogan";
};
# You can temporarily allow registration to create an admin user.
service.DISABLE_REGISTRATION = true;
# Add support for actions, based on act: https://github.com/nektos/act