-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscriptorum.example.yaml
More file actions
73 lines (73 loc) · 2.16 KB
/
Copy pathscriptorum.example.yaml
File metadata and controls
73 lines (73 loc) · 2.16 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Skip TLS certificate verification for outbound connections to self-hosted
# backends (Chaptarr, Readarr, ntfy, Discord, SMTP, OIDC). Useful when those services use
# self-signed certificates. Leave false when talking to public providers.
insecure_skip_verify: false
http:
listen: ":8491"
discovery:
languages: ["eng"]
db:
path: "/data/scriptorum.db"
setup:
completed: false
oauth:
enabled: false
issuer: ""
client_id: ""
redirect_url: "http://localhost:8491/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
# Preferred backend. A single Chaptarr instance manages both eBooks and
# audiobooks. Profile IDs and roots can be discovered in onboarding/settings.
chaptarr:
base_url: "http://chaptarr:8789"
api_key: ""
insecure_skip_verify: false
sync_interval: "15m"
ebooks:
quality_profile_id: 1
metadata_profile_id: 2
root_folder_path: "/books"
tags: []
audiobooks:
quality_profile_id: 2
metadata_profile_id: 1
root_folder_path: "/audiobooks"
tags: []
# Legacy fallback for existing installations. Chaptarr takes precedence when
# its base URL and API key are set.
readarr:
# How often to automatically sync the Readarr catalog. Accepts Go duration
# strings: "15m", "30m", "1h", etc. Minimum is 1m. Defaults to 15m.
sync_interval: "15m"
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"]
requests:
# Caps how many requests a single user may have in "pending" status at
# once. 0 means unlimited.
max_pending_per_user: 0
audit:
# Prune audit-log events older than this many days during the periodic
# cleanup. 0 keeps events forever.
retention_days: 0
admins:
usernames:
- admin