stegodon v1.2.5
SSH-first federated blogging platform with ActivityPub support.
Installation
Download the appropriate binary for your system:
- Linux AMD64:
stegodon_1.2.5_Linux_x86_64.tar.gz - Linux ARM64:
stegodon_1.2.5_Linux_arm64.tar.gz - macOS AMD64 (Intel):
stegodon_1.2.5_Darwin_x86_64.tar.gz - macOS ARM64 (Apple Silicon):
stegodon_1.2.5_Darwin_arm64.tar.gz
Extract and run:
tar xzf stegodon_1.2.5_*.tar.gz
chmod +x stegodon
./stegodonOr use Docker:
docker pull ghcr.io/deemkeen/stegodon:1.2.5
docker-compose up -dQuick Start
# Run stegodon
./stegodon
# Connect via SSH
ssh localhost -p 23232See README.md for full documentation.
Changelog
Other Changes
- cee14cd: Add PR build and test workflow (@deemkeen)
- fe6cd36: Add status badges to README in single line (@deemkeen)
- b065d64: Change STEGODON_HOST to 0.0.0.0 for remote access (@deemkeen)
- b985a3c: Change host IP from 127.0.0.1 to 0.0.0.0 (@gnp-x)
- 2ba4d2c: Consolidate CSS (@gnp-x)
- d0e0920: Embed static assets (logo and CSS) in binary (@deemkeen)
- e5589e6: Fix timestamp display in post detail view (@deemkeen)
- 1cd2dcc: Release v1.2.5 (@deemkeen)
- 67417e3: Update Docker workflow to remove PR trigger (@deemkeen)
- 9a3ceb4: Update README.md (@deemkeen)
- 8c28d0b: retrigger checks (@deemkeen)
Full Changelog: v1.2.4...v1.2.5
What's New in v1.2.5
- 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