Compare commits

..

2 Commits

Author SHA1 Message Date
4204773492 connect to unami over https./
All checks were successful
Build and Deploy to K3s / test (push) Successful in 2m6s
Build and Deploy to K3s / lint (push) Successful in 1m31s
Build and Deploy to K3s / build-and-push (push) Successful in 5m21s
Build and Deploy to K3s / deploy (push) Successful in 1m14s
2025-11-30 09:44:00 -08:00
57e8ad6f78 Revert "Update deployment to use version 0.3.5 from Cargo.toml"
This reverts commit 634e28113b.
2025-11-30 09:23:48 -08:00
4 changed files with 5 additions and 5 deletions

2
Cargo.lock generated
View File

@ -2610,7 +2610,7 @@ dependencies = [
[[package]]
name = "webterm"
version = "0.3.5"
version = "0.3.6"
dependencies = [
"actix",
"actix-files",

View File

@ -6,7 +6,7 @@ documentation = "https://docs.rs/webterm"
readme = "README.md"
categories = ["web-programming", "web-programming::websocket", "web-programming::http-server", "command-line-utilities"]
keywords = ["terminal", "xterm", "websocket", "terminus", "console"]
version = "0.3.5"
version = "0.3.6"
authors = ["fabian.freyer@physik.tu-berlin.de","jasonpwitty+socktop@proton.me"]
edition = "2021"
license = "BSD-3-Clause"

View File

@ -27,7 +27,7 @@ spec:
# Init container to set up configuration
initContainers:
- name: init-config
image: gt.wittyoneoff.com/jason/socktop-webterm:0.3.5
image: gt.wittyoneoff.com/jason/socktop-webterm:0.2.2
imagePullPolicy: Always
command: ["/bin/bash", "-c"]
args:
@ -85,7 +85,7 @@ spec:
containers:
- name: webterm
image: gt.wittyoneoff.com/jason/socktop-webterm:0.3.5
image: gt.wittyoneoff.com/jason/socktop-webterm:0.2.2
imagePullPolicy: Always
command: ["/docker-entrypoint.sh"]

View File

@ -71,7 +71,7 @@
<!-- Umami Analytics -->
<script
defer
src="http://unami.wittyoneoff.com/script.js"
src="https://unami.wittyoneoff.com/script.js"
data-website-id="caefa16f-86af-4835-8b82-c8649aea0e2a"
></script>
</head>