-
Notifications
You must be signed in to change notification settings - Fork 561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App Suggestion: Sentry 21 #352
Comments
Supporting the latest Sentry would be awesome! |
@githubsaturn have just discovered Sentry (NewRelic seems to be falling behind, particular re support for ESM) and it seems pretty good. Was excited to see a one-click app in CapRover but sad to see that the official docker image from Sentry is deprecated. Would be great if the latest version of Sentry could somehow be provided via a one-click app. Look like it might be doable? https://develop.sentry.dev/self-hosted/ |
Given my experience in the issue linked above, perhaps it will be tricky to implement this as a one-click app in CapRover, because it requires deploying the Sentry installation (multiple docker containers) on the host server itself. Perhaps one day it might be possible to deploy a one-click app based on a docker-in-docker image (with Sentry installed within that) but at the moment it seems that this requires to be run with the `--privileged' flag which isn't possible for a docker service. I'd be interested to see if, one day, a one-click app for Sentry is possible! |
I'm pretty sure Sentry's already available as a CapRover one-click app, isn't it? I can see it in my self-hosted instance of CapRover, though I haven't tested it. |
@codespearhead but it’s based on a deprecated image from Sentry that hasn’t seen any new version for four years, isn’t it? https://hub.docker.com/_/sentry |
That's sadly true. However, according to this comment, Sentry seems to welcome efforts into making self-hosting less cumbersome. I suggest letting us know over there in case you want to help make it possible. |
Please tell us what app you'd like to see on CapRover as a one-click app.
Sentry was previously supported by Caprover but since then they dropped the official docker image.
Do you know if there is any official Docker image for the app?
They now have a Docker Compose script which I think CapRover partially supports. Would be interesting to see if it works. NOTE: Sentry now uses a LOT of external tools.
https://github.com/getsentry/onpremise
The text was updated successfully, but these errors were encountered: