stegodon v1.2.1
SSH-first federated blogging platform with ActivityPub support.
Installation
Download the appropriate binary for your system:
- Linux AMD64:
stegodon_1.2.1_Linux_x86_64.tar.gz - Linux ARM64:
stegodon_1.2.1_Linux_arm64.tar.gz - macOS AMD64 (Intel):
stegodon_1.2.1_Darwin_x86_64.tar.gz - macOS ARM64 (Apple Silicon):
stegodon_1.2.1_Darwin_arm64.tar.gz
Extract and run:
tar xzf stegodon_1.2.1_*.tar.gz
chmod +x stegodon
./stegodonOr use Docker:
docker pull ghcr.io/deemkeen/stegodon:1.2.1
docker-compose up -dQuick Start
# Run stegodon
./stegodon
# Connect via SSH
ssh localhost -p 23232See README.md for full documentation.
Changelog
Other Changes
- 5a36c2a: Add username uniqueness validation with user-friendly error messages (@deemkeen)
- 806cfb6: Bump version to 1.2.1 (@deemkeen)
- af71b9f: Fix markdown link rendering in ActivityPub and RSS feeds (fixes #10) (@deemkeen)
- 950a2ac: Implement smart character counting, URL auto-paste, and markdown link indicator (Issue #8) (@deemkeen)
- 3828711: Prevent saving empty notes with user-friendly error message (@deemkeen)
Full Changelog: v1.2.0...v1.2.1
What's New in v1.2.1
- 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