mirror of
https://github.com/benbusby/farside.git
synced 2025-06-08 10:26:36 +00:00
20 lines
No EOL
487 B
JSON
20 lines
No EOL
487 B
JSON
{
|
|
"name": "Farside",
|
|
"description": "A redirecting service for FOSS alternative frontends",
|
|
"repository": "https://github.com/data-twister/farside",
|
|
"logo": "",
|
|
"keywords": ["elixir", "farside" ],
|
|
"env": {
|
|
"MIX_ENV": "prod",
|
|
"FARSIDE_SERVICES_JSON": {
|
|
"description": "The json of services available",
|
|
"value": "",
|
|
"required": false
|
|
}
|
|
},
|
|
"buildpacks": [
|
|
{
|
|
"url": "https://github.com/HashNuke/heroku-buildpack-elixir.git"
|
|
}
|
|
]
|
|
} |