chore(deps): update renovate/renovate docker tag to v37.68.4 #218

Open
renovate wants to merge 1976 commits from renovate/renovate-renovate-37.x into main
Showing only changes of commit 6a97495d8c - Show all commits

View file

@ -94,6 +94,18 @@ in
}; };
}; };
}; };
virtualHosts."cinny.chat.meowy.tech" = {
enableACME = true;
forceSSL = true;
root = pkgs.cinny.override {
conf = {
defaultHomeserver = 0;
allowCustomHomeservers = false;
homeserverList = [ "chat.meowy.tech" ];
};
};
};
virtualHosts."admin.chat.meowy.tech" = { virtualHosts."admin.chat.meowy.tech" = {
enableACME = true; enableACME = true;
forceSSL = true; forceSSL = true;