stegodon v1.8.2
SSH-first federated blogging platform with ActivityPub support.
Installation
Download the appropriate binary for your system:
- Linux AMD64:
stegodon_1.8.2_Linux_x86_64.tar.gz - Linux ARM64:
stegodon_1.8.2_Linux_arm64.tar.gz - macOS AMD64 (Intel):
stegodon_1.8.2_Darwin_x86_64.tar.gz - macOS ARM64 (Apple Silicon):
stegodon_1.8.2_Darwin_arm64.tar.gz
Extract and run:
tar xzf stegodon_1.8.2_*.tar.gz
chmod +x stegodon
./stegodonOr use Docker:
docker pull ghcr.io/deemkeen/stegodon:1.8.2
docker-compose up -dQuick Start
# Run stegodon
./stegodon
# Connect via SSH
ssh localhost -p 23232See README.md for full documentation.
Changelog
Other Changes
- ac93396: Add configurable SSH idle timeout (STEGODON_IDLE_TIMEOUT) (@deemkeen)
- 70949fb: Bump version to 1.8.2 (@deemkeen)
- d6a9dfb: Migrate to wish v2 and remove repaintWriter workarounds (@deemkeen)
Full Changelog: v1.8.1...v1.8.2