stegodon v1.4.2
SSH-first federated blogging platform with ActivityPub support.
Installation
Download the appropriate binary for your system:
- Linux AMD64:
stegodon_1.4.2_Linux_x86_64.tar.gz - Linux ARM64:
stegodon_1.4.2_Linux_arm64.tar.gz - macOS AMD64 (Intel):
stegodon_1.4.2_Darwin_x86_64.tar.gz - macOS ARM64 (Apple Silicon):
stegodon_1.4.2_Darwin_arm64.tar.gz
Extract and run:
tar xzf stegodon_1.4.2_*.tar.gz
chmod +x stegodon
./stegodonOr use Docker:
docker pull ghcr.io/deemkeen/stegodon:1.4.2
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)
- ff92fcc: Add relay pause/resume functionality and UI controls (@deemkeen)
- 2cd3658: Bump version to 1.4.2 (@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)
- 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.2