-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
app.json
30 lines (30 loc) · 762 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": "Tor-Onion-Service-On-Heroku",
"description": "Host tor hidden services to dark web using heroku",
"keywords": [
"onion-service",
"hidden-service",
"tor",
"heroku",
"heroku",
"anonynous",
"dark",
"web"
],
"addons": [],
"author": "sumithemmadi",
"env": {},
"repository": "https://github.com/sumithemmadi/Tor-Onion-Service-On-Heroku.git",
"logo": "https://raw.githubusercontent.com/sumithemmadi/Tor-Onion-Service-On-Heroku/main/site/img/favicon.png",
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs"
},
{
"url": "https://github.com/heroku/heroku-buildpack-php"
},
{
"url": "https://github.com/heroku/heroku-buildpack-apt"
}
]
}