self-hosted
self-hosted copied to clipboard
Sentry, feature-complete and packaged up for low-volume deployments and proofs-of-concept
One thing that would add more value (even more than the dreaded GCB/GHA move) would be to _simulate_ a release in a nightly. Now _that_ would definitely add value and...
Reticketing from https://forum.sentry.io/t/ios-debug-info-files-not-uploading/14541: >> It does sound a bit like there is a misconfiguration on sentry itself. I wonder if this points to the caching layer not being properly enable...
### Problem Statement Official guidelines suggests and everyone in production uses a reverse proxy in front of sentry nginx (I guess), and logging should be done on the proxy instead...
### Problem Statement I would like to keep `sentry/config.yml` in a git repository and share it with two instances: https://sentry.test.onpremise.example.com and https://sentry.production.onpremise.example.com. committing value of `system.secret-key` is not appropriate there....
## Summary Port binding of the nginx server is currently defined with a env variable: https://github.com/getsentry/onpremise/blob/ae9378862caead70b620bb347bf5510833889478/docker-compose.yml#L199-L200 Instead, we should remove the port binding completely and let the user set it...
In some modern Linux distributions, Docker (and Docker Compose) packages are being replaced with Podman and Podman Compose respectively. That, however, requires some modifications of the original docker-compose config and...
### Version 21.8.0 ### Steps to Reproduce RockyLinux 8 Docker 20.10.8, build 3967b7d Docker-Compose 1.29.2, build 5becea4c standard install single org ** behind corporate proxy ** same issue as https://github.com/getsentry/onpremise/issues/966...
### Version 21.7.0 ### Steps to Reproduce Setting variable ADMIN_ENABLE = False does not disable the Django admin panel. `Django.contrib.admin` is unconditionally added here (https://github.com/getsentry/sentry/blob/a741ce3cadef2537932e9d1262a723b9559bd738/src/sentry/conf/server.py#L322) but should not be. Thank...
### Summary Set some services (for example, nginx, postgres) as configurable (for not deploying it) ### Motivation I use my own postgresql installation for Sentry (and another docker containers) instead...
@lucas-zimerman reports [a bad experience](https://www.youtube.com/watch?v=LhyREw2f6dk) trying to run Sentry on a HDD. If this is universally a bad idea we could add a warning to `install.sh`. For some OS: ```...