forked from davidborzek/tvhgo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.yaml
More file actions
45 lines (38 loc) · 771 Bytes
/
config.example.yaml
File metadata and controls
45 lines (38 loc) · 771 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
38
39
40
41
42
43
44
45
---
server:
host: 127.0.0.1
port: 8080
log:
level: info
format: console
tvheadend:
scheme: http
host: <tvheadend_host>
port: 9981
username: <tvheadend_username>
password: <tvheadend_password>
database:
path: ./tvhgo.db
auth:
session:
cookie_name: tvhgo_session
cookie_secure: false
maximum_inactive_lifetime: 168h
maximum_lifetime: 720h
token_rotation_interval: 30m
cleanup_interval: 12h
totp:
issuer: tvhgo
reverse_proxy:
enabled: false
user_header: Remote-User
email_header: Remote-Email
name_header: Remote-Name
allowed_proxies: ["127.0.0.0/24", "127.0.0.1"]
allow_registration: false
metrics:
enabled: true
path: /metrics
port: 8081
host: 127.0.0.1
token: <metrics_token>