stegodon v1.2.3
SSH-first federated blogging platform with ActivityPub support.
Installation
Download the appropriate binary for your system:
- Linux AMD64:
stegodon_1.2.3_Linux_x86_64.tar.gz - Linux ARM64:
stegodon_1.2.3_Linux_arm64.tar.gz - macOS AMD64 (Intel):
stegodon_1.2.3_Darwin_x86_64.tar.gz - macOS ARM64 (Apple Silicon):
stegodon_1.2.3_Darwin_arm64.tar.gz
Extract and run:
tar xzf stegodon_1.2.3_*.tar.gz
chmod +x stegodon
./stegodonOr use Docker:
docker pull ghcr.io/deemkeen/stegodon:1.2.3
docker-compose up -dQuick Start
# Run stegodon
./stegodon
# Connect via SSH
ssh localhost -p 23232See README.md for full documentation.
Changelog
Other Changes
- 7acedfd: Add single post view with permalinks in web UI (@deemkeen)
- 09e3d20: Add systemd journald logging support (Linux only) (@deemkeen)
- 871152a: Bump version to 1.2.3 (@deemkeen)
- ab700a4: Fix NodeInfo openRegistrations logic for single-user mode (@deemkeen)
- fe8bccb: Remove hardcoded version strings from tests (@deemkeen)
- 3e377b5: golang.org/x/crypto/ssh allows an attacker to cause unbounded memory consumption (@deemkeen)
Full Changelog: v1.2.2...v1.2.3
What's New in v1.2.3
- 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