re-enable lfs, need a new container name because of a clash [?]

This commit is contained in:
Cyryl Płotnicki 2023-06-01 21:13:21 +01:00
parent 7cac19b742
commit 11936d4ede

View file

@ -52,7 +52,7 @@ in {
group = systemGroupName; group = systemGroupName;
}; };
containers.gitea = { containers.gitea-lfs = {
autoStart = true; autoStart = true;
forwardPorts = [ forwardPorts = [
{ {
@ -88,10 +88,12 @@ in {
stateDir = path; stateDir = path;
user = systemUserName; user = systemUserName;
mailerPasswordFile = mailgunSmtpPasswordPath; mailerPasswordFile = mailgunSmtpPasswordPath;
lfs.enable = true;
settings = { settings = {
service.DISABLE_REGISTRATION = true; service.DISABLE_REGISTRATION = true;
security.INSTALL_LOCK = true; security.INSTALL_LOCK = true;
oauth2.ENABLE = false; oauth2.ENABLE = false;
log.LEVEL = "Info";
"markup.mermaid" = { "markup.mermaid" = {
ENABLED = true; ENABLED = true;
FILE_EXTENSIONS = ".md"; FILE_EXTENSIONS = ".md";