Files
Cloud-Home/.env.example
RhenCloud 1cf3fce70e chore: migrate to Bun, update deps and add Nuxt Fonts
- Replace pnpm with Bun (bun.lock, remove pnpm-lock.yaml)
- Add @nuxt/fonts module and configure Iconify icons
- Add NUXT_OG_IMAGE_SECRET for multi-instance OG image signing
- Update dependencies to latest versions
- Simplify Tailwind font configuration
- Add trustedDependencies and overrides for unhead packages
2026-07-20 03:05:03 +08:00

35 lines
787 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Github Token
NUXT_PUBLIC_GITHUB_TOKEN=your-github-token
# UMAMI API KEY
NUXT_PUBLIC_UMAMI_API_KEY=your-umami-api-key
# Wakatime API Key
WAKATIME_API_KEY=your-wakatime-api-key
# Wakatime API Base可选
WAKATIME_API_URL=https://wakatime.com/api/v1
# SMTP 服务器地址
SMTP_HOST=smtp.example.com
# SMTP 端口(不填写默认465
SMTP_PORT=465
# SMTP 用户名一般与SENDER_EMAIL相同
SMTP_USER=your-email@example.com
# SMTP 密码
SMTP_PASS=your-email-password
# 收件邮箱地址
ADMIN_EMAIL=admin@example.com
# 发件邮箱地址一般与SMTP_USER相同
SENDER_EMAIL=sender@example.com
# 是否启用SSL
SMTP_SECURE=true
# OG Image Secret用于多实例部署签名
NUXT_OG_IMAGE_SECRET=your-og-image-secret