Commit Graph

23 Commits

Author SHA1 Message Date
3e4ad7dff6 timezone handling now moved to a separate script that does not leak any symbols. 2024-09-08 11:16:49 +02:00
0ac1b0e1e4 persistent forms now only leaks ther required event handler and not the functions it uses internally. 2024-09-08 11:16:49 +02:00
0c18689afd Generalized persistence of forms in separate js file.
Some minor improvements to the usage instructions.
2024-09-08 11:16:49 +02:00
Erik Brakkee
b4b962d859 remove some console logs in the javascript
prometheus now listening on separate port
fixed powershell command for setting up authorized keys.
2024-09-08 11:16:49 +02:00
b0aaec03fe Added a banner and logo. 2024-09-08 11:16:49 +02:00
1b1f8f2167 A lot of work in getting cut and paste from the UI to
work properly.

Wrote two web components. One for cut and paste in general, and another for code samples.
2024-09-08 11:16:49 +02:00
a5a923b477 missing files checked in:
htmx + websocket extension
render.sh script for generating html of the webinterface for quickly
seeing results after modifying templates.
.gitignore file for ignoring generated stuff.
2024-09-08 11:16:49 +02:00
80a536c70e docs page now working again. 2024-09-08 11:16:49 +02:00
4b05d7e8d8 Now rendering the index.html using the Templ library.
This is in preparation for:
1. creating a base page
2. using tabs: Home, Using, Downloads, Status
3. htmx
2024-09-08 11:16:49 +02:00
4d660a6805 Updated deployment with username and password settings.
index.html template now also uses the configured password.
2024-09-08 11:16:49 +02:00
Erik Brakkee
78b55fd063 doc updates. 2024-09-08 11:16:48 +02:00
Erik Brakkee
1c9dec8690 doc updates. 2024-09-08 11:16:48 +02:00
Erik Brakkee
d839583f7b communication between agent and server. Removed the flags libray for command-line parsing.
Heartbeat mechanism from client to server over the custom connection for sending events to guarantee that the connectoin stays up.
2024-09-08 11:16:48 +02:00
c976ee881a documentation updates. 2024-09-08 11:16:48 +02:00
861fa85843 minor update to docs. 2024-09-08 11:16:48 +02:00
6e2ed858e4 fileserver now uses go template language.
updated docs for windows.
2024-09-08 11:16:48 +02:00
Erik Brakkee
2f40f86294 cross compilation on windows working.
pty.Start() is not supported on windows
2024-09-08 11:16:48 +02:00
9fc0241d08 lots of work to make it actually work.
Icluding the server keep alive interval.
Fix where expiry duration was added twice.
2024-09-08 11:16:48 +02:00
aa46ed7b5c Lots of work on docuemtation. The docs page now shows the correct
installation dependent URLs. For now using ServerALiveInterval
to avoid disconnects.
2024-09-08 11:16:48 +02:00
19c728938a updated docs for new proxycommand. 2024-09-08 11:16:48 +02:00
7ee5658cbc added proxycomamnd to be used directly by ssh 2024-09-08 11:16:48 +02:00
f5bc8d7b74 redirect all non-matched urls to the docs. 2024-09-08 11:16:48 +02:00
91cc99fdfe now with online downloads and docs. 2024-09-08 11:16:48 +02:00