项目文件夹

文件
wehub-resource-sync 3e076d4dd9
Deploy Worker / deploy (push) Failing after 1s
Shellcheck / Check shell scripts (push) Failing after 1s
CI / Build Packages (amd64 - appimage) (push) Has been skipped
CI / Build Packages (amd64 - deb) (push) Has been skipped
CI / Build Packages (amd64 - rpm) (push) Has been skipped
CI / Build Packages (arm64 - appimage) (push) Has been skipped
CI / Build Packages (arm64 - deb) (push) Has been skipped
CI / Test Flags Parsing (push) Failing after 1s
BATS Tests / BATS unit tests (push) Failing after 1s
CI / Build Packages (arm64 - rpm) (push) Has been skipped
CI / Test Build Artifacts (amd64) (push) Has been skipped
CI / Test Build Artifacts (arm64) (push) Has been skipped
CI / Update APT Repository (push) Has been cancelled
CI / Mirror Official .deb to Release (push) Has been cancelled
CI / Update DNF Repository (push) Has been cancelled
CI / Update AUR Package (push) Has been cancelled
CI / Create Release (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:29:21 +08:00

19 行
773 B
TOML

# Cloudflare Worker configuration for the APT/DNF binary redirect.
#
# The Worker serves repo metadata from the gh-pages origin and
# 302-redirects .deb/.rpm binary requests to GitHub Release assets,
# which sidesteps GitHub's 100MB per-file push cap on gh-pages (#493).
# The strip step in .github/workflows/ci.yml gates on this route's
# liveness — it only deletes binaries from the local pool tree if
# this domain is actually reachable.
name = "claude-desktop-debian-pkg-redirect"
main = "src/worker.js"
compatibility_date = "2026-04-22"
# Custom Domain (auto-DNS) routing. Cloudflare creates the DNS record
# automatically when this is deployed; no separate dummy A record needed.
routes = [
{ pattern = "pkg.claude-desktop-debian.dev", custom_domain = true },
]