-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.json
50 lines (50 loc) · 1.29 KB
/
config.json
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
{
"server": {
"host": "0.0.0.0",
"port": 9110,
"tls": false,
"cert": "certs/fullchain.pem",
"keyfile": "certs/privkey.pem",
"registration": true,
"logging": true
},
"library": [
{
"path": "videos",
"prefix": "",
"private": false
},
{
"path": "videos/Public",
"prefix": "PublicVideos",
"private": false
},
{
"path": "videos/PlayList",
"prefix": "PlayList",
"private": true
}
],
"feed": {
"external_url": "https://stream.ybenel.cf",
"title": "TokYo - Home",
"link": "https://stream.ybenel.cf/",
"description": "My Home Videos/Movie Collection",
"author": {
"name": "ybenel",
"email": "root@ybenel.cf"
},
"copyright": "For my personal videos, feel free to share. Other things Copyright to the right holders"
},
"tor": {
"enable": false,
"controller": {
"host": "127.0.0.1",
"port": 9051,
"password": "123456780"
}
},
"stremio": {
"host": "http://192.168.1.110:8080"
}
}