11 lines
212 B

  1. [server]
  2. # Bind all addresses
  3. hosts = 127.0.0.1:PORT
  4. [auth]
  5. type = htpasswd
  6. htpasswd_filename = /etc/apache2/.username
  7. htpasswd_encryption = bcrypt
  8. [storage]
  9. filesystem_folder = ~/.var/lib/radicale/collections