mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-11-22 11:22:59 +03:00
remove http_proxy link on homepage, add short project description
This commit is contained in:
parent
3a2d631906
commit
7b2456a211
@ -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
|
||||
|
||||
|
@ -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}`))
|
||||
|
@ -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"))
|
||||
|
@ -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: {}
|
||||
"#,
|
||||
|
Loading…
Reference in New Issue
Block a user