-
stargate v0.1.4
Stablereleased this
2026-01-30 14:15:08 -05:00 | 1 commits to main since this releaseThis 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
-cor theSG1_CONFIG_FILEenvironment variable.Changes
- Update dependencies
regexfrom1.11.1→1.12.2tokiofrom1.45.1→1.49.0logfrom0.4.27→0.4.29terafrom1.20.0→1.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.4Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Update dependencies
-
stargate v0.1.3
StableAll checks were successful/ build (push) Successful in 4m4sreleased this
2025-09-09 20:30:32 -04:00 | 11 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)
2 downloads
-
Source code (TAR.GZ)
2 downloads
-
stargate v0.1.2
StableAll checks were successful/ build (push) Successful in 19sreleased this
2025-09-05 16:59:00 -04:00 | 13 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)
2 downloads
-
Source code (TAR.GZ)
2 downloads
-
stargate v0.1.1
StableAll checks were successful/ build (push) Successful in 34sreleased this
2025-08-22 14:52:11 -04:00 | 15 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)
2 downloads
-
Source code (TAR.GZ)
2 downloads
-
stargate v0.1.0
StableAll checks were successful/ build (push) Successful in 20sreleased this
2025-08-22 14:06:05 -04:00 | 17 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)
2 downloads
-
Source code (TAR.GZ)
3 downloads
-
Source code (ZIP)