fix nginx & add visual editor

wiki
Lzebulon 2025-05-25 02:56:38 +02:00
parent aae190c5cc
commit 035b6780ff
No known key found for this signature in database
GPG Key ID: D6CDAB8050CBBE7D
1 changed files with 10 additions and 0 deletions

View File

@ -17,10 +17,15 @@
{
ip = "127.0.0.1";
port = 8080;
ssl = false;
}
];
};
nginx.hostName = "mediakiwi.crans.org";
webserver = "nginx";
passwordFile = config.age.secrets.mediawiki-admin-passwd.path;
extraConfig = ''
@ -44,5 +49,10 @@
sha256 = "sha256-XtjYMBK2pINwbAzAKFJ+nWxcFXQd2E/Gqf3x+3Pa8VE=";
};
};
extensions = {
# activate visual editor
VisualEditor = null;
};
};
}