• v0.1.3 bfd62fa4ef

    stargate v0.1.3
    All checks were successful
    / build (push) Successful in 4m4s
    Stable

    cptlobster released this 2025-09-09 20:30:32 -04:00 | 1 commits to main since this release

    This is a small release that adds the ability to have multiple paths match a single [route] block.

    Changes

    • Add support for having an array of paths match a single endpoint.

    Installation

    docker run -p 8000:8000 \
      -v sg1.toml:/etc/stargate/sg1.toml \
      forge.cptlobster.dev/cptlobster/stargate
    
    Downloads
  • v0.1.2 02ff3ad96f

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

    cptlobster released this 2025-09-05 16:59:00 -04:00 | 3 commits to main since this release

    This release makes it so you can create subpaths on your URLs, and adds some improvements for error handling and rich content return.

    Changes

    • Allow for using slashes in paths.
    • Improve error handling slightly.
    • [rich] Tweak styles and add viewport scaling.

    Installation

    docker run -p 8000:8000 \
      -v sg1.toml:/etc/stargate/sg1.toml \
      forge.cptlobster.dev/cptlobster/stargate
    
    Downloads
  • v0.1.1 573b1a7270

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

    cptlobster released this 2025-08-22 14:52:11 -04:00 | 5 commits to main since this release

    This release fixes a bug with the rich image and improves styling.

    Changes

    • [rich] Fix docker image missing templates
    • [rich] Add light mode to routes and error pages

    Installation

    docker run -p 8000:8000 \
      -v sg1.toml:/etc/stargate/sg1.toml \
      forge.cptlobster.dev/cptlobster/stargate
    
    Downloads
  • 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 | 7 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