mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-28 03:01:54 +08:00
38 lines
582 B
YAML
38 lines
582 B
YAML
# Server related settings
|
|
address: 0.0.0.0
|
|
port: 10880
|
|
auth: true
|
|
tls: false
|
|
cert: cert.pem
|
|
key: key.pem
|
|
prefix: /
|
|
|
|
# Default user settings (will be merged)
|
|
scope: .
|
|
modify: true
|
|
rules: []
|
|
|
|
# CORS configuration
|
|
cors:
|
|
enabled: true
|
|
credentials: true
|
|
allowed_headers:
|
|
- Depth
|
|
allowed_hosts:
|
|
- http://localhost:8999
|
|
allowed_methods:
|
|
- GET
|
|
exposed_headers:
|
|
- Content-Length
|
|
- Content-Range
|
|
|
|
users:
|
|
- username: video
|
|
password: 123
|
|
scope: /mnt/sdb1
|
|
modify: true
|
|
rules:
|
|
- regex: false
|
|
allow: false
|
|
path: /some/file
|