memos add

This commit is contained in:
2025-09-23 19:13:46 +03:00
parent 15e1a9295c
commit 625ba2ae6b
4 changed files with 46 additions and 0 deletions
+14
View File
@@ -55,6 +55,20 @@
}
];
};
"localhost:5230" = {
forceSSL = false;
enableACME = false;
listen = [
{
addr = "100.64.0.0";
port = 5230;
}
{
addr = "192.168.1.20";
port = 5230;
}
];
};
};
};
};