-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscriptorum.example.yaml
More file actions
37 lines (37 loc) · 868 Bytes
/
scriptorum.example.yaml
File metadata and controls
37 lines (37 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
http:
listen: ":8080"
db:
path: "/data/scriptorum.db"
setup:
completed: false
oauth:
enabled: false
issuer: ""
client_id: ""
redirect_url: "http://localhost:8080/oauth/callback"
# Optional overrides; normally discovery is used.
# auth_url: ""
# token_url: ""
scopes: ["openid", "profile", "email"]
username_claim: "preferred_username"
auto_create_users: false
allow_email_domains: []
allow_emails: []
amazon_public:
enabled: true
readarr:
ebooks:
base_url: "http://readarr-ebooks:8787"
api_key: ""
default_quality_profile_id: 1
default_root_folder_path: "/books/ebooks"
default_tags: []
audiobooks:
base_url: "http://readarr-audio:8787"
api_key: ""
default_quality_profile_id: 2
default_root_folder_path: "/books/audiobooks"
default_tags: ["audiobook"]
admins:
usernames:
- admin