remove http_proxy link on homepage, add short project description

This commit is contained in:
dr-frmr 2023-11-28 21:38:48 -05:00
parent 3a2d631906
commit 7b2456a211
No known key found for this signature in database
4 changed files with 7 additions and 5 deletions

View File

@ -2,6 +2,9 @@
name = "uqbar"
version = "0.3.0"
edition = "2021"
description = "a general-purpose sovereign cloud computing platform"
homepage = "https://uqbar.network"
repository = "https://github.com/uqbar-dao/uqbar"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -197,7 +197,6 @@
<h4>Apps:</h4>
<!-- <a id="file-transfer" href="/file-transfer">File Transfer</a> -->
<a id="chess" href="/chess:chess:uqbar/">Chess [NOT WORKING]</a>
<a id="http-proxy" href="/http_proxy:http_proxy:uqbar/">HTTP Proxy</a>
</div>
<script>window.ourName = window.our = '${our}'</script>
<script>
@ -216,8 +215,6 @@
// fileTransferLink.attributes.href.value = (window.location.pathname + fileTransferLink.attributes.href.value).replace('//', '/')
const chessLink = document.getElementById('chess')
chessLink.attributes.href.value = (window.location.pathname + chessLink.attributes.href.value).replace('//', '/')
const httpProxyLink = document.getElementById('http-proxy')
httpProxyLink.attributes.href.value = (window.location.pathname + httpProxyLink.attributes.href.value).replace('//', '/')
console.log('OUR NODE NAME:', window.our)
console.log(getCookie(`uqbar-ws-auth_${window.our}`))

View File

@ -49,9 +49,9 @@ const REVEAL_IP: bool = true;
#[tokio::main]
async fn main() {
let matches = Command::new("Uqbar")
.version("0.1.0")
.version("0.3.0")
.author("Uqbar DAO")
.about("A decentralized operating system")
.about("A General Purpose Sovereign Cloud Computing Platform")
.arg(arg!([home] "Path to home directory").required(true))
.arg(arg!(--rpc <WS_URL> "Ethereum RPC endpoint (must be wss://)").required(true))
.arg(arg!(--llm <LLM_URL> "LLM endpoint"))

View File

@ -137,6 +137,7 @@ pub async fn terminal(
!UU lUL UU !UUl^ 888
`" lUL UU '^ 888 {}
"" 888 version {}
a general purpose sovereign cloud computer
networking public key: {}
"#,
@ -159,6 +160,7 @@ pub async fn terminal(
888
888 {}
888 version {}
a general purpose sovereign cloud computer
networking pubkey: {}
"#,