-
stargate v0.1.3
StableAll checks were successful/ build (push) Successful in 4m4sreleased this
2025-09-09 20:30:32 -04:00 | 1 commits to main since this releaseThis 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/stargateDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
stargate v0.1.2
StableAll checks were successful/ build (push) Successful in 19sreleased this
2025-09-05 16:59:00 -04:00 | 3 commits to main since this releaseThis 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/stargateDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
stargate v0.1.1
StableAll checks were successful/ build (push) Successful in 34sreleased this
2025-08-22 14:52:11 -04:00 | 5 commits to main since this releaseThis 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/stargateDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
stargate v0.1.0
StableAll checks were successful/ build (push) Successful in 20sreleased this
2025-08-22 14:06:05 -04:00 | 7 commits to main since this releaseThis 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/stargateDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)