CI debugging using a reverse shell technique based on SSH.
Go to file
2024-09-08 11:16:49 +02:00
.idea added makefile for building. 2024-09-08 11:16:48 +02:00
cmd refactoring towards being able to send events from Admin to UI (websocket) without exposing connection info but only metadata. 2024-09-08 11:16:49 +02:00
kubernetes Updated deployment with username and password settings. 2024-09-08 11:16:49 +02:00
pkg refactoring towards being able to send events from Admin to UI (websocket) without exposing connection info but only metadata. 2024-09-08 11:16:49 +02:00
static missing files checked in: 2024-09-08 11:16:49 +02:00
.gitignore missing files checked in: 2024-09-08 11:16:49 +02:00
compose.yaml basic htmx with server sending content to the client over a websocket is now working. This only worked when text message where being sent so the websocket handling had to be made configurable with a 'text' boolean field. 2024-09-08 11:16:49 +02:00
Dockerfile docs page now working again. 2024-09-08 11:16:49 +02:00
go.mod Now rendering the index.html using the Templ library. 2024-09-08 11:16:49 +02:00
go.sum Now rendering the index.html using the Templ library. 2024-09-08 11:16:49 +02:00
LICENSE added LICENSE 2024-09-08 11:16:30 +02:00
Makefile Now rendering the index.html using the Templ library. 2024-09-08 11:16:49 +02:00
README.md Now rendering the index.html using the Templ library. 2024-09-08 11:16:49 +02:00
render.sh missing files checked in: 2024-09-08 11:16:49 +02:00

  • Environment

Go version 1.21

go install github.com/a-h/templ/cmd/templ@latest