Commit Graph

26 Commits

Author SHA1 Message Date
d7efa60cea send command telemetry one word at a time instead of one letter at a
Some checks failed
Build and Deploy to K3s / deploy (push) Blocked by required conditions
Build and Deploy to K3s / test (push) Successful in 2m9s
Build and Deploy to K3s / lint (push) Successful in 1m34s
Build and Deploy to K3s / build-and-push (push) Has been cancelled
time. remove escape sequences.
2025-12-01 00:48:25 -08:00
7bfbe0d86e Switch to forked pop-telemetry with custom Umami endpoint support
All checks were successful
Build and Deploy to K3s / test (push) Successful in 2m13s
Build and Deploy to K3s / lint (push) Successful in 1m37s
Build and Deploy to K3s / build-and-push (push) Successful in 5m22s
Build and Deploy to K3s / deploy (push) Successful in 9s
- Use forked pop-telemetry from github.com/jasonwitty/pop-cli
- Implement init_with_website_id to configure custom endpoint and website ID
- Add --umami-endpoint and --umami-website-id CLI parameters
- Default endpoint: http://unami.wittyoneoff.com/api/send
- Default website ID: caefa16f-86af-4835-8b82-c8649aea0e2a
- Maintains backward compatibility with config file opt-out support

This allows webterm to send analytics to our self-hosted Umami instance
instead of the default pop-cli telemetry endpoint.
2025-11-30 22:44:19 -08:00
e0535a033b hotfix for telemetry hotfix for profiles config
Some checks failed
Build and Deploy to K3s / test (push) Successful in 2m6s
Build and Deploy to K3s / lint (push) Successful in 1m33s
Build and Deploy to K3s / build-and-push (push) Successful in 5m35s
Build and Deploy to K3s / deploy (push) Failing after 8s
2025-11-30 03:34:08 -08:00
850cf32b50 - add cargo fmt / clippy to actions build. - add common unit tests. -
All checks were successful
Build and Deploy to K3s / test (push) Successful in 2m40s
Build and Deploy to K3s / lint (push) Successful in 1m33s
Build and Deploy to K3s / build-and-push (push) Successful in 5m17s
Build and Deploy to K3s / deploy (push) Successful in 9s
improved security sanitization - security spcecific unit tests - add
unit tests to workflow build - add unami analytics.
2025-11-30 01:37:07 -08:00
12f2d6e6af - modernize packages and rust edition. - increase timeout for rollout -
Some checks failed
Build and Deploy to K3s / deploy (push) Blocked by required conditions
Build and Deploy to K3s / build-and-push (push) Has been cancelled
increment cargo version
2025-11-28 14:43:49 -08:00
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