feat(service): add ntfy

This commit is contained in:
2026-03-14 08:35:29 +01:00
parent a96c1e8d92
commit fdb347c0e6
5 changed files with 47 additions and 6 deletions
+5
View File
@@ -19,6 +19,11 @@
settings = {
default_phone_region = "IT";
overwriteprotocol = "https";
mail_domain = "patrickcanal.it";
mail_from_address = "nextcloud";
mail_smtphost = "127.0.0.1";
mail_smtpport = 25;
log_type = "file";
trusted_domains = [
"nextcloud.patrickcanal.it"
];