• v0.1.4 3275bb99a9

    stargate v0.1.4
    All checks were successful
    / trivy (push) Successful in 18s
    / build (push) Successful in 16s
    Stable

    cptlobster released this 2026-01-30 14:15:08 -05:00 | 1 commits to main since this release

    This is another small release. We update several dependencies and add a couple small features. For example, the default config file location can now be user-defined, either as a command-line argument -c or the SG1_CONFIG_FILE environment variable.

    Changes

    • Update dependencies
      • regex from 1.11.11.12.2
      • tokio from 1.45.11.49.0
      • log from 0.4.270.4.29
      • tera from 1.20.01.20.1
    • [docker] Update base image to Alpine 3.23.
    • [docker] Images now have security scanning on build using Trivy.
    • Add support for hiding individual routes from route list.
    • Add command-line flag and environment variable for specifying the config file path.

    Installation

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