stegodon v1.3.0
SSH-first federated blogging platform with ActivityPub support.
Installation
Download the appropriate binary for your system:
- Linux AMD64:
stegodon_1.3.0_Linux_x86_64.tar.gz - Linux ARM64:
stegodon_1.3.0_Linux_arm64.tar.gz - macOS AMD64 (Intel):
stegodon_1.3.0_Darwin_x86_64.tar.gz - macOS ARM64 (Apple Silicon):
stegodon_1.3.0_Darwin_arm64.tar.gz
Extract and run:
tar xzf stegodon_1.3.0_*.tar.gz
chmod +x stegodon
./stegodonOr use Docker:
docker pull ghcr.io/deemkeen/stegodon:1.3.0
docker-compose up -dQuick Start
# Run stegodon
./stegodon
# Connect via SSH
ssh localhost -p 23232See README.md for full documentation.
Changelog
Other Changes
- c2731e2: Add URL toggle feature and fix critical goroutine leak (@deemkeen)
- 727e27f: Fix critical goroutine leak in timeline Init() methods (@deemkeen)
- 5f3e3df: Fix critical goroutine leak in timeline refresh logic (@deemkeen)
- 052554c: Fix memory leak in timeline views (@deemkeen)
- 612a83f: Fix message routing regressions in view initialization (@deemkeen)
- b5bdc9b: Fix timeline regressions and performance issues (@deemkeen)
- 7b6ca77: Release v1.3.0 (@deemkeen)
Full Changelog: v1.2.5...v1.3.0
What's New in v1.3.0
- 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