No description
  • Shell 74%
  • Dockerfile 26%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-24 20:11:09 +01:00
media 0.0.2 initial build with logo fix 2026-07-24 18:39:59 +01:00
.gitignore 0.0.2 initial build with logo fix 2026-07-24 18:39:59 +01:00
CHANGELOG.md 0.0.2 initial build with logo fix 2026-07-24 18:39:59 +01:00
CloudronManifest.json 0.0.2 initial build with logo fix 2026-07-24 18:39:59 +01:00
CloudronVersions.json 0.0.2 initial build with logo fix 2026-07-24 18:39:59 +01:00
DESCRIPTION 0.0.2 initial build with logo fix 2026-07-24 18:39:59 +01:00
Dockerfile 0.0.2 initial build with logo fix 2026-07-24 18:39:59 +01:00
LICENSE 0.0.2 initial build with logo fix 2026-07-24 18:39:59 +01:00
logo-bg.png 0.0.2 initial build with logo fix 2026-07-24 18:39:59 +01:00
logo-nobg.png 0.0.2 initial build with logo fix 2026-07-24 18:39:59 +01:00
POSTINSTALL.md Improve POSTINSTALL docs with SDK examples and DSN clarity 2026-07-24 20:11:09 +01:00
README.md first commit 2026-07-24 17:49:42 +01:00
start.sh 0.0.2 initial build with logo fix 2026-07-24 18:39:59 +01:00

PocketSentry Cloudron Package

PocketSentry — the 18 MB drop-in Sentry alternative — packaged for Cloudron.

What is it?

PocketSentry is a single, self-contained binary that speaks the Sentry protocol. Point your existing Sentry SDKs at it and you're done. No Kafka, no ClickHouse, no PostgreSQL — just a ~15 MB Go binary with an embedded SQLite database.

Features

  • Drop-in compatible with all official Sentry SDKs
  • Real-time dashboard with HTMX auto-refresh (dark theme)
  • Telegram & Discord webhooks for instant error alerts
  • Source maps for minified JS deobfuscation
  • Performance monitoring with waterfall span visualization
  • Session replay visualization (rrweb)
  • Project management with isolated DSNs
  • Retention policies with auto-cleanup
  • eBPF agent for kernel-level HTTP 500 interception (optional)

Configuration

Configure the app via environment variables in the Cloudron dashboard:

Variable Description
ADMIN_USER Dashboard username (default: admin)
ADMIN_PASS Dashboard password (auto-generated if empty)
RETENTION_DAYS Auto-delete events older than N days (default: 30)
DISCORD_WEBHOOK_URL Discord webhook URL for error alerts
TG_TOKEN Telegram bot token
TG_CHAT_ID Telegram chat ID

DSN Format

http://public@<your-cloudron-domain>/1

Source