2016-12-17 04:42:24 +03:00
|
|
|
{
|
2016-12-18 23:34:05 +03:00
|
|
|
"name": "Octobox",
|
2018-08-28 16:59:02 +03:00
|
|
|
"description": "Untangle your GitHub Notifications",
|
2016-12-23 15:15:16 +03:00
|
|
|
"repository": "https://github.com/octobox/octobox",
|
2016-12-17 04:42:24 +03:00
|
|
|
"scripts": {
|
|
|
|
"postdeploy": "bundle exec rake db:migrate"
|
|
|
|
},
|
2018-06-29 14:14:53 +03:00
|
|
|
"keywords": [
|
|
|
|
"github",
|
|
|
|
"notifications",
|
|
|
|
"productivity",
|
|
|
|
"rails",
|
|
|
|
"ruby"
|
|
|
|
],
|
|
|
|
"website": "https://octobox.io/",
|
2018-04-10 16:41:24 +03:00
|
|
|
"license": "AGPL-3.0-only",
|
2016-12-17 04:42:24 +03:00
|
|
|
"env": {
|
2018-08-09 17:28:00 +03:00
|
|
|
"OCTOBOX_ATTRIBUTE_ENCRYPTION_KEY": {
|
|
|
|
"description": "32 byte encryption key for access tokens in octobox",
|
|
|
|
"required": true
|
|
|
|
},
|
2016-12-18 07:38:39 +03:00
|
|
|
"GITHUB_CLIENT_ID": {
|
|
|
|
"description": "The GitHub Application Client ID",
|
|
|
|
"required": true
|
2016-12-18 18:05:54 +03:00
|
|
|
},
|
2016-12-18 07:38:39 +03:00
|
|
|
"GITHUB_CLIENT_SECRET": {
|
|
|
|
"description": "The GitHub Application Client Secret",
|
2016-12-17 04:42:24 +03:00
|
|
|
"required": true
|
2017-01-02 20:30:18 +03:00
|
|
|
},
|
|
|
|
"MINIMUM_REFRESH_INTERVAL": {
|
|
|
|
"description": "Minimum value allowed for a user to set auto-refresh. Setting to 0 means this is disabled.",
|
|
|
|
"value": "10"
|
2017-01-19 16:09:21 +03:00
|
|
|
},
|
2017-01-18 17:40:56 +03:00
|
|
|
"WEB_CONCURRENCY": {
|
|
|
|
"description": "Specifies the number of `workers` to boot in clustered mode.",
|
|
|
|
"value": "2"
|
|
|
|
}
|
2016-12-17 04:42:24 +03:00
|
|
|
},
|
|
|
|
"addons": [
|
2016-12-22 23:41:15 +03:00
|
|
|
"heroku-postgresql",
|
2018-03-04 01:23:06 +03:00
|
|
|
"heroku-redis",
|
2016-12-27 15:54:25 +03:00
|
|
|
"scheduler"
|
2016-12-17 04:42:24 +03:00
|
|
|
]
|
|
|
|
}
|