connect to unami over https./
All checks were successful
All checks were successful
This commit is contained in:
parent
57e8ad6f78
commit
4204773492
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -2610,7 +2610,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "webterm"
|
name = "webterm"
|
||||||
version = "0.3.5"
|
version = "0.3.6"
|
||||||
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.5"
|
version = "0.3.6"
|
||||||
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"
|
||||||
|
|||||||
@ -71,7 +71,7 @@
|
|||||||
<!-- Umami Analytics -->
|
<!-- Umami Analytics -->
|
||||||
<script
|
<script
|
||||||
defer
|
defer
|
||||||
src="http://unami.wittyoneoff.com/script.js"
|
src="https://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