Connecting Your Project

Link your GitHub repos to easy-install.sh to track install analytics.

Quick Start

Connect a repo

  1. Sign in at easy-install.sh/app

  2. Install the GitHub App — on the repos page, click Install GitHub App and select which repos to share

  3. Connect — click Connect next to any repo in the list

Your repo is now live at easy-install.sh/{owner}/{repo}.


Organization Repos

Adding repos from an org

The GitHub App is installed per-account. To add org repos, click Manage repo access on GitHub on the repos page, switch to the org, and install the app there.


Managing Access

Change shared repos

Click Manage repo access on GitHub to add or remove repos from your installation.

Disconnect a repo

Click the trash icon next to any connected repo on the repos page.

Uninstall the app

GitHub settings > Applications > easy-install.sh > Uninstall.


After Connecting

Vanity URLs

URL patternWhat it does
easy-install.sh/{owner}/{repo}/install.shProxies a script from your repo
docker pull easy-install.sh/{owner}/{repo}Pulls a Docker image from GHCR
easy-install.sh/{owner}/{repo}/{path}Proxies any raw file from your repo

See Docker, Scripts, and Content for details.