aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/api/api.go
AgeCommit message (Collapse)Author
2024-10-15Add start, stop, restart handlersJP Appel
2024-10-09Add end point stubs for container controlsJP Appel
2024-10-08Fix filtering of escape sequences in vtt logsJP Appel
2024-10-08Move ansi stripper to util packageJP Appel
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-07Update vtt status endpoint to check containerJP Appel
2024-10-05Fix writting docker logs to http responseJP Appel
Now properly strips binary data from response
2024-10-05Add endpoint for foundry container's logsJP Appel
2024-10-05Update vtt urlJP 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