Radish alpha
r
rad:z371PVmDHdjJucejRoRYJcDEvD5pp
Radicle website including documentation and guides
Radicle
Git
Adds follow redirect option to curl invocations
Johannes Kühlewindt committed 5 months ago
commit d094823ced4e02d523496771ad0f94313eb33ee7
parent e8f1c00
11 files changed +12 -12
modified _guides/seeder.md
@@ -436,7 +436,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`:

-
    curl -sS https://seed.radicle.xyz/raw/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5/570a7eb141b6ba001713c46345d79b6fead1ca15/systemd/radicle-node.service -o /etc/systemd/system/radicle-node.service
+
    curl -sSL 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`.
@@ -533,7 +533,7 @@ node.
As with `radicle-node`, we can start by downloading an example `systemd` unit
file for the daemon:

-
    curl -sS https://seed.radicle.xyz/raw/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5/570a7eb141b6ba001713c46345d79b6fead1ca15/systemd/radicle-httpd.service -o /etc/systemd/system/radicle-httpd.service
+
    curl -sSL 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`.
modified _guides/user.md
@@ -111,7 +111,7 @@ used for source code and collaborative programming. </aside>
The easiest way to install Radicle is by firing up your terminal and running
the following command:

-
    $ curl -sSf {{ site.url }}/install | sh
+
    $ curl -sSLf {{ site.url }}/install | sh

This command runs an installer script that automates the setup process, by:

modified _includes/install.html
@@ -51,7 +51,7 @@
</style>

<div id="install">
-
  <code id="install-command">curl -sSf {{ site.url }}/install | sh</code>
+
  <code id="install-command">curl -sSLf {{ site.url }}/install | sh</code>
  <span id="install-copy">
    <svg width="16" height="16" viewBox="0 0 192 192" fill="none" xmlns="http://www.w3.org/2000/svg">
      <rect x="60" y="24" width="12" height="12" fill="currentColor"/>
modified _posts/2024-09-10-radicle-1.0.0.md
@@ -20,7 +20,7 @@ have done it without you!

You can grab the latest release with the following command:

-
    curl -sSf {{ site.url }}/install | sh
+
    curl -sSLf {{ site.url }}/install | sh

Or head over to the [download](/download) section to download and verify the
binaries yourself.
modified _posts/2024-12-05-radicle-1.1.0.md
@@ -11,7 +11,7 @@ To upgrade or install, head to the [download](/download) section, or run the
following command from your terminal:

```
-
curl -sSf {{ site.url }}/install | sh -s -- --version=1.1.0
+
curl -sSLf {{ site.url }}/install | sh -s -- --version=1.1.0
```

## Database migration
modified _posts/2025-06-02-radicle-1.2.0.md
@@ -11,7 +11,7 @@ To upgrade or install, head to the [download](/download) section, or run the
following command from your terminal:

```
-
curl -sSf {{ site.url }}/install | sh -s -- --version=1.2.0
+
curl -sSLf {{ site.url }}/install | sh -s -- --version=1.2.0
```

**Huge** thanks to all the contributors, many of which are contributors from outside of the team. We appreciate the community that is being built here 🌱
modified _posts/2025-07-17-radicle-1.2.1.md
@@ -8,7 +8,7 @@ The Radicle team is delighted to announce the release of Radicle 1.2.1 (29043134
## Installation

```
-
curl -sSf {{ site.url }}/install | sh -s -- --no-modify-path --version=1.2.1
+
curl -sSLf {{ site.url }}/install | sh -s -- --no-modify-path --version=1.2.1
```

## Migration of Node DNS Names (Action Required)
modified _posts/2025-08-12-radicle-1.3.0.md
@@ -11,7 +11,7 @@ protocol and tooling via their contributions and usage reports 👾
## Installation

```
-
curl -sSf {{ site.url }}/install | sh -s -- --no-modify-path --version=1.3.0
+
curl -sSLf {{ site.url }}/install | sh -s -- --no-modify-path --version=1.3.0
```

## Canonical References
modified _posts/2025-09-03-radicle-1.4.0.md
@@ -21,7 +21,7 @@ this release:
## Installation

```
-
curl -sSf {{ site.url }}/install | sh -s -- --no-modify-path --version=1.4.0
+
curl -sSLf {{ site.url }}/install | sh -s -- --no-modify-path --version=1.4.0
```

## Canonical Reference Improvements
modified _posts/2025-09-04-radicle-1.4.0.md
@@ -21,7 +21,7 @@ this release:
## Installation

```
-
curl -sSf {{ site.url }}/install | sh -s -- --no-modify-path --version=1.4.0
+
curl -sSLf {{ site.url }}/install | sh -s -- --no-modify-path --version=1.4.0
```

## Canonical Reference Improvements
modified _posts/2025-09-30-radicle-1.5.0.md
@@ -17,7 +17,7 @@ Thanks to the following contributors for their effort in making Radicle better:
## Installation

```
-
curl -sSf {{ site.url }}/install | sh -s -- --no-modify-path --version=1.5.0
+
curl -sSLf {{ site.url }}/install | sh -s -- --no-modify-path --version=1.5.0
```

## Better Support for Bare Repositories