# Server related settings address: 0.0.0.0 port: 5005 auth: false anonymous: false tls: false cert: cert.pem key: key.pem prefix: / no_sniff: true debug: false # Default user settings (will be merged) scope: /mnt modify: false rules: - path: /public allow: true - path: /www allow: true - regex: false allow: true path: / # CORS configuration cors: enabled: true credentials: true allowed_headers: - Depth allowed_hosts: - http://localhost:5005 allowed_methods: - GET exposed_headers: - Content-Length - Content-Range users: - username: admin password: password rules: - path: /mnt modify: true - path: /public modify: true - path: /work modify: true - path: /work allow: true - username: jim password: abcdef rules: - path: /work modify: true - path: /work allow: true - username: tzj password: 86887402tzj rules: - path: /mnt modify: true - path: /work allow: true