Radish alpha
r
rad:z371PVmDHdjJucejRoRYJcDEvD5pp
Radicle website including documentation and guides
Radicle
Git
Fix systemd unit links and OG cards
Alexis Sellier committed 2 years ago
commit 517ec79d5fd501b0e30956a7969355291a19c93f
parent 4b289ff
3 files changed +5 -5
modified _guides/seeder.md
@@ -246,7 +246,7 @@ The first thing to do is to get a copy of the [`radicle-node.service`][radicle-n
unit file. Place it in `/etc/systemd/system/radicle-node.service` for it to
be found by `systemctl`:

-
    sudo curl -sS https://seed.radicle.xyz/raw/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5/49584f4e732fb0039d2089f3c39fd56fc34a2ee3/systemd/radicle-node.service -o /etc/systemd/system/radicle-node.service
+
    sudo curl -sS https://seed.radicle.xyz/raw/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5/570a7eb141b6ba001713c46345d79b6fead1ca15/systemd/radicle-node.service -o /etc/systemd/system/radicle-node.service

Make sure it fits your needs by editing the file directly, or creating an
override using `systemctl edit`.
@@ -408,7 +408,7 @@ HTTP JSON API. For seed nodes, the HTTP Daemon is always configured as a
As with `radicle-node`, we can start by downloading an example `systemd` unit
file for the daemon:

-
    sudo curl -sS https://seed.radicle.xyz/raw/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5/49584f4e732fb0039d2089f3c39fd56fc34a2ee3/systemd/radicle-httpd.service -o /etc/systemd/system/radicle-httpd.service
+
    sudo curl -sS https://seed.radicle.xyz/raw/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5/570a7eb141b6ba001713c46345d79b6fead1ca15/systemd/radicle-httpd.service -o /etc/systemd/system/radicle-httpd.service

Make sure it fits your needs by editing the file directly, or creating an
override using `systemctl edit`.
@@ -485,7 +485,7 @@ and running!

🎊👾

-
[radicle-node]: https://seed.radicle.xyz/raw/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5/49584f4e732fb0039d2089f3c39fd56fc34a2ee3/systemd/radicle-node.service
+
[radicle-node]: https://seed.radicle.xyz/raw/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5/570a7eb141b6ba001713c46345d79b6fead1ca15/systemd/radicle-node.service
[caddy]: https://caddyserver.com/
[caddy-guide]: https://caddyserver.com/docs/running#linux-service
[caddy-install]: https://caddyserver.com/docs/install
modified _includes/meta.html
@@ -11,10 +11,10 @@
<meta name="description" content="Radicle is a decentralized platform for code collaboration, offering secure and sovereign infrastructure for developers.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="twitter:card" content="summary"/>
-
<meta name="twitter:image" content="https://radicle.xyz/assets/images/radicle.svg"/>
+
<meta name="twitter:image" content="https://radicle.xyz/assets/images/og-card.png"/>
<meta name="twitter:site" content="@radicle"/>
<meta name="twitter:creator" content="@radicle"/>
-
<meta property="og:image" content="https://radicle.xyz/assets/images/radicle.svg"/>
+
<meta property="og:image" content="https://radicle.xyz/assets/images/og-card.png"/>
<meta property="og:url" content="https://radicle.xyz"/>
<meta property="og:type" content="website"/>
<meta property="og:title" content="Radicle"/>
added assets/images/og-card.png