nextcloud attempt 2
This commit is contained in:
parent
51551dbec8
commit
6a950474b7
|
@ -32,6 +32,7 @@ in {
|
||||||
config = {
|
config = {
|
||||||
dbtype = "pgsql";
|
dbtype = "pgsql";
|
||||||
# SHUT UP
|
# SHUT UP
|
||||||
|
adminuser = "sako";
|
||||||
adminpassFile = "/srv/secrets/nextcloud/admin-temp-pass";
|
adminpassFile = "/srv/secrets/nextcloud/admin-temp-pass";
|
||||||
};
|
};
|
||||||
settings = {
|
settings = {
|
||||||
|
@ -40,7 +41,7 @@ in {
|
||||||
trusted_proxies = [ "https://nextcloud.sako.box" ];
|
trusted_proxies = [ "https://nextcloud.sako.box" ];
|
||||||
|
|
||||||
redis = {
|
redis = {
|
||||||
host = "/run/redis-nextcloud";
|
host = "localhost:6372";
|
||||||
dbindex = 0;
|
dbindex = 0;
|
||||||
timeout = 3;
|
timeout = 3;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue