1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-09-16 09:06:32 +02:00

Radicale was listening only on localhost:5232. Now listens on 0.0.0.0:5232

This commit is contained in:
Dimitri Huisman
2024-06-18 17:08:34 +00:00
parent 3613a8bcee
commit 957abbf733
2 changed files with 2 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
[server]
ssl = False
hosts = 0.0.0.0:5232
[encoding]
request = utf-8

View File

@@ -0,0 +1 @@
Webdav (radicale) was not reachable. This has been resolved.