what
This commit is contained in:
@@ -7,8 +7,11 @@
|
|||||||
settings = {
|
settings = {
|
||||||
maxFileSize = 20 * 1024 * 1024;
|
maxFileSize = 20 * 1024 * 1024;
|
||||||
port = 8089;
|
port = 8089;
|
||||||
url = "https://m.ocbwoy3.dev";
|
url = "https://ocbwoy3.dev";
|
||||||
publishTarballInsteadOfProvideRepositoryUrl = false;
|
publishTarballInsteadOfProvideRepositoryUrl = false;
|
||||||
|
db = {
|
||||||
|
db = "misskey-ocbwoy3dev";
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
database = {
|
database = {
|
||||||
@@ -21,7 +24,7 @@
|
|||||||
createLocally = true;
|
createLocally = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
reverseProxy.webserver.nginx.listen = lib.mkForce [];
|
reverseProxy.enable = lib.mkDefault false; # shit, we already have cloudflared
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user