Skip to content

docs(tutorials): content review 2025-06-09 #5087

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tutorials/abort-multipart-upload-minio/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ content:
h1: Aborting Incomplete Multipart Uploads with MinIO Client
paragraph: This page explains how to abort an incomplete multipart upload with the MinIO client.
tags: minio multipart-uploads
categories:
categories:
- object-storage
dates:
validation: 2024-11-18
validation: 2025-06-09
hero: assets/scaleway_minio.webp
---

Expand Down
6 changes: 3 additions & 3 deletions tutorials/backup-synology-nas-s3-hyper-backup/index.mdx
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
meta:
title: Backing up your Synology NAS on Object Storage using Hyper Backup
title: Backing up your Synology NAS on Scaleway Object Storage using Hyper Backup
description: This page shows you how to back up your Synology NAS on Scaleway Object Storage using Hyper Backup
content:
h1: Backing up your Synology NAS on Object Storage using Hyper Backup
h1: Backing up your Synology NAS on Scaleway Object Storage using Hyper Backup
paragraph: This page shows you how to back up your Synology NAS on Scaleway Object Storage using Hyper Backup
categories:
- object-storage
tags: synology backup hyperbackup nas
hero: assets/scaleway-hyper-backup.webp
dates:
validation: 2024-11-18
validation: 2025-06-09
posted: 2019-12-03
---

Expand Down
16 changes: 8 additions & 8 deletions tutorials/create-openwrt-image-for-scaleway/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
- instances
tags: openwrt qcow2
dates:
validation: 2024-11-18
validation: 2025-06-09
posted: 2022-10-24
---

Expand Down Expand Up @@ -53,8 +53,8 @@ OpenWrt images are available [here](https://openwrt.org/downloads), we are going
Download the image we are going to use in this tutorial:

```
curl -sSLO https://downloads.openwrt.org/releases/22.03.2/targets/x86/64/openwrt-22.03.2-x86-64-generic-ext4-combined-efi.img.gz
gunzip openwrt-22.03.2-x86-64-generic-ext4-combined-efi.img.gz
curl -sSLO https://downloads.openwrt.org/releases/24.10.1/targets/x86/64/openwrt-24.10.1-x86-64-generic-ext4-combined-efi.img.gz
gunzip openwrt-24.10.1-x86-64-generic-ext4-combined-efi.img.gz
```

## Prepare the QCOW2 image
Expand All @@ -74,15 +74,15 @@ QCOW2 images are container images used in [QEMU](https://www.qemu.org/) as virtu
2. Convert the image and resize the target disk size (minimum disk size at Scaleway = 1 GB):

```
qemu-img convert -f raw -O qcow2 openwrt-22.03.2-x86-64-generic-ext4-combined-efi.img openwrt-22.03.2-x86-64-generic-ext4-combined-efi.qcow2
qemu-img resize openwrt-22.03.2-x86-64-generic-ext4-combined-efi.qcow2 1G
qemu-img convert -f raw -O qcow2 openwrt-24.10.1-x86-64-generic-ext4-combined-efi.img openwrt-24.10.1-x86-64-generic-ext4-combined-efi.qcow2
qemu-img resize openwrt-24.10.1-x86-64-generic-ext4-combined-efi.qcow2 1G
```

3. Mount the QCOW2 image as a device

```
modprobe nbd
qemu-nbd -c /dev/nbd0 openwrt-22.03.2-x86-64-generic-ext4-combined-efi.qcow2
qemu-nbd -c /dev/nbd0 openwrt-24.10.1-x86-64-generic-ext4-combined-efi.qcow2
```

<Message type="important">
Expand Down Expand Up @@ -133,7 +133,7 @@ For example:
2. Download the package.

```
curl -sSL -o /mount/temp/kmod-dummy_5.10.146-1_x86_64.ipk https://downloads.openwrt.org/releases/22.03.2/targets/x86/64/packages/kmod-dummy_5.10.146-1_x86_64.ipk
curl -sSL -o /mount/temp/kmod-dummy_5.10.146-1_x86_64.ipk https://downloads.openwrt.org/releases/24.10.1/targets/x86/64/packages/kmod-dummy_5.10.146-1_x86_64.ipk
```

3. Chroot in the image.
Expand Down Expand Up @@ -299,7 +299,7 @@ In this example, we use the [AWS CLI](/object-storage/api-cli/object-storage-aws
1. Import the image into your bucket:

```
aws s3 cp openwrt-22.03.2-x86-64-generic-ext4-combined-efi.qcow2 s3://my-import-bucket/openwrt.qcow2
aws s3 cp openwrt-24.10.1-x86-64-generic-ext4-combined-efi.qcow2 s3://my-import-bucket/openwrt.qcow2
```

2. Trigger the import of the image as a snapshot in one of the regions where the bucket is located, using [SCW CLI](https://github.com/scaleway/scaleway-cli):
Expand Down
2 changes: 1 addition & 1 deletion tutorials/create-valheim-server/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ content:
tags: gaming Valheim
hero: assets/scaleway_valheim.webp
dates:
validation: 2024-11-18
validation: 2025-06-09
categories:
- instances
---
Expand Down
2 changes: 1 addition & 1 deletion tutorials/dhclient-dedibox/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page explains how to configure dhclient as the DHCPv6 client.
tags: dhcpv6 duid autostart dhcp dhclient
dates:
validation: 2024-12-05
validation: 2025-06-09
posted: 2021-08-03
categories:
- dedibox
Expand Down
4 changes: 2 additions & 2 deletions tutorials/encode-videos-using-serverless-jobs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ categories:
- jobs
- object-storage
dates:
validation: 2024-11-18
validation: 2025-06-09
posted: 2024-05-15
---

This tutorial demonstrates the process of encoding videos retrieved from Object Storage using Serverless Jobs: media encoding is a resource-intensive task over prolonged durations, making it suitable for Serverless Jobs. The job takes a video file as its input, encodes it using a Docker image based on [FFMPEG](https://ffmpeg.org/), then uploads the encoded video back to the Object Storage bucket.
This tutorial demonstrates the process of encoding videos retrieved from Object Storage using Serverless Jobs. Media encoding is a resource-intensive task of prolonged duration, making it a highly suitable candidate for Serverless Jobs. The job takes a video file as its input, encodes it using a Docker image based on [FFMPEG](https://ffmpeg.org/), then uploads the encoded video back to the Object Storage bucket.

<Macro id="requirements" />

Expand Down
1 change: 0 additions & 1 deletion tutorials/strapi-app-serverless-containers-sqldb/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ categories:
- containers
- serverless-sqldb
dates:
validation: 2024-11-21
posted: 2024-05-21
---

Expand Down
4 changes: 3 additions & 1 deletion tutorials/veeam-backup-replication-s3/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@ categories:
- object-storage
tags: vSphere Object-Storage Veeam-Backup Veeam
dates:
validation: 2024-12-05
validation: 2025-06-09
---

<ClickableBanner
productLogo="generic"
title="Secure your backups by storing them in Scaleway’s Object Storage."
url="https://account.scaleway.com/register"
label="Create your account"
/>

## Veeam Overview

[Veeam Backup & Replication](https://www.veeam.com/vm-backup-recovery-replication-software.html) is a proprietary backup application, developed by Veeam for virtual environments built on VMware vSphere and Microsoft Hyper-V hypervisors.
Expand Down