stegodon v1.4.3
SSH-first federated blogging platform with ActivityPub support.
Installation
Download the appropriate binary for your system:
- Linux AMD64:
stegodon_1.4.3_Linux_x86_64.tar.gz - Linux ARM64:
stegodon_1.4.3_Linux_arm64.tar.gz - macOS AMD64 (Intel):
stegodon_1.4.3_Darwin_x86_64.tar.gz - macOS ARM64 (Apple Silicon):
stegodon_1.4.3_Darwin_arm64.tar.gz
Extract and run:
tar xzf stegodon_1.4.3_*.tar.gz
chmod +x stegodon
./stegodonOr use Docker:
docker pull ghcr.io/deemkeen/stegodon:1.4.3
docker-compose up -dQuick Start
# Run stegodon
./stegodon
# Connect via SSH
ssh localhost -p 23232See README.md for full documentation.
Changelog
Other Changes
- 1f07cb0: Add application lifecycle management and local reply count migration (@deemkeen)
- 8785f16: Add local max helper for header spacing (@deemkeen)
- 924e9e1: Add local-to-local notifications and fix header badge display (@deemkeen)
- abb99df: Add notifications system (Phase 1-4: DB, domain, ActivityPub, UI view) (@deemkeen)
- ff92fcc: Add relay pause/resume functionality and UI controls (@deemkeen)
- a4e3374: Bump github.com/quic-go/quic-go from 0.55.0 to 0.57.0 (@dependabot[bot])
- f9a4e4f: Bump version to 1.4.2 (@deemkeen)
- 8b22b25: Bump version to 1.4.3 (@deemkeen)
- 18d1219: Complete notifications system (Phase 5 + bugfix) (@deemkeen)
- 8487f56: Fix notifications and timeline auto-update behavior (@deemkeen)
- d029757: Fix notifications: route all messages to notifications model (@deemkeen)
- 2ccab41: Fix orphaned Update activities not showing in timeline (@deemkeen)
- 9807a57: Fix relay pause check bypass for Announce activities (@deemkeen)
- c026333: Optimize view rendering and add database indexes (@deemkeen)
- 21ae55c: Refactor Create activity handling to accept isFromRelay param (@deemkeen)
- 53e6037: Refactor utility functions and improve delivery worker shutdown (@deemkeen)
- 2c21fd4: Remove CGO dependencies (using pure Go SQLite) (@deemkeen)
- 9c172b2: Remove CGO dependencies (using pure Go SQLite) (@deemkeen)
- 499d002: Support relay-forwarded activities and mark in database (@deemkeen)
- 05007c8: Update docs for clarity, consistency, and workflow steps (@deemkeen)
- 94ccc2e: minor issue with new account and adding a relay (@deemkeen)
- 545262b: working relay (@deemkeen)
Full Changelog: v1.4.1...v1.4.3