Bugsink: Self-hosted Error Tracking
Screenshot
Installation & docs
The quickest way to evaluate Bugsink is to spin up a throw-away instance using Docker:
docker pull bugsink/bugsink:latest
docker run \
-e SECRET_KEY=PUT_AN_ACTUAL_RANDOM_SECRET_HERE_OF_AT_LEAST_50_CHARS \
-e CREATE_SUPERUSER=admin@example.org:admin \
-e PORT=8000 \
-p 8000:8000 \
bugsink/bugsink
Visit http://localhost:8000/, where you'll see a login screen. The default username and password
are admin.
Now, you can set up your first project and start tracking errors.
Detailed installation instructions are on the Bugsink website.
Release files for bugsink 2.5.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| bugsink-2.5.1.tar.gz | 1.3 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| bugsink-2.5.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 2.7 MB
Release files / bugsink-2.5.1.tar.gz
| Download URL | bugsink-2.5.1.tar.gz |
|---|---|
| Size | 1.3 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fea675d76cda3edb0deffc7b34c220eacf69b2abecb5e2ee586ed59d16c6bf5d
|
|
BLAKE2b-256 checksum How to use checksums |
a7436334bb82e11b1f11497f7363ee9cfbed0991b5001fe890411d87bce128f1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.10.12
|
Release files / bugsink-2.5.1-py3-none-any.whl
| Download URL | bugsink-2.5.1-py3-none-any.whl |
|---|---|
| Size | 1.4 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4631e9360db1541d1b20c404e9813006e001f5133cf18c35e01ba925656fd706
|
|
BLAKE2b-256 checksum How to use checksums |
61b3378a914f9778ca628026d0f4e5a18fc2c6801a445899e4c612723e91364d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.10.12
|