re-enable lfs, need a new container name because of a clash [?]
This commit is contained in:
parent
7cac19b742
commit
11936d4ede
1 changed files with 3 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue