nextcloud attempt 2

This commit is contained in:
Sakooooo 2025-01-12 00:34:20 +04:00
parent 51551dbec8
commit 6a950474b7
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -32,6 +32,7 @@ in {
config = {
dbtype = "pgsql";
# SHUT UP
adminuser = "sako";
adminpassFile = "/srv/secrets/nextcloud/admin-temp-pass";
};
settings = {
@ -40,7 +41,7 @@ in {
trusted_proxies = [ "https://nextcloud.sako.box" ];
redis = {
host = "/run/redis-nextcloud";
host = "localhost:6372";
dbindex = 0;
timeout = 3;
};