-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathkoshelf.example.toml
More file actions
35 lines (30 loc) · 834 Bytes
/
koshelf.example.toml
File metadata and controls
35 lines (30 loc) · 834 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
# KoShelf configuration file
# Copy to koshelf.toml and adjust to your setup.
# CLI flags override any values set here.
[library]
paths = ["/path/to/books", "/path/to/comics"]
# docsettings_path = "/path/to/docsettings"
# hashdocsettings_path = "/path/to/hashdocsettings"
# statistics_db = "/path/to/statistics.sqlite3"
# include_unread = false
[koshelf]
title = "KoShelf"
language = "en_US"
# timezone = "Australia/Sydney"
# data_path = "/path/to/data"
[server]
port = 3000
# enable_auth = true
# enable_writeback = false
# trusted_proxies = ["127.0.0.1/32", "::1/128"]
# [output]
# path = "/path/to/output"
# include_files = false
# watch = false
[statistics]
heatmap_scale_max = "2h"
# day_start_time = "04:00"
# min_pages_per_day = 5
min_time_per_day = "30s"
# include_all_stats = false
# ignore_stable_page_metadata = false