Skip to content

Commit 664951e

Browse files
committed
docs(gen): review tutorial
1 parent 8fb0e0e commit 664951e

File tree

6 files changed

+17
-13
lines changed

6 files changed

+17
-13
lines changed

tutorials/access-mac-mini-with-reemo/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tags: mac m1 reemo remote desktop
55
products:
66
- apple-silicon
77
dates:
8-
validation: 2025-01-30
8+
validation: 2025-08-05
99
posted: 2022-02-18
1010
validation_frequency: 12
1111
---

tutorials/configure-plex-s3/index.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ products:
77
- object-storage
88
- instances
99
dates:
10-
validation: 2025-01-30
10+
validation: 2025-08-05
1111
posted: 2018-09-24
1212
validation_frequency: 12
1313
---
@@ -21,6 +21,10 @@ Plex is a client/server media player system comprising two main components:
2121
- The **Plex Server** application, which is available for Windows, macOS, Linux, and even some NAS devices.
2222
- **Plex clients** that can be either a web-based interface, an application on smart TVs, streaming boxes, or other third-party applications.
2323

24+
<Message type="note">
25+
Plex changed it's licensing policy recently and it requires a paid license to stream media. An open-source self-hosted alternative to Plex is [Jellyfin](https://jellyfin.org/)
26+
</Message>
27+
2428
<Requirements />
2529

2630
- A Scaleway account logged into the [console](https://console.scaleway.com)

tutorials/installation-uncomplicated-firewall/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tags: Firewall UFW port-25
55
products:
66
- instances
77
dates:
8-
validation: 2025-01-30
8+
validation: 2025-08-05
99
posted: 2018-07-18
1010
validation_frequency: 12
1111
---

tutorials/jitsi-docker/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ products:
55
- compute
66
tags: media Jitsi-Meet videoconferencing Docker deployment
77
dates:
8-
validation: 2025-01-30
8+
validation: 2025-08-05
99
posted: 2020-03-24
1010
validation_frequency: 12
1111
---

tutorials/prometheus-monitoring-grafana-dashboard/index.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ hero: assets/scaleway-grafana-prometheus.webp
66
products:
77
- instances
88
dates:
9-
validation: 2025-01-30
9+
validation: 2025-08-05
1010
posted: 2018-06-07
1111
validation_frequency: 12
1212
---
@@ -55,23 +55,23 @@ In this tutorial, you will learn how to use a Prometheus Monitoring Instance wit
5555

5656
1. Download Node Exporter:
5757
```
58-
wget https://github.com/prometheus/node_exporter/releases/download/v1.8.2/node_exporter-1.8.2.linux-amd64.tar.gz
58+
wget https://github.com/prometheus/node_exporter/releases/download/v1.9.1/node_exporter-1.9.1.linux-amd64.tar.gz
5959
```
6060

6161
2. Unpack the archive:
6262
```
63-
tar xvf node_exporter-1.8.2.linux-amd64.tar.gz
63+
tar xvf node_exporter-1.9.1.linux-amd64.tar.gz
6464
```
6565

6666
3. Copy the binary and set ownership:
6767
```
68-
cp node_exporter-1.8.2.linux-amd64/node_exporter /usr/local/bin
68+
cp node_exporter-1.9.1.linux-amd64/node_exporter /usr/local/bin
6969
chown node_exporter:node_exporter /usr/local/bin/node_exporter
7070
```
7171

7272
4. Remove unnecessary files to avoid clutter in your system:
7373
```
74-
rm -rf node_exporter-1.8.2.linux-amd64.tar.gz node_exporter-1.8.2.linux-amd64
74+
rm -rf node_exporter-1.9.1.linux-amd64.tar.gz node_exporter-1.9.1.linux-amd64
7575
```
7676

7777
5. Create systemd service file:
@@ -117,9 +117,9 @@ In this tutorial, you will learn how to use a Prometheus Monitoring Instance wit
117117
1. Download and unpack Prometheus:
118118
```
119119
apt-get update && apt-get upgrade
120-
wget https://github.com/prometheus/prometheus/releases/download/v3.1.0/prometheus-3.1.0.linux-amd64.tar.gz
121-
tar xfz prometheus-3.1.0.linux-amd64.tar.gz
122-
cd prometheus-3.1.0.linux-amd64/
120+
wget https://github.com/prometheus/prometheus/releases/download/v3.5.0/prometheus-3.5.0.linux-amd64.tar.gz
121+
tar xfz prometheus-3.5.0.linux-amd64.tar.gz
122+
cd prometheus-3.5.0.linux-amd64/
123123
```
124124

125125
2. Copy binaries and set ownership:

tutorials/traefik-v2-cert-manager/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ products:
88
- domains-and-dns
99
- load-balancer
1010
dates:
11-
validation: 2025-01-30
11+
validation: 2025-08-05
1212
posted: 2020-07-01
1313
validation_frequency: 12
1414
---

0 commit comments

Comments
 (0)