Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli: Output explore URLs on push
cloudhead committed 2 years ago
commit b80e6d479dfe87cd3bf703dcea24905da64c685e
parent 0a4d22425344d3a21223d3ada4e35c44e82fd2cf
1 file changed +1 -1
modified radicle-httpd/src/api/v1/profile.rs
@@ -71,7 +71,7 @@ mod routes {
            response.json().await,
            json!({
              "config": {
-
                "publicExplorer": "https://app.radicle.xyz/nodes/$host/$rid",
+
                "publicExplorer": "https://app.radicle.xyz/nodes/$host/$rid$path",
                "preferredSeeds": [
                  "z6MkrLMMsiPWUcNPHcRajuMi9mDfYckSoJyPwwnknocNYPm7@seed.radicle.garden:8776"
                ],