CI debugging using a reverse shell technique based on SSH.
Go to file
2024-07-30 00:02:52 +02:00
.idea added makefile for building. 2024-07-18 19:12:09 +02:00
cmd 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-07-29 23:56:44 +02:00
kubernetes Updated deployment with username and password settings. 2024-07-26 21:11:40 +02:00
pkg removed hardcoded host used for testing. 2024-07-30 00:02:52 +02:00
static missing files checked in: 2024-07-29 23:58:48 +02:00
.gitignore missing files checked in: 2024-07-29 23:58:48 +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-07-29 23:56:44 +02:00
Dockerfile docs page now working again. 2024-07-29 19:49:47 +02:00
go.mod Now rendering the index.html using the Templ library. 2024-07-28 21:31:17 +02:00
go.sum Now rendering the index.html using the Templ library. 2024-07-28 21:31:17 +02:00
Makefile Now rendering the index.html using the Templ library. 2024-07-28 21:31:17 +02:00
README.md Now rendering the index.html using the Templ library. 2024-07-28 21:31:17 +02:00
render.sh missing files checked in: 2024-07-29 23:58:48 +02:00

  • Environment

Go version 1.21

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