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