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