Skip to content

Commit 85a8c71

Browse files
bene2k1nerda-codes
andauthored
docs(gen): tutorials review 2025-07-16 (#5289)
* docs(gen): tutorials review 2025-07-16 * Update tutorials/s3cmd/index.mdx Co-authored-by: Néda <[email protected]> * Update tutorials/s3cmd/index.mdx Co-authored-by: Néda <[email protected]> --------- Co-authored-by: Néda <[email protected]>
1 parent db5eef8 commit 85a8c71

File tree

33 files changed

+64
-60
lines changed

33 files changed

+64
-60
lines changed

tutorials/cilicon-self-hosted-ci-on-apple-silicon/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ categories:
55
- apple-silicon
66
tags: cilicon continuous-integration
77
dates:
8-
validation: 2024-12-24
8+
validation: 2025-07-16
99
posted: 2023-12-14
1010
---
1111
import Requirements from '@macros/iam/requirements.mdx'

tutorials/deploy-chatwoot-self-care/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tags: chatwoot crm customer-service
55
categories:
66
- instances
77
dates:
8-
validation: 2025-01-02
8+
validation: 2025-07-16
99
posted: 2023-05-16
1010
---
1111
import image from './assets/scaleway-chatwoot-dashboard.webp'

tutorials/deploy-clickhouse-database/index.mdx

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ hero: assets/scaleway-clickhouse.webp
66
categories:
77
- instances
88
dates:
9-
validation: 2025-01-02
9+
validation: 2025-07-16
1010
posted: 2022-12-01
1111
---
1212
import Requirements from '@macros/iam/requirements.mdx'
@@ -48,20 +48,12 @@ ClickHouse® is an open-source column-oriented database management system that a
4848
```
4949
6. Start the ClickHouse server:
5050
```
51-
clickhouse start
51+
./clickhouse server
5252
```
5353

5454
7. Start the `clickhouse-client` with:
5555
```
56-
clickhouse-client --password
57-
```
58-
Enter the password when prompted:
59-
```
60-
root@scw-epic-chatelet:~# clickhouse-client --password
61-
ClickHouse client version 24.6.1.3936 (official build).
62-
Password for user (default):
63-
Connecting to localhost:9000 as user default.
64-
Connected to ClickHouse server version 24.6.1.
56+
./clickhouse client
6557
```
6658

6759
ClickHouse provides a wide range of demo datasets and tutorials to load and test the application. Visit the [official website](https://clickhouse.com/docs/en/getting-started/example-datasets/) and [documentation](https://clickhouse.com/docs/en/home/) for more information.

tutorials/easydeploy-gitlab-runner/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to deploy GitLab Runner on Scaleway Kubernetes clusters u
44
categories:
55
- kubernetes
66
dates:
7-
validation: 2025-01-06
7+
validation: 2025-07-16
88
posted: 2024-06-20
99
---
1010
import Requirements from '@macros/iam/requirements.mdx'

tutorials/enabling-encryption-in-kapsule-with-cilium/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tags: encryption cilium kapsule wireguard
55
categories:
66
- kubernetes
77
dates:
8-
validation: 2024-12-31
8+
validation: 2024-07-16
99
posted: 2024-12-31
1010
---
1111
import Requirements from '@macros/iam/requirements.mdx'
@@ -43,7 +43,7 @@ The `CiliumNodeConfig` resource defines encryption settings for Cilium. It enabl
4343
encrypt-node: "false"
4444
```
4545
<Message type="note">
46-
* `matchLabels: {}` applies encryption to **all nodes** in the cluster.
46+
* `matchLabels: {}` applies encryption to **all nodes** in the cluster.
4747
* Adjust `nodeSelector` if you want to target specific nodes (e.g., nodes labeled `k8s.scaleway.com/managed: "true"`).
4848
</Message>
4949
2. Deploy the `CiliumNodeConfig` resource to your cluster using `kubectl`:

tutorials/gitlab-instant-app/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tags: apps GitLab InstantApp
55
categories:
66
- instances
77
dates:
8-
validation: 2025-01-02
8+
validation: 2025-07-16
99
posted: 2015-05-07
1010
---
1111
import Requirements from '@macros/iam/requirements.mdx'

tutorials/install-ispconfig/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ categories:
66
- domains-and-dns
77
tags: hosting ISPconfig Ubuntu Linux
88
dates:
9-
validation: 2025-01-02
9+
validation: 2025-07-16
1010
posted: 2019-01-25
1111
---
1212
import Requirements from '@macros/iam/requirements.mdx'
1313

1414

15-
ISPConfig is an open-source, transparent, free, stable, and secure administration tool, available in more than 20 languages.
16-
ISPConfig simplifies the management of various web hosting services such as DNS configuration, domain name management, email, or FTP file transfer.
15+
ISPConfig is an open-source, transparent, free, stable, and secure administration tool, available in more than 20 languages.
16+
ISPConfig simplifies the management of various web hosting services such as DNS configuration, domain name management, email, or FTP file transfer.
1717
It can be used to manage a single server, multiple servers for larger setups, or even mirrored clusters.
1818

1919
<Requirements />

tutorials/install-openlitespeed-wordpress/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ categories:
55
- instances
66
tags: OpenLiteSpeed Wordpress Ubuntu Bionic-Beaver php
77
dates:
8-
validation: 2025-01-02
8+
validation: 2025-07-16
99
posted: 2019-08-07
1010
---
1111
import image from './assets/scaleway-ols_demo.webp'

tutorials/install-openvpn/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tags: vpn OpenVPN Ubuntu
55
categories:
66
- instances
77
dates:
8-
validation: 2025-01-06
8+
validation: 2025-07-16
99
posted: 2019-01-16
1010
---
1111
import Requirements from '@macros/iam/requirements.mdx'

tutorials/install-wireguard/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ categories:
55
- instances
66
tags: vpn WireGuard Linux android
77
dates:
8-
validation: 2025-01-02
8+
validation: 2025-07-16
99
posted: 2019-03-28
1010
---
1111
import image from './assets/scaleway-wg-android-home.webp'

0 commit comments

Comments
 (0)