mirror of
https://github.com/d0zingcat/BroadcastChannel.git
synced 2026-05-13 23:16:46 +00:00
- Introduce .dockerignore for Docker build optimization - Add Dockerfile for containerization setup - Update .env.example to clear Sentry variables and rename HOST to TELEGRAM_HOST - Modify astro.config.mjs to conditionally exclude SSR dependencies in Docker builds - Adjust postinstall script to safely handle missing .git directory - Refactor telegram host retrieval for clarity and consistency
26 lines
397 B
Plaintext
26 lines
397 B
Plaintext
CHANNEL=miantiao_me
|
|
|
|
LOCALE=zh-cn
|
|
TIMEZONE=Asia/Shanghai
|
|
|
|
TELEGRAM=ccbikai
|
|
TWITTER=ccbikai
|
|
GITHUB=ccbikai
|
|
DISCORD=https://DISCORD.com
|
|
PODCASRT=https://PODCASRT.com
|
|
MASTODON=mastodon.social/@Mastodon
|
|
BLUESKY=bsky.app
|
|
|
|
FOOTER_INJECT=FOOTER_INJECT
|
|
HEADER_INJECT=HEADER_INJECT
|
|
|
|
NO_FOLLOW=false
|
|
NO_INDEX=false
|
|
|
|
SENTRY_AUTH_TOKEN=
|
|
SENTRY_DSN=
|
|
SENTRY_PROJECT=
|
|
|
|
TELEGRAM_HOST=telegram.dog
|
|
STATIC_PROXY=""
|