1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00

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

(cherry picked from commit 957abbf733)
This commit is contained in:
Dimitri Huisman
2024-06-18 17:08:34 +00:00
committed by Mergify
parent 3613a8bcee
commit a30093c6da
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.