stegodon v1.2.4
SSH-first federated blogging platform with ActivityPub support.
Installation
Download the appropriate binary for your system:
- Linux AMD64:
stegodon_1.2.4_Linux_x86_64.tar.gz - Linux ARM64:
stegodon_1.2.4_Linux_arm64.tar.gz - macOS AMD64 (Intel):
stegodon_1.2.4_Darwin_x86_64.tar.gz - macOS ARM64 (Apple Silicon):
stegodon_1.2.4_Darwin_arm64.tar.gz
Extract and run:
tar xzf stegodon_1.2.4_*.tar.gz
chmod +x stegodon
./stegodonOr use Docker:
docker pull ghcr.io/deemkeen/stegodon:1.2.4
docker-compose up -dQuick Start
# Run stegodon
./stegodon
# Connect via SSH
ssh localhost -p 23232See README.md for full documentation.
Changelog
Other Changes
- 8ea5548: Add GitHub Sponsors username to FUNDING.yml (@deemkeen)
- eeb1fcc: Add pending follow status display and improve follow UI (@deemkeen)
- 09cafd2: Add version display to CLI and web UI (@deemkeen)
- 2b3ca18: Bump version to 1.2.4 (@deemkeen)
- b6d80bc: Fix WebFinger and Accept activity parsing for better Fediverse compatibility (@deemkeen)
- 5d56677: Fix critical ActivityPub security issues and add migration tool (@deemkeen)
- 501a5c8: Fix orphaned follows database issue (@deemkeen)
- 2c47417: Ignore remote directory (@deemkeen)
- db94cfb: Log version on startup and test Version field in page data (@deemkeen)
- 68d98e9: Modernized code, fixed version, related to #20 (@deemkeen)
- 0da43ce: Update README with version check and run instructions (@deemkeen)
Full Changelog: v1.2.3...v1.2.4
What's New in v1.2.4
- Single binary distribution with embedded assets
- Centralized user data in
~/.config/stegodon/ - Docker support with slim Alpine-based image (37.9 MB)
- Comprehensive documentation updates
- Bug fixes and improvements