https://github.com/gregoryv/servant
Example web service with protected endpoints
https://github.com/gregoryv/servant
Last synced: about 1 year ago
JSON representation
Example web service with protected endpoints
- Host: GitHub
- URL: https://github.com/gregoryv/servant
- Owner: gregoryv
- License: mit
- Created: 2024-12-07T16:04:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-07T16:37:47.000Z (over 1 year ago)
- Last Synced: 2025-02-05T07:19:17.369Z (over 1 year ago)
- Language: Go
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
Servant is an example web service with protected endpoints using
package [gregoryv/htsec](https://github.com/gregoryv/htsec).
The purpose is not to provide a complete easy to install service
rather to illustrate the implementation required.
Read the code!
The service runs as a systemd service but is hardcoded to run smoothly
on my computer.
If it's running you can access it on http://servant.7de.se:8100/.