aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/nonsense-time.go
AgeCommit message (Collapse)Author
2024-10-09Refactor middleware to separate packageJP Appel
2024-10-09Add gzip middlewareJP Appel
2024-10-09Add gzip middleware stubJP Appel
2024-10-08Remove dashboard renderingJP Appel
The dashboard html falls out of the responsibility of the backend. The static site provides the html.
2024-10-08Remove static and site status endpointsJP Appel
Since this backend will only ever be deployed on the same machine as the site, the site status endpoint is superfluous. Serving static files falls outside of the roles fo this backend, it is better performed by a service with caching features like NGINX.
2024-10-05Add endpoint for foundry container's logsJP Appel
2024-10-02Add first pass at dashboardJP Appel
2024-10-02Refactor loging to use slogJP Appel
2024-10-02Refactor api to seperate packageJP Appel
2024-09-15Add verbose output flagJP Appel
2024-09-13Refactor request timeout to middlewareJP Appel
2024-09-12Renamed variables and functionsJP Appel
2024-09-12Add cli args for port and addressJP Appel
2024-09-12Add status and redirect endpointsJP Appel