logo
0
0
WeChat Login

运行

docker build -t epic-free-games .

docker run -d \
  --name epic-free-games \
  -p 3000:3000 \
  -v $PWD/vm-data/epic/data:/app/data \
  -e MAIL_FROM="Epic 免费游戏提醒 <no-reply@example.com>" \
  -e SMTP_HOST="smtp.example.com" \
  -e SMTP_PORT="587" \
  -e SMTP_SECURE="false" \
  -e SMTP_USER="no-reply@example.com" \
  -e SMTP_PASS="your_smtp_password" \
  epic-free-games

首页

alt text

订阅界面

alt text

About

No description, topics, or website provided.
Language
JavaScript60.2%
CSS25.1%
HTML13.7%
Dockerfile1%