-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
25 lines (23 loc) · 930 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
{
"name": "qbittorrent-to-rclone-heroku",
"description": "qbittorrent-to-rclone-heroku",
"logo": "https://upload.wikimedia.org/wikipedia/commons/6/66/New_qBittorrent_Logo.svg",
"keywords": ["qbittorrent-nox", "qbittorrent", "heroku", "web", "herokuweb", "safe", "password", "password", "no-password", "oneclickdeploy", "deploy-to-heroku", "docker"],
"env": {
"RCLONE_CONFIG_IN_RAW_URL": {
"description": "Paste rclone config in RAW url (use githubgist secret)",
"value": "http://raw..gist../rclone.conf"
},
"WEBPASSWORD": {
"description": "Torrent downloader website password",
"value": "Enter your new password here"
},
"WEBUSER": {
"description": "Torrent downloader website username (default username locked to developranaz for testing)",
"value": "Enter your new username here"
}
},
"website": "",
"repository": "",
"stack": "container"
}