feat: integrate fritzbox smart home devices

This commit is contained in:
oddlama 2024-05-23 22:38:21 +02:00
parent db86d754c4
commit 93061af475
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
5 changed files with 42 additions and 10 deletions

View file

@ -82,12 +82,12 @@ in {
listener = {
jmap = {
protocol = "jmap";
bind = " [::]:18080";
bind = " [::]:8080";
url = "https://mail.${primaryDomain}/jmap";
};
imaps = {
protocol = "imap";
bind = "[::]:1993";
bind = "[::]:993";
tls.enable = true;
tls.implicit = true;
};