-
Notifications
You must be signed in to change notification settings - Fork 105
/
app.json
30 lines (30 loc) · 1014 Bytes
/
app.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
{
"name": "Torrent Stream Server",
"description": "HTTP server to convert any torrent to video stream",
"repository": "https://github.com/KiraLT/torrent-stream-server",
"logo": "https://raw.githubusercontent.com/KiraLT/torrent-stream-server/master/frontend/public/ico.png",
"keywords": [
"torrent",
"stream",
"video",
"html5-video",
"torrent-client",
"torrent-downloader",
"torrents",
"torrent-search",
"video-stream"
],
"success_url": "/",
"env": {
"API_KEY": {
"description": "(optional) protect API with a key. In the frontend you will be required to enter the key after each page reload.",
"value": "",
"required": false
},
"CONFIG": {
"description": "(optional) JSON config, find more on [documentation](https://github.com/KiraLT/torrent-stream-server#file)",
"value": "",
"required": false
}
}
}