Skip to content

Release v1.2.4

Choose a tag to compare

@github-actions github-actions released this 31 Jul 23:38
· 0 commits to 18b6da9c1121588cfbda9e7b7195b8e267b245f2 since this release

🚀 Manual Release v1.2.4

This release was created manually via GitHub Actions.

🐳 Docker Image

docker pull ictrun/echopaper:v1.2.4

🔗 Quick Deploy

# One-click deployment
curl -sSL https://raw.githubusercontent.com/xuemian168/EchoPaper/main/deploy-from-hub.sh | bash

# Or with specific version
docker run -d \
  --name EchoPaper \
  -p 80:80 \
  -v blog-data:/app/data \
  -e NEXT_PUBLIC_API_URL=https://your-domain.com/api \
  ictrun/echopaper:v1.2.4

📋 Build Information

  • Version: 1.2.4
  • Build Date:
  • Git Commit:
  • Workflow Run: 30