{"id":20766160,"url":"https://github.com/navono/sentry-onpremise","last_synced_at":"2026-05-26T02:02:31.746Z","repository":{"id":74497159,"uuid":"182947573","full_name":"navono/sentry-onpremise","owner":"navono","description":"sentry on premise","archived":false,"fork":false,"pushed_at":"2019-04-23T06:28:45.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-26T03:36:27.617Z","etag":null,"topics":["docker-compose","ldap","sentry-onpremise","smtp"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/navono.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-23T06:22:30.000Z","updated_at":"2019-04-23T06:28:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"9c831c97-181b-4752-9881-7084c17432cf","html_url":"https://github.com/navono/sentry-onpremise","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navono%2Fsentry-onpremise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navono%2Fsentry-onpremise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navono%2Fsentry-onpremise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navono%2Fsentry-onpremise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/navono","download_url":"https://codeload.github.com/navono/sentry-onpremise/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243093948,"owners_count":20235465,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["docker-compose","ldap","sentry-onpremise","smtp"],"created_at":"2024-11-17T11:21:43.058Z","updated_at":"2025-12-25T02:01:29.659Z","avatar_url":"https://github.com/navono.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sentry On-Premise\n\nOfficial bootstrap for running your own [Sentry](https://sentry.io/) with [Docker](https://www.docker.com/).\n\n## Update\n\n- Integrated LDAP(sentry.conf.py, modify as needed)\n- Integrated mail(config.yml， modify as needed)\n\n## Requirements\n\n * Docker 1.10.0+\n * Compose 1.6.0+ _(optional)_\n \n ## Minimum Hardware Requirements:\n \n * You need at least 3GB Ram\n\n## Up and Running\n\nAssuming you've just cloned this repository, the following steps\nwill get you up and running in no time!\n\nThere may need to be modifications to the included `docker-compose.yml` file to accommodate your needs or your environment. These instructions are a guideline for what you should generally do.\n\n1. `docker volume create --name=sentry-data \u0026\u0026 docker volume create --name=sentry-postgres` - Make our local database and sentry volumes\n    Docker volumes have to be created manually, as they are declared as external to be more durable.\n2. `cp -n .env.example .env` - create env config file\n3. `docker-compose build` - Build and tag the Docker services, maybe need proxy as: `docker-compose build --build-arg http_proxy=http://1.2.3.4:1080 --build-arg https_proxy=http://1.2.3.4:1080`\n4. `docker-compose run --rm web config generate-secret-key` - Generate a secret key.\n    Add it to `.env` as `SENTRY_SECRET_KEY`.\n5. `docker-compose run --rm web upgrade` - Build the database.\n    Use the interactive prompts to create a user account.\n6. `docker-compose up -d` - Lift all services (detached/background mode).\n7. Access your instance at `localhost:9000`!\n\n## Securing Sentry with SSL/TLS\n\nIf you'd like to protect your Sentry install with SSL/TLS, there are\nfantastic SSL/TLS proxies like [HAProxy](http://www.haproxy.org/)\nand [Nginx](http://nginx.org/).\n\n## Updating Sentry\n\nUpdating Sentry using Compose is relatively simple. Just use the following steps to update. Make sure that you have the latest version set in your Dockerfile. Or use the latest version of this repository. You can use `dockertags` to check the whole tags of image like this:\n```sh\nchmod +x dockertags.sh\ndockertags sentry\n```\n\nUse the following steps after updating this repository or your Dockerfile:\n```sh\ndocker-compose build # Build the services again after updating\ndocker-compose run --rm web upgrade # Run new migrations\ndocker-compose up -d # Recreate the services\n```\n\n## Resources\n\n * [Documentation](https://docs.sentry.io/server/installation/docker/)\n * [Bug Tracker](https://github.com/getsentry/onpremise)\n * [Forums](https://forum.sentry.io/c/on-premise)\n * [IRC](irc://chat.freenode.net/sentry) (chat.freenode.net, #sentry)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnavono%2Fsentry-onpremise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnavono%2Fsentry-onpremise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnavono%2Fsentry-onpremise/lists"}