Yet Another Docker Solution: Apache-based with Prometheus Metrics #1732
tevkar
started this conversation in
Show and tell
Replies: 1 comment
-
|
Thanks for sharing - please consider adding it to the wiki page of docker images. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone!
This is a yet another Docker solution for PrivateBin, but with a focus on monitoring and observability for those who need it.
What's included:
/metrics) with IP whitelistingLinks:
Quick start:
docker pull itefixnet/privatebin docker run -d -p 8080:80 \ -e METRICS_ALLOWED_IPS="10.0.1.5 192.168.1.10" \ -v ./data:/srv/privatebin/data \ itefixnet/privatebinThe metrics endpoint is protected by IP whitelisting to ensure only your monitoring tools can access usage statistics (paste counts, storage, formats, etc.).
If you're running PrivateBin in production and want visibility into these metrics, this might be useful.
Feedback welcome!
Beta Was this translation helpful? Give feedback.
All reactions