aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Collapse)Author
2024-10-09Refactor middleware to separate packageJP Appel
2024-10-09Add gzip middlewareJP Appel
2024-10-09Change test to match correct AnsiFilterWriter behaviorJP Appel
2024-10-09Add gzip middleware stubJP Appel
2024-10-09Add end point stubs for container controlsJP 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-08Fix filtering of escape sequences in vtt logsJP Appel
2024-10-08Add ansi filter writerJP Appel
2024-10-08Move ansi stripper to util packageJP Appel
2024-10-08Refactor ansi stripper to be synchronousJP 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-08Add middleware to strip ansi escape sequencesJP Appel
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 docker api negotationJP Appel
2024-10-05Add endpoint for foundry container's logsJP Appel
2024-10-05Update vtt urlJP Appel
2024-10-05Add server controls to dashboard, update stylingJP Appel
2024-10-02Add first pass at dashboardJP Appel
2024-10-02Refactor loging to use slogJP Appel
2024-10-02Add README with instructionsJP 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-13Add money and head handling functionsJP Appel
Created types to manage the cannonical coinage of DnD. First pass at computing computing values for heads.
2024-09-13Add makefile and serviceJP 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
2024-09-12Initial CommitJP Appel