mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-24 10:04:09 -05:00
hosts/alcyone/radicale: bind to localhost
This commit is contained in:
@@ -7,7 +7,7 @@ in
|
||||
enable = true;
|
||||
settings = {
|
||||
server = {
|
||||
hosts = [ "0.0.0.0:${port}" "[::]:${port}" ];
|
||||
hosts = [ "127.0.0.1:${port}" "::1:${port}" ];
|
||||
};
|
||||
auth = {
|
||||
type = "htpasswd";
|
||||
|
||||
Reference in New Issue
Block a user