{"id":19667242,"url":"https://github.com/willnet/redash-on-heroku","last_synced_at":"2026-01-25T09:35:45.366Z","repository":{"id":45033617,"uuid":"102082276","full_name":"willnet/redash-on-heroku","owner":"willnet","description":"Dockerfiles for hosting redash on heroku","archived":false,"fork":false,"pushed_at":"2024-11-11T07:21:17.000Z","size":11,"stargazers_count":46,"open_issues_count":0,"forks_count":30,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-10-10T16:40:04.598Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/willnet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-01T06:44:02.000Z","updated_at":"2024-11-11T07:21:30.000Z","dependencies_parsed_at":"2023-01-18T06:45:53.248Z","dependency_job_id":null,"html_url":"https://github.com/willnet/redash-on-heroku","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/willnet/redash-on-heroku","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willnet%2Fredash-on-heroku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willnet%2Fredash-on-heroku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willnet%2Fredash-on-heroku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willnet%2Fredash-on-heroku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willnet","download_url":"https://codeload.github.com/willnet/redash-on-heroku/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willnet%2Fredash-on-heroku/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28750875,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T09:00:19.176Z","status":"ssl_error","status_checked_at":"2026-01-25T09:00:04.131Z","response_time":113,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T16:31:17.528Z","updated_at":"2026-01-25T09:35:45.349Z","avatar_url":"https://github.com/willnet.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Redash on Heroku\n\nDockerfiles for hosting redash on heroku\n\n## How to create\n\n```sh\ngit clone git@github.com:willnet/redash-on-heroku.git\ncd redash-on-heroku\nheroku create --stack=container your_app_name\n```\n\n## How to setup\n\n### Add Addons\n\nAdd following addons on heroku dashboard.\n\n- heroku postgres\n- Redis Cloud(or something)\n- sendgrid (or something)\n\nChoose redis addon allow more than or equal 30 connections. Otherwise you will get connection errors frequently.\n\n### Add environment variables\n\nAdd environment variables like following.\n\n```sh\nheroku config:set PYTHONUNBUFFERED=0\nheroku config:set QUEUES=queries,scheduled_queries,celery\nheroku config:set REDASH_COOKIE_SECRET=YOUR_SECRET_TOKEN\nheroku config:set REDASH_DATABASE_URL=YOUR_POSTGRES_URL\nheroku config:set REDASH_ENFORCE_HTTPS=true\nheroku config:set REDASH_HOST=YOUR_DOMAIN_URL\nheroku config:set REDASH_LOG_LEVEL=INFO\nheroku config:set REDASH_MAIL_DEFAULT_SENDER=YOUR_MAIL_ADDRESS\nheroku config:set REDASH_MAIL_PASSWORD=YOUR_ADDON_PASSWORD\nheroku config:set REDASH_MAIL_PORT=587\nheroku config:set REDASH_MAIL_SERVER=YOUR_ADDON_DOMAIN\nheroku config:set REDASH_MAIL_USERNAME=YOUR_ADDON_USERNAME\nheroku config:set REDASH_MAIL_USE_TLS=true\nheroku config:set REDASH_REDIS_URL=YOUR_REDIS_URL\nheroku config:set REDASH_SECRET_KEY=YOUR_SECRET_KEY\n```\n\nSee also https://redash.io/help/open-source/setup#-setup\n\n### Release container\n\n```sh\ngit push heroku master\n```\n\n### Create database\n\nAfter deploy and add postgres addon, create database like following.\n\n```sh\nheroku run /app/manage.py database create_tables\n```\n\n### Enable worker dyno\n\n```sh\nheroku ps:scale worker=1\n```\n\n## How to upgrade\n\n```sh\nheroku ps:scale web=0 worker=0\ngit push heroku master\nheroku run /app/manage.py db upgrade\nheroku ps:scale web=1 worker=1\n```\n\nSee also https://redash.io/help/open-source/admin-guide/how-to-upgrade\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillnet%2Fredash-on-heroku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillnet%2Fredash-on-heroku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillnet%2Fredash-on-heroku/lists"}