gateway

(β˜… 99)

Scarf Gateway is a universal redirect layer for any digital artifact or URL, anywhere online. Scarf Gateway acts much like a customizable link shortener that also lets you serve software like Docker containers, Python packages, or anything other kind of software you distribute.

  • .gitignore
  • a.png
  • cabal.project
  • CHANGELOG.md
  • flake.lock
  • flake.nix
  • LICENSE
  • manifest-example.json
  • README.md
  • scarf-gateway.cabal
  • treefmt.toml

# Installation Guide

1. Get the code
git clone https://github.com/scarf-sh/gateway

Downloads the entire project code from GitHub to your computer.

cd gateway

Moves into the project folder you just downloaded.

2. Official Install Script

Easy Recommended
Prerequisites
  • Python 3 Python is required to use pip.
pip install --extra-index-url yourdomain.com your-python-package

Installs the package published on PyPI directly β€” no need to clone the source.

βœ… After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

// repository documentation