Skip to content
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
2 changes: 1 addition & 1 deletion tutorials/configure-apache-lets-encrypt/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
- instances
- domains-and-dns
dates:
validation: 2024-10-03
validation: 2025-04-08
posted: 2019-05-23
---

Expand Down
4 changes: 2 additions & 2 deletions tutorials/deploy-instances-packer-terraform/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ categories:
- packer
tags: Packer Terraform/OpenTofu
dates:
validation: 2024-10-03
validation: 2025-04-08
posted: 2018-08-01
---

**Packer** is a tool for creating identical machine images for multiple platforms from a single source configuration file. It can build images for multiple cloud hosting platforms, including Scaleway.

**Terraform/OpenTofu** is an open-source tool for building, changing, and versioning infrastructure safely and efficiently.
**Terraform** is a tool for building, changing, and versioning infrastructure safely and efficiently. **OpenTofu** is an open-source fork of Terraform, delivering similar functionalities.

Both applications are available for Linux, macOS, Windows, FreeBSD, and NetBSD.

Expand Down
2 changes: 1 addition & 1 deletion tutorials/encrypt-volumes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
- block-storage
- instances
dates:
validation: 2024-10-03
validation: 2025-04-08
posted: 2019-02-04
---

Expand Down
2 changes: 1 addition & 1 deletion tutorials/erpnext/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
- dedibox
hero: assets/scaleway_erpnext.webp
dates:
validation: 2024-10-03
validation: 2025-04-08
posted: 2020-07-28
---

Expand Down
2 changes: 1 addition & 1 deletion tutorials/flask/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ content:
tags: Flask Ubuntu Bionic-Beaver
- instances
dates:
validation: 2024-10-03
validation: 2025-04-08
posted: 2018-08-23
---

Expand Down
4 changes: 3 additions & 1 deletion tutorials/get-started-kubernetes-loadbalancer/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,17 @@ tags: Kubernetes load-balancer kubectl nodeport
categories:
- kubernetes
dates:
validation: 2024-10-03
validation: 2025-04-08
posted: 2023-09-19
---

<ClickableBanner
productLogo="generic"
title="Deploy and scale your applications with Kubernetes and Load Balancers on Scaleway."
url="https://account.scaleway.com/register"
label="Create your account"
/>

This tutorial accompanies the third [video demonstration](https://www.youtube.com/watch?v=W3gPUQ_ELEo) in our series to help users get started with Kubernetes. We walk you through Kubernetes fundamentals for beginners. In this installment, we show you how to create a Load Balancer for your [Scaleway Kubernetes Kapsule](https://www.scaleway.com/en/kubernetes-kapsule/).

First, we address the question of why we need a Load Balancer for our cluster, comparing it with the NodePort service we used in the previous tutorial. We then explain how to create a Load Balancer, check it out in the Scaleway console, and finally test that we can access our cluster's deployed application at the Load Balancer's IP address.
Expand Down
6 changes: 3 additions & 3 deletions tutorials/glpi/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
- instances
hero: assets/scaleway_glpi.webp
dates:
validation: 2024-10-03
validation: 2025-04-08
posted: 2020-08-13
---

Expand Down Expand Up @@ -74,8 +74,8 @@ In this tutorial, we use a Scaleway Database for MySQL. To create the database,
Check the most recent version of GLPI [here](https://glpi-project.org/downloads/) and replace it in the commands accordingly. In this tutorial, we are using version `10.0.9`

```
wget https://github.com/glpi-project/glpi/releases/download/10.0.9/glpi-10.0.9.tgz
tar -xvf glpi-10.0.9.tgz
wget https://github.com/glpi-project/glpi/releases/download/10.0.18/glpi-10.0.18.tgz
tar -xvf glpi-10.0.18.tgz
```

2. Move `glpi` to the `/var/www/glpi` directory.
Expand Down
2 changes: 1 addition & 1 deletion tutorials/gpu-super-resolution/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ categories:
- gpu-instances
tags: Scaleway-GPU AI inference Super-Resolution
dates:
validation: 2024-10-03
validation: 2025-04-08
posted: 2020-09-24
---

Expand Down
6 changes: 3 additions & 3 deletions tutorials/host-github-runner/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: Github-runner github
categories:
- instances
dates:
validation: 2024-10-03
validation: 2025-04-08
posted: 2018-04-06
---

Expand Down Expand Up @@ -60,9 +60,9 @@ In this guide, you will learn how to configure a GitHub Actions runner on a Scal
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.315.0/actions-runner-linux-x64-2.319.0.tar.gz
curl -O -L https://github.com/actions/runner/releases/download/v2.315.0/actions-runner-linux-x64-2.323.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.319.0.tar.gz
tar xzf ./actions-runner-linux-x64-2.323.0.tar.gz
```
<Message type="tip">
You may check the GitHub runner repository for the [latest release of the runner](https://github.com/actions/runner/releases/latest).
Expand Down
6 changes: 3 additions & 3 deletions tutorials/install-cassandra/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ categories:
- instances
tags: database nosql Cassandra-cluster Ubuntu Bionic-Beaver
dates:
validation: 2024-10-03
validation: 2025-04-08
posted: 2018-10-20
---

Expand All @@ -29,11 +29,11 @@ dates:
1. Connect to your instance via SSH or by using PuTTY.
2. Add the Apache Cassandra repository:
```
echo "deb http://www.apache.org/dist/cassandra/debian 41x main" | tee /etc/apt/sources.list.d/cassandra.list
echo "deb http://www.apache.org/dist/cassandra/debian 50x main" | tee /etc/apt/sources.list.d/cassandra.list
```
3. Add the required PGP keys to use the repositories:
```
curl https://downloads.apache.org/cassandra/KEYS | sudo apt-key add -
curl -o /etc/apt/keyrings/apache-cassandra.asc https://downloads.apache.org/cassandra/KEYS
```
4. Reload the APT configuration and update the software already installed on your Instance:
```
Expand Down
2 changes: 1 addition & 1 deletion tutorials/install-configure-couchdb/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: database CouchDB nosql
categories:
- instances
dates:
validation: 2024-10-03
validation: 2025-04-08
posted: 2018-07-25
---

Expand Down
2 changes: 1 addition & 1 deletion tutorials/install-docker-ubuntu-bionic/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
- instances
- container-registry
dates:
validation: 2024-10-03
validation: 2025-04-08
posted: 2018-07-11
---

Expand Down
2 changes: 1 addition & 1 deletion tutorials/odoo-easy-deploy/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ content:
tags: kubernetes Odoo easy-deploy docker
hero: assets/scaleway_odoo_easydeploy.webp
dates:
validation: 2024-10-03
validation: 2025-04-08
posted: 2020-12-01
categories:
- instances
Expand Down
6 changes: 3 additions & 3 deletions tutorials/postgis-managed-databases/index.mdx
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
meta:
title: Using the PostGIS extension on a Database for PostgreSQL
description: This page shows how to enable and use the PostGIS extension on a Database for PostgreSQL
description: This page shows how to enable and use the PostGIS extension on a Database for PostgreSQL.
content:
h1: Using the PostGIS extension on a Database for PostgreSQL
paragraph: This page shows how to enable and use the PostGIS extension on a Database for PostgreSQL
paragraph: This page shows how to enable and use the PostGIS extension on a Database for PostgreSQL.
tags: PostGIS postgresql postgre database rdb
categories:
- postgresql-and-mysql
dates:
validation: 2024-10-03
validation: 2025-04-08
posted: 2019-12-31
---

Expand Down
2 changes: 1 addition & 1 deletion tutorials/postman-api/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
- instances
- iot-hub
dates:
validation: 2024-10-03
validation: 2025-04-08
posted: 2022-03-24
---

Expand Down
2 changes: 1 addition & 1 deletion tutorials/protect-server-fail2ban/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: security Fail2Ban brute-force
categories:
- instances
dates:
validation: 2024-10-03
validation: 2025-04-08
posted: 2018-08-22
---

Expand Down
2 changes: 1 addition & 1 deletion tutorials/protect-server-using-crowdsec/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: dedibox security CrowdSec SSH iptables
categories:
- dedibox
dates:
validation: 2024-10-03
validation: 2025-04-08
posted: 2021-10-11
---

Expand Down
8 changes: 4 additions & 4 deletions tutorials/set-up-yunohost-debian/index.mdx
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
meta:
title: Setting up Yunohost on Debian 11
title: Setting up Yunohost on Debian 12
description: This page shows you how to set up your own server with Yunohost
content:
h1: Setting up Yunohost on Debian 11
h1: Setting up Yunohost on Debian 12
paragraph: This page shows you how to set up your own server with Yunohost
categories:
- instances
tags: hosting Yunohost Debian
dates:
validation: 2024-10-03
validation: 2025-04-08
posted: 2019-02-27
---

Expand All @@ -20,7 +20,7 @@ Yunohost is an open-source solution designed for the administration of a persona
- A Scaleway account logged into the [console](https://console.scaleway.com)
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
- An [SSH key](/organizations-and-projects/how-to/create-ssh-key/)
- An [Instance](/instances/how-to/create-an-instance/) running on Debian 11 (Bullseye)
- An [Instance](/instances/how-to/create-an-instance/) running on Debian 12 (Bookworm)
- A domain name pointed to your Instance

## Installing Yunohost
Expand Down
2 changes: 1 addition & 1 deletion tutorials/setting-up-tunnel/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
- instances
tags: Dedibox GRE-tunnel gre
dates:
validation: 2024-10-03
validation: 2025-04-08
posted: 2019-08-22
---

Expand Down
2 changes: 1 addition & 1 deletion tutorials/setup-mysql/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: networking database sql MySQL MariaDB
categories:
- instances
dates:
validation: 2024-10-03
validation: 2025-04-08
posted: 2020-06-22
---

Expand Down