HUGE refactor. working towards web UI
This commit is contained in:
parent
dd54e8cc49
commit
1f94eecca9
29 changed files with 1669 additions and 162 deletions
9
config.example.toml
Normal file
9
config.example.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
host = '0.0.0.0'
|
||||
secure = false
|
||||
port = 8080
|
||||
vod_directory = '/media/videos'
|
||||
|
||||
[google]
|
||||
api_key = '<your API key here>'
|
||||
client_id = '<your client ID here>'
|
||||
client_secret = '<your client secret here>'
|
||||
Loading…
Add table
Add a link
Reference in a new issue