Ech0
Self-hosted personal microblog for owning your timeline
Alternative to: twitter, tumblr
About
Versions (104)
v4.5.4
2026-04-15🎉 Ech0 v4.5.4
- 重构身份认证模块-引入双 token机制
- 优化权限认证
- 新增PV UV访客数据持久化
- RSS 增加缓存机制
- 优化环境变量配置
- 优化部分路由和静态文件响应规则,增加完善的缓存控制
- 优化代码结构与质量
- 更新前端依赖
- 首页增加退出登录按钮
- …
Try in 60 Seconds
docker run -d \
--name ech0 \
-p 6277:6277 \
-v /opt/ech0/data:/app/data \
-e JWT_SECRET="Hello Echos" \
sn0wl1n/ech0:latest
What’s Changed
- Feat/identity auth by @lin-snow in https://github.com/lin-snow/Ech0/pull/228
Full Changelog: https://github.com/lin-snow/Ech0/compare/v4.5.2…v4.5.4