mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
nextcloud-whiteboard-server = {
|
nextcloud-whiteboard-server = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
NEXTCLOUD_URL = "https://nextcloud.zeroq.ru";
|
NEXTCLOUD_URL = "http://localhost:10000";
|
||||||
};
|
};
|
||||||
secrets = [ "${inputs.zeroq-credentials}/services/nextcloud/jwt-secret.txt" ];
|
secrets = [ "${inputs.zeroq-credentials}/services/nextcloud/jwt-secret.txt" ];
|
||||||
};
|
};
|
||||||
@@ -21,6 +21,12 @@
|
|||||||
hostName = "localhost:10000";
|
hostName = "localhost:10000";
|
||||||
database.createLocally = true;
|
database.createLocally = true;
|
||||||
home = "/mnt/nextcloud";
|
home = "/mnt/nextcloud";
|
||||||
|
configureRedis = true;
|
||||||
|
caching = {
|
||||||
|
redis = true;
|
||||||
|
memcached = true;
|
||||||
|
};
|
||||||
|
maxUploadSize = "2G";
|
||||||
config = {
|
config = {
|
||||||
dbtype = "pgsql";
|
dbtype = "pgsql";
|
||||||
dbuser = "nextcloud";
|
dbuser = "nextcloud";
|
||||||
|
|||||||
Reference in New Issue
Block a user