From 7996ed773e00ea60a5803e4fd14c19ac9e46aa80 Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Tue, 1 Jul 2025 13:51:58 +0200 Subject: [PATCH] README: condense verbose wordings --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3eca414..b713152 100644 --- a/README.md +++ b/README.md @@ -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: - ![Screenshot](https://www.bugsink.com/static/images/JsonSchemaDefinitionException.5e02c1544273.png) @@ -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 \