summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Update endpoint -> subject encodingHEADmasterRobby Zambito2 hours
| | | | | Use an encoding that can be safely used bidirectionally while still being easy to read. This is useful for being able to make HTTP requests from NATS, which I am working on now.
* Add run and default targetsRobby Zambito2 hours
| | | | run is useful for local testing
* Add example env filesRobby Zambito6 days
| | | | This is useful for being able to easily set up an environment to deploy
* Remove loggingRobby Zambito6 days
| | | | | This logged every single request to stdout. This is not necessary.
* Deploy on FreeBSD betterRobby Zambito6 days
| | | | | Added some changes that should help with deploying on FreeBSD. Before it was holding onto my shell that I ran just deploy from, and killed the proc when I hit ctrl+c.
* Add justfileRobby Zambito6 days
| | | | Make it easier to deploy
* Sanitize pathsRobby Zambito11 days
| | | | | Use _ instead of . in paths. This is useful for paths like /.well-known, where the previous subject transformation would be invalid, due to two consecutive dots.
* Add host to subjectRobby Zambito13 days
|
* Use 404 when there are no NATS handlersRobby Zambito13 days
|
* Add support for inbox prefixRobby Zambito13 days
|
* Disable NKEY connection for nowRobby Zambito13 days
| | | | | Not used and it wasn't working Added a connection name to make it easier to track the connection
* More connection optionsRobby Zambito2025-02-01
|
* Add env varsRobby Zambito2025-02-01
| | | | | Add support for user and pass connection. Add support for specifying the HTTP port
* Basic working locallyRobby Zambito2025-02-01
|
* Initial commitRobby Zambito2025-02-01