• v0.1.0 91ac21f77f

    stargate v0.1.0
    All checks were successful
    / build (push) Successful in 20s
    Stable

    cptlobster released this 2025-08-22 14:06:05 -04:00 | 17 commits to main since this release

    This is the initial release of the stargate URL shortening service. You can deploy it using the following Docker image:

    docker run -p 8000:8000 \
      -v sg1.toml:/etc/stargate/sg1.toml \
      forge.cptlobster.dev/cptlobster/stargate
    
    Downloads