Initial commit

This commit is contained in:
2026-07-05 17:59:02 +08:00
commit 11ea2ddb9a
18 changed files with 5549 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# Copy this file to .env on the Debian server.
# Do not put real credentials in committed files.
# DeepSeek API settings.
DEEPSEEK_API_KEY=
DEEPSEEK_BASE_URL=https://api.deepseek.com
DEEPSEEK_MODEL=deepseek-v4-pro
# SMTP delivery settings.
NEWSPAPER_SMTP_HOST=
NEWSPAPER_SMTP_PORT=
NEWSPAPER_SMTP_USERNAME=
NEWSPAPER_SMTP_PASSWORD=
NEWSPAPER_FROM_EMAIL=
NEWSPAPER_FROM_NAME=Hongyu Daily
NEWSPAPER_SMTP_SECURITY=ssl
# Scheduler settings for docker compose.
NEWSPAPER_SCHEDULE_TIME=08:00
TZ=Asia/Shanghai