You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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