• 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