From 292dce8e4dee862120d1c21288fe48d912518afe Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Tue, 8 Oct 2024 14:04:24 +0200 Subject: [PATCH] chore(tuto): tutorials content review 2024-10-08 --- tutorials/deploy-awstats/index.mdx | 2 +- tutorials/get-started-containers-docker/index.mdx | 2 +- tutorials/get-started-deploy-kapsule/index.mdx | 2 +- .../getting-started-with-kops-on-scaleway/index.mdx | 4 ++-- tutorials/hadoop/index.mdx | 2 +- tutorials/hestiacp/index.mdx | 12 ++++++------ .../index.mdx | 2 +- tutorials/python-lists-dicts/index.mdx | 2 +- tutorials/self-hosted-repository-gitea/index.mdx | 4 ++-- tutorials/send-sms-iot-device-twilio/index.mdx | 2 +- .../index.mdx | 2 +- tutorials/setup-nomad-cluster/index.mdx | 2 +- .../use-container-registry-github-actions/index.mdx | 2 +- tutorials/zammad-ticketing/index.mdx | 6 +++--- 14 files changed, 23 insertions(+), 23 deletions(-) diff --git a/tutorials/deploy-awstats/index.mdx b/tutorials/deploy-awstats/index.mdx index b41496f087..af2ec09fb1 100644 --- a/tutorials/deploy-awstats/index.mdx +++ b/tutorials/deploy-awstats/index.mdx @@ -9,7 +9,7 @@ categories: - instances tags: AwStats FTP Apache dates: - validation: 2024-04-04 + validation: 2024-10-08 posted: 2018-12-03 --- diff --git a/tutorials/get-started-containers-docker/index.mdx b/tutorials/get-started-containers-docker/index.mdx index 2c1bc13056..e3e3dd923d 100644 --- a/tutorials/get-started-containers-docker/index.mdx +++ b/tutorials/get-started-containers-docker/index.mdx @@ -9,7 +9,7 @@ tags: Kubernetes Docker categories: - kubernetes dates: - validation: 2024-04-04 + validation: 2024-10-08 posted: 2022-04-07 --- diff --git a/tutorials/get-started-deploy-kapsule/index.mdx b/tutorials/get-started-deploy-kapsule/index.mdx index 5f5eaa63d9..68b8cd9463 100644 --- a/tutorials/get-started-deploy-kapsule/index.mdx +++ b/tutorials/get-started-deploy-kapsule/index.mdx @@ -9,7 +9,7 @@ tags: Kubernetes nodeport kubectl categories: - kubernetes dates: - validation: 2024-04-04 + validation: 2024-10-08 posted: 2022-05-05 --- diff --git a/tutorials/getting-started-with-kops-on-scaleway/index.mdx b/tutorials/getting-started-with-kops-on-scaleway/index.mdx index 4c5b45dfe2..3554068e73 100644 --- a/tutorials/getting-started-with-kops-on-scaleway/index.mdx +++ b/tutorials/getting-started-with-kops-on-scaleway/index.mdx @@ -9,7 +9,7 @@ tags: kops kubernetes categories: - kubernetes dates: - validation: 2024-04-04 + validation: 2024-10-08 posted: 2023-03-23 validation_frequency: 24 --- @@ -53,7 +53,7 @@ export KOPS_FEATURE_FLAGS="Scaleway" ## Creating a single master cluster using kOps - Currently, you can only create a kOps cluster in a single Availability Zone (`fr-par-1`, `fr-par-2`, `fr-par-3`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`, `pl-waw-2`). + Currently, you can only create a kOps cluster in a single Availability Zone (`fr-par-1`, `fr-par-2`, `fr-par-3`, `nl-ams-1`, `nl-ams-2`, `nl-ams-3`, `pl-waw-1`, `pl-waw-2`, `pl-waw-3`). * Create a cluster in the `fr-par-1` Availability Zone, by running the following command: diff --git a/tutorials/hadoop/index.mdx b/tutorials/hadoop/index.mdx index 071f2fc45f..b2f35977a8 100644 --- a/tutorials/hadoop/index.mdx +++ b/tutorials/hadoop/index.mdx @@ -9,7 +9,7 @@ tags: Hadoop big-data Ubuntu categories: - compute dates: - validation: 2024-04-04 + validation: 2024-10-08 posted: 2018-08-29 --- diff --git a/tutorials/hestiacp/index.mdx b/tutorials/hestiacp/index.mdx index 48e5a3f75b..9cb98aa13c 100644 --- a/tutorials/hestiacp/index.mdx +++ b/tutorials/hestiacp/index.mdx @@ -1,14 +1,14 @@ --- meta: - title: Setting up HestiaCP to manage your Instance - description: Learn how to install HestiaCP to manage your compute Instances with ease. + title: Setting up HestiaCP to manage your Scaleway Instance + description: Learn how to install HestiaCP to manage your Scaleway Instances with ease. content: - h1: Setting up HestiaCP to manage your Instance - paragraph: Learn how to install HestiaCP to manage your Instances with ease. + h1: Setting up HestiaCP to manage your Scaleway Instance + paragraph: Learn how to install HestiaCP to manage your Scaleway Instances with ease. tags: HestiaCP control-panel - instances dates: - validation: 2024-04-04 + validation: 2024-10-08 posted: 2020-07-07 --- @@ -57,7 +57,7 @@ In this tutorial, you will learn how to install and configure HestiaCP on Ubuntu |_| |_|\___||___/\__|_|\__,_|\____|_| Hestia Control Panel - v1.8.1 + v1.8.12 ==================================================================== The following server components will be installed on your system: diff --git a/tutorials/migrate-mysql-databases-postgresql-pgloader/index.mdx b/tutorials/migrate-mysql-databases-postgresql-pgloader/index.mdx index a40e716dae..94a58fb11f 100644 --- a/tutorials/migrate-mysql-databases-postgresql-pgloader/index.mdx +++ b/tutorials/migrate-mysql-databases-postgresql-pgloader/index.mdx @@ -10,7 +10,7 @@ categories: - instances - postgresql-and-mysql dates: - validation: 2024-04-04 + validation: 2024-10-08 posted: 2019-11-19 --- diff --git a/tutorials/python-lists-dicts/index.mdx b/tutorials/python-lists-dicts/index.mdx index 1ee4bf8a2e..d66cb8e28e 100644 --- a/tutorials/python-lists-dicts/index.mdx +++ b/tutorials/python-lists-dicts/index.mdx @@ -9,7 +9,7 @@ tags: python loops categories: - compute dates: - validation: 2024-04-04 + validation: 2024-10-08 posted: 2023-03-23 --- diff --git a/tutorials/self-hosted-repository-gitea/index.mdx b/tutorials/self-hosted-repository-gitea/index.mdx index 1faa0d057c..d5f3084387 100644 --- a/tutorials/self-hosted-repository-gitea/index.mdx +++ b/tutorials/self-hosted-repository-gitea/index.mdx @@ -9,7 +9,7 @@ categories: - instances tags: development Gitea versioning repository dates: - validation: 2024-04-04 + validation: 2024-10-08 posted: 2019-05-28 --- @@ -37,7 +37,7 @@ While Git was initially developed for software development purposes, it can trac ``` 3. Download the Gitea Binary and make it executable: ``` - wget -O gitea https://dl.gitea.com/gitea/1.22/gitea-1.22-linux-amd64 + wget -O gitea https://dl.gitea.com/gitea/1.22.2/gitea-1.22.2-linux-amd64 chmod +x gitea ``` 4. Add the user that will run the Gitea application: diff --git a/tutorials/send-sms-iot-device-twilio/index.mdx b/tutorials/send-sms-iot-device-twilio/index.mdx index 35daa02069..553d124523 100644 --- a/tutorials/send-sms-iot-device-twilio/index.mdx +++ b/tutorials/send-sms-iot-device-twilio/index.mdx @@ -9,7 +9,7 @@ categories: - iot-hub tags: IoT-Hub iot Serverless SMS Twilio dates: - validation: 2024-04-04 + validation: 2024-10-08 posted: 2020-10-13 --- diff --git a/tutorials/setup-elastic-metal-proxmox-cluster-with-private-networks/index.mdx b/tutorials/setup-elastic-metal-proxmox-cluster-with-private-networks/index.mdx index 64344f0224..7270fa77ff 100644 --- a/tutorials/setup-elastic-metal-proxmox-cluster-with-private-networks/index.mdx +++ b/tutorials/setup-elastic-metal-proxmox-cluster-with-private-networks/index.mdx @@ -10,7 +10,7 @@ categories: - vpc tags: Proxmox Elastic-Metal KVM containers dates: - validation: 2024-03-26 + validation: 2024-10-08 posted: 2022-01-10 --- diff --git a/tutorials/setup-nomad-cluster/index.mdx b/tutorials/setup-nomad-cluster/index.mdx index 08f21e09ad..fddb8bc633 100644 --- a/tutorials/setup-nomad-cluster/index.mdx +++ b/tutorials/setup-nomad-cluster/index.mdx @@ -11,7 +11,7 @@ categories: - terraform - instances dates: - validation: 2024-04-04 + validation: 2024-10-08 posted: 2023-03-23 --- diff --git a/tutorials/use-container-registry-github-actions/index.mdx b/tutorials/use-container-registry-github-actions/index.mdx index 8c03e356df..05b7ba1bfd 100644 --- a/tutorials/use-container-registry-github-actions/index.mdx +++ b/tutorials/use-container-registry-github-actions/index.mdx @@ -9,7 +9,7 @@ tags: github container-registry yaml categories: - container-registry dates: - validation: 2024-03-27 + validation: 2024-10-08 posted: 2023-02-27 --- diff --git a/tutorials/zammad-ticketing/index.mdx b/tutorials/zammad-ticketing/index.mdx index f01beab7ed..1bae7226cd 100644 --- a/tutorials/zammad-ticketing/index.mdx +++ b/tutorials/zammad-ticketing/index.mdx @@ -1,16 +1,16 @@ --- meta: title: Deploying the Zammad ticketing solution - description: This page shows how to install and configure the Zammad ticketing solution + description: This page shows how to install and configure the Zammad ticketing solution on Scaleway Instances content: h1: Deploying the Zammad ticketing solution - paragraph: This page shows how to install and configure the Zammad ticketing solution + paragraph: This page shows how to install and configure the Zammad ticketing solution on Scaleway Instances tags: Zammad ticketing support Elasticsearch hero: assets/scaleway_zammad.webp categories: - instances dates: - validation: 2024-04-04 + validation: 2024-10-08 posted: 2020-12-22 ---