Skip to content

Wire /dl/<bin>-<os>-<arch> release binary hosting #1

Description

@alpergundogdu

The installer served at GET /decdn.sh downloads the decdn and onramp binaries from {gateway}/dl/<bin>-<os>-<arch>, but that route is not implemented yet — it 404s.

Where: crates/server/assets/decdn.sh (curl loop), crates/server/src/http/installer.rs (serves the templated script).

Fix: serve the release binaries — either a static file server over a releases/ dir, or redirect /dl/... to GitHub Releases once the repo is public. Blocks the curl https://up.decdn.org/decdn.sh | sh flow from actually installing.

Pre-public-launch; not a merge blocker. Found in the final whole-branch review.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    Priority

    None yet

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions