Compare commits
No commits in common. "42047734920c45f82ca9c974d198ac7f07c6980b" and "634e28113b190df7025e632ea883662b03f13ab1" have entirely different histories.
4204773492
...
634e28113b
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -2610,7 +2610,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "webterm"
|
name = "webterm"
|
||||||
version = "0.3.6"
|
version = "0.3.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"actix",
|
"actix",
|
||||||
"actix-files",
|
"actix-files",
|
||||||
|
|||||||
@ -6,7 +6,7 @@ documentation = "https://docs.rs/webterm"
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
categories = ["web-programming", "web-programming::websocket", "web-programming::http-server", "command-line-utilities"]
|
categories = ["web-programming", "web-programming::websocket", "web-programming::http-server", "command-line-utilities"]
|
||||||
keywords = ["terminal", "xterm", "websocket", "terminus", "console"]
|
keywords = ["terminal", "xterm", "websocket", "terminus", "console"]
|
||||||
version = "0.3.6"
|
version = "0.3.5"
|
||||||
authors = ["fabian.freyer@physik.tu-berlin.de","jasonpwitty+socktop@proton.me"]
|
authors = ["fabian.freyer@physik.tu-berlin.de","jasonpwitty+socktop@proton.me"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "BSD-3-Clause"
|
license = "BSD-3-Clause"
|
||||||
|
|||||||
@ -27,7 +27,7 @@ spec:
|
|||||||
# Init container to set up configuration
|
# Init container to set up configuration
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: init-config
|
- name: init-config
|
||||||
image: gt.wittyoneoff.com/jason/socktop-webterm:0.2.2
|
image: gt.wittyoneoff.com/jason/socktop-webterm:0.3.5
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
command: ["/bin/bash", "-c"]
|
command: ["/bin/bash", "-c"]
|
||||||
args:
|
args:
|
||||||
@ -85,7 +85,7 @@ spec:
|
|||||||
|
|
||||||
containers:
|
containers:
|
||||||
- name: webterm
|
- name: webterm
|
||||||
image: gt.wittyoneoff.com/jason/socktop-webterm:0.2.2
|
image: gt.wittyoneoff.com/jason/socktop-webterm:0.3.5
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
|
|
||||||
command: ["/docker-entrypoint.sh"]
|
command: ["/docker-entrypoint.sh"]
|
||||||
|
|||||||
@ -71,7 +71,7 @@
|
|||||||
<!-- Umami Analytics -->
|
<!-- Umami Analytics -->
|
||||||
<script
|
<script
|
||||||
defer
|
defer
|
||||||
src="https://unami.wittyoneoff.com/script.js"
|
src="http://unami.wittyoneoff.com/script.js"
|
||||||
data-website-id="caefa16f-86af-4835-8b82-c8649aea0e2a"
|
data-website-id="caefa16f-86af-4835-8b82-c8649aea0e2a"
|
||||||
></script>
|
></script>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user