📝 更新日志
- 🔧
chore(package): bump version to 1.7.4 - 🐛
fix(config): allow /api/icon query strings in next/image localPatterns - ✨
feat(error-pages): add language switch to error and not-found pages - 🐛
fix(format): display latency in ms until it reaches 1 second - 🔧
chore(deps): bump the all-dependencies group with 8 updates (#474) - 🔧
chore(deps): bump tailwind-variants in the major-updates group (#473) - 🔧
chore(deps): bump the all-dependencies group with 3 updates (#472) - 🐛
fix(deps): rollback @heroui/react to v2 line and pin against major bumps (#469) - 🔧
chore(deps): bump the all-dependencies group with 8 updates (#468) - 🔧
chore(deps): bump the all-dependencies group with 15 updates (#467) - 🔧
chore(deps): bump the all-dependencies group with 17 updates (#466) - 🔧
chore(deps): bump the major-updates group with 2 updates (#465) - 🔧
chore(deps): bump the all-dependencies group with 8 updates (#464)
👥 贡献者
🔄 更新指南
Docker
# 拉取最新代码
git pull
# 停止并删除容器
docker stop kuma-mieru
docker rm kuma-mieru
# 拉取 v1 主版本通道镜像
docker pull ghcr.io/alice39s/kuma-mieru:1
# 启动容器
docker run -d \
--name kuma-mieru \
-p 3883:3000 \
-e UPTIME_KUMA_URLS=https://your_uptime_kuma_url/status/your_page_id \
-e KUMA_MIERU_TITLE="My Status Page" \
ghcr.io/alice39s/kuma-mieru:1Docker Compose
# 拉取最新代码
git pull
# 更新镜像并启动容器
docker compose pull
docker compose up -d