stegodon v1.4.1
SSH-first federated blogging platform with ActivityPub support.
Installation
Download the appropriate binary for your system:
- Linux AMD64:
stegodon_1.4.1_Linux_x86_64.tar.gz - Linux ARM64:
stegodon_1.4.1_Linux_arm64.tar.gz - macOS AMD64 (Intel):
stegodon_1.4.1_Darwin_x86_64.tar.gz - macOS ARM64 (Apple Silicon):
stegodon_1.4.1_Darwin_arm64.tar.gz
Extract and run:
tar xzf stegodon_1.4.1_*.tar.gz
chmod +x stegodon
./stegodonOr use Docker:
docker pull ghcr.io/deemkeen/stegodon:1.4.1
docker-compose up -dQuick Start
# Run stegodon
./stegodon
# Connect via SSH
ssh localhost -p 23232See README.md for full documentation.
Changelog
Other Changes
- 91c622f: Add like/favorite functionality for local and federated posts (@deemkeen)
- 0f00b86: Centralize UI constants and colors in common package (@deemkeen)
- 62bf3d6: Fix indentation and spacing in several files (@deemkeen)
- fdbbb1e: Fix reply indent to apply to all wrapped lines (@deemkeen)
- cec1750: Refactor color constants and list styles for UI consistency (@deemkeen)
- 14c924f: Release v1.4.1 (@deemkeen)
Full Changelog: v1.4.0...v1.4.1