mirror of
https://github.com/bugsink/bugsink.git
synced 2026-01-06 05:10:15 -06:00
README: condense verbose wordings
This commit is contained in:
@@ -1,16 +1,12 @@
|
||||
# Bugsink: Self-hosted Error Tracking
|
||||
|
||||
[Bugsink](https://www.bugsink.com/) offers [Error Tracking](https://www.bugsink.com/error-tracking/) for your applications with full control
|
||||
through self-hosting.
|
||||
|
||||
* [Error Tracking](https://www.bugsink.com/error-tracking/)
|
||||
* [Built to self-host](https://www.bugsink.com/built-to-self-host/)
|
||||
* [Sentry-SDK compatible](https://www.bugsink.com/connect-any-application/)
|
||||
* [Scalable and reliable](https://www.bugsink.com/scalable-and-reliable/)
|
||||
|
||||
### Screenshot
|
||||
|
||||
This is what you'll get:
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -22,7 +18,7 @@ The **quickest way to evaluate Bugsink** is to spin up a throw-away instance usi
|
||||
docker pull bugsink/bugsink:latest
|
||||
|
||||
docker run \
|
||||
-e SECRET_KEY={{ random_secret }} \
|
||||
-e SECRET_KEY=PUT_AN_ACTUAL_RANDOM_SECRET_HERE_OF_AT_LEAST_50_CHARS \
|
||||
-e CREATE_SUPERUSER=admin:admin \
|
||||
-e PORT=8000 \
|
||||
-p 8000:8000 \
|
||||
|
||||
Reference in New Issue
Block a user