blob: af83bd27e479b718b6ef68639babccda3af37327 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[server]
# Bind all addresses
hosts = 0.0.0.0:5232, [::]:5232
[auth]
type = htpasswd
htpasswd_filename = /auth/htpasswd
htpasswd_encryption = md5
[storage]
filesystem_folder = /collections
|