self-hosted
self-hosted copied to clipboard
Sentry, feature-complete and packaged up for low-volume deployments and proofs-of-concept
### Problem Statement As arm64 support has been added to self-hosted since 22.7.0 it's good to add macOS to our CI to test on an arm64 cpu too. ### Solution...
We use Docker to run Sentry in a platform-neutral way, but the installation script depends on non-Docker tools such as `bash`, `awk`, `sed`, etc., which leads to portability bugs such...
### Version 22.7.0.dev0 ### Steps to Reproduce 1. Run `./install.sh` 2. `docker compose up -d` 3. `docker compose logs web` ### Expected Result No uWSGI errors. ### Actual Result The...
### Problem Statement I've noticed we have gotten several support requests due to users experiencing errors due to permissions issues which haven't always been obvious. ### Solution Brainstorm It might...
Reticketing from https://github.com/getsentry/self-hosted/pull/1289#issuecomment-1028149691. [Log link](https://github.com/getsentry/self-hosted/runs/5040239745?check_suite_focus=true#step:4:2101) Happens at: https://github.com/getsentry/self-hosted/blob/da8f4903e4cfe47ca4fa5bf68265b62f795c60a0/install/wrap-up.sh#L6 [Old SO](https://stackoverflow.com/questions/31365827/cannot-stop-or-restart-a-docker-container) Considering adding a `|| true`?
### Problem Statement I have faced the issue when trying to use sentry behind nginx proxy. Here is part of nginx service configuration in docker-compose.yml: ```yaml services: nginx:
### Problem Statement The self-host/onpremise Sentry deploys two containers: image: "confluentinc/cp-zookeeper:5.5.0" image: "confluentinc/cp-kafka:5.5.0" that both use an outdated Java 8 version (openjdk version "1.8.0_222") Because copies of the java executable...
It's been a couple of days I'm seeing this regression on docker-compose 1.28.0 and 1.29.2 on my fork: https://github.com/aminvakil/self-hosted/actions/runs/2068250465 https://github.com/aminvakil/self-hosted/actions/runs/2074457629 https://github.com/aminvakil/self-hosted/actions/runs/2080468698 https://github.com/aminvakil/self-hosted/actions/runs/2083753352 This is a clean installation of course :)...
### Version 21.21.0 ### Steps to Reproduce 1. have some app write their data 2. `docker-compose logs --tail=30 -tf nginx` ### Expected Result clean logs ;) ### Actual Result ```...
### Problem Statement In documentation it is written that you need to pass the following parameters by yaml file. ```yml github-app.id: github-app.name: '' github-app.webhook-secret: '' # Use only if configured...