-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add example of specifying plugins in requirements.txt #48
Comments
How does this file work? I still can't find documentation on how to install the github sso auth plugin inside of Docker. |
in case anyone else stumbles over this: Explanation: So the requirements.txt is a pip thing and not a sentry feature. Therefore add the value you see in any sentry plugin install info like Also see getsentry/sentry-auth-google#27 (comment) on how to use the requirements.txt |
Hi @hpurmann ,
So I clicked on links for my favorite plugins from this page collected these values from plugins' github pages:
And it seems working:
|
I just tried this today (creating custom on-premise sentry image), and the following works for me:
Additionally, I didn't need to run to execute Hope this helps other people :) |
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
Currently the installation with docker page: https://docs.getsentry.com/on-premise/server/installation/docker/
says
and links to
https://docs.getsentry.com/on-premise/server/plugins/
which does not explain how to use the requirements.txt file for installing plugins. It would be ideal to have an example that explained how to install plugins and pin versions.
The text was updated successfully, but these errors were encountered: