forked from developeranaz/RCLONE-SERVE-INDEX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
36 lines (32 loc) · 1.71 KB
/
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
31
32
33
34
35
36
{
"name": "HEROKU RCLONE SERVE INDEX",
"description": "A rclone serve index using Docker",
"repository": "https://github.com/developeranaz/RCLONE-SERVE-INDEX",
"logo": "https://avatars.githubusercontent.com/u/71500526?s",
"keywords": ["nginx", "fileindex", "mega", "onedrive", "remote-index", "anyremote", "anycloud", "cloud-downloader", "rclone-backdoor", "index-backdoor", "rclone", "index"],
"env": {
"CONFIG_IN_URL": {
"description": "Please Paste your rclone.conf file in URL.Use https://gist.github.com \r\n |See Readme in github https://github.com/developeranaz/HEROKU-RCLONE-SERVE-INDEX |➊.Generate rclone.conf file from any terminal or cmd or termux |➋.You can use Multiple cloud drive accounts in single rclone.conf file |➌.We need any text/code hosting website, Use gist-github github account needed. |➍.Open rclone.config file using any text editors and copy all text inside rclone.conf and paste it in gist. |➎.Choose any file name and save it. |➏.Then Click RAW button and copy the url. |➐.Don't share this url to anyone. |➑.Paste your url below." ,
"value": "https://gist.githu../raw/rclone.conf"
},
"template": {
"description": "Index template (dark / light)",
"value": "dark"
},
"indexauthentication": {
"description": "Index authentication (true / false)",
"value": "false"
},
"INDEXusername": {
"description": "Index username (optional)",
"value": "mystrongindexuser"
},
"INDEXpassword": {
"description": "Index Password (optional)",
"value": "mystrongindexpass"
}
},
"website": "",
"repository": "",
"stack": "container"
}