You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# carddav parsing: map number types to better readable names
map_number_types:
home: "Privat"
cell: "Mobil"
x-mobil: "Mobil"
work: "Arbeit"
voice: "Andere"
other: "Andere"
# Remove country dialing code, so reverse lookup works properly for in-country calls
country_code: "0049"
# xml webserver configuration
listen_host: "0.0.0.0"
listen_port: 22080
listen_path: "/"
# List of IPs which are allowed to access contacts. If you don't want to restrict specific IPs but allow access for all, remove ip_whitelist completely.