Skip to content

Release v1.3.26

Choose a tag to compare

@github-actions github-actions released this 07 Mar 11:06
· 0 commits to 2080315b5265b8c661cf1d8e8f36cecac4ab9606 since this release

🚀 Manual Release v1.3.26

This release was created manually via GitHub Actions.

🐳 Docker Image

docker pull ictrun/kuno:v1.3.26

🔗 Quick Deploy

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

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

📋 Build Information

  • Version: 1.3.26
  • Build Date:
  • Git Commit:
  • Workflow Run: 90