mirror of
https://github.com/benbusby/farside.git
synced 2025-06-08 02:16:36 +00:00
25 lines
No EOL
701 B
JSON
25 lines
No EOL
701 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_DATA": {
|
|
"description": "The base64(json) of services available (https://www.base64encode.org)",
|
|
"value": "",
|
|
"required": false
|
|
},
|
|
"FARSIDE_TIMEOUT": {
|
|
"description": "Time to wait (ms) until we declare server non-responsive (timeout)",
|
|
"value": "8000",
|
|
"required": false
|
|
}
|
|
},
|
|
"buildpacks": [
|
|
{
|
|
"url": "https://github.com/HashNuke/heroku-buildpack-elixir.git"
|
|
}
|
|
]
|
|
} |