Commit Graph

21 Commits

Author SHA1 Message Date
6e48c095ab Initial commit: Socktop WebTerm with k3s deployment
- Multi-architecture Docker image (ARM64 + AMD64)
- Kubernetes manifests for 3-replica deployment
- Traefik ingress configuration
- NGINX Proxy Manager integration
- ConfigMap-based configuration
- Automated build and deployment scripts
- Session monitoring tools
2025-11-28 01:31:33 -08:00
Fabian Freyer
ebadd2bc10 chore: remove extra extern crates 2019-09-29 04:46:26 +02:00
Fabian Freyer
e74a974d51 Update to actix-web 1.0 and use handlebars 2019-09-29 04:46:26 +02:00
Fabian Freyer
327cd488bb Added command line parser 2019-07-02 04:33:49 +02:00
Fabian Freyer
09f8b4ffd7 refactor: make ui endpoint configurable
* use askama template for UI endpoint
* make UI endpoint configurable
2019-03-29 17:35:04 -04:00
Fabian Freyer
093e87fad9 Make command configurable per-request 2019-03-29 11:32:35 -04:00
Fabian Freyer
c9c85aacab Handle child death 2019-03-29 10:57:11 -04:00
Fabian Freyer
41bfce1f14 bug: fix row/column confusion for resize 2019-03-29 10:55:49 -04:00
Fabian Freyer
e63ad944d7 refactor: split up bin and lib 2019-03-29 10:55:44 -04:00
Fabian Freyer
6bdfd1118a make webterm_socket endpoint configurable 2019-03-29 10:55:21 -04:00
Fabian Freyer
94709feb3d refactor: move some logic into WebTermExt trait 2019-03-29 08:53:41 -04:00
Fabian Freyer
d6f1eb671c chore: rustfmt 2019-03-29 08:53:41 -04:00
Fabian Freyer
4f3e8f6443 refactor: move things into event module 2019-03-29 08:53:41 -04:00
Fabian Freyer
04f1013f93 refactor: rename structs 2019-03-29 08:53:41 -04:00
Fabian Freyer
d1d284f995 bug: fix terminado tests 2019-03-29 08:53:41 -04:00
Fabian Freyer
53bacdda00 refactor: improve error handling 2019-03-29 08:53:41 -04:00
Fabian Freyer
01fa4bb66f try_from is stabilized 2019-03-29 08:53:41 -04:00
Fabian Freyer
6fd5fdece0 chore: fix clippy lints 2019-03-29 08:53:41 -04:00
Fabian Freyer
abb0d810de Implement proper resizing with terminado. 2019-03-29 08:53:41 -04:00
Fabian Freyer
068b302947 chore: License under BSD-3-Clause 2019-03-04 08:24:56 +01:00
Fabian Freyer
db50e1ccfe Initial commit 2019-01-04 03:15:53 +01:00