feat: db & git backups, bots on matrix, proxmox monitors, ...
This commit is contained in:
@@ -18,8 +18,10 @@ in
|
||||
additionalPorts = [
|
||||
80 # element web
|
||||
5173 # synapse admin
|
||||
29316 # maubot
|
||||
];
|
||||
importConfig = [
|
||||
../config/matrix-maubot.nix
|
||||
../config/matrix-synapse.nix
|
||||
../config/matrix-nginx.nix
|
||||
];
|
||||
@@ -27,6 +29,9 @@ in
|
||||
db = {
|
||||
enable = true;
|
||||
password = db_pass.matrix;
|
||||
additionalDB = [
|
||||
"maubot"
|
||||
];
|
||||
};
|
||||
logging = {
|
||||
enable = true;
|
||||
@@ -47,6 +52,12 @@ in
|
||||
private = true;
|
||||
auth = false;
|
||||
}
|
||||
{
|
||||
subdomain = "maubot";
|
||||
port = 29316;
|
||||
private = true;
|
||||
auth = false;
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user