From 7775fe45f77d83b8cf05ce7ae0d74e6e01d1e96e Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Mon, 28 Jul 2025 11:34:47 +0200 Subject: [PATCH] docs(ins): content review week 31/2025 --- pages/container-registry/quickstart.mdx | 2 +- .../reference-content/shared-responsibility-model.mdx | 3 +-- pages/gpu/how-to/use-gpu-with-docker.mdx | 2 +- pages/gpu/how-to/use-pipenv.mdx | 2 +- pages/gpu/reference-content/docker-images.mdx | 2 +- pages/instances/troubleshooting/fix-common-issues.mdx | 2 +- .../migrate-end-of-life-pools-to-newer-instances.mdx | 2 +- tutorials/backup-postgresql-pgbackrest-s3/index.mdx | 2 +- tutorials/configure-virtual-machine-esxi/index.mdx | 2 +- tutorials/install-apache-ansible/index.mdx | 2 +- tutorials/python-for-loops/index.mdx | 2 +- tutorials/remote-desktop-with-xrdp/index.mdx | 2 +- tutorials/ruby-on-rails/index.mdx | 2 +- tutorials/s3-customize-url-cname/index.mdx | 2 +- tutorials/setup-nginx-reverse-proxy-s3/index.mdx | 3 ++- tutorials/web-deploy-windows-instance/index.mdx | 2 +- tutorials/wireguard-mesh-vpn/index.mdx | 2 +- 17 files changed, 18 insertions(+), 18 deletions(-) diff --git a/pages/container-registry/quickstart.mdx b/pages/container-registry/quickstart.mdx index fc2f671216..ccd4e64a50 100644 --- a/pages/container-registry/quickstart.mdx +++ b/pages/container-registry/quickstart.mdx @@ -3,7 +3,7 @@ title: Container Registry - Quickstart description: Quickstart guide to using Scaleway's Container Registry service. tags: container-registry namespace docker-cli dates: - validation: 2025-01-22 + validation: 2025-07-28 posted: 2021-05-26 --- import Requirements from '@macros/iam/requirements.mdx' diff --git a/pages/elastic-metal/reference-content/shared-responsibility-model.mdx b/pages/elastic-metal/reference-content/shared-responsibility-model.mdx index 3aff6e1d84..d139d8432c 100644 --- a/pages/elastic-metal/reference-content/shared-responsibility-model.mdx +++ b/pages/elastic-metal/reference-content/shared-responsibility-model.mdx @@ -3,8 +3,7 @@ title: Scaleway Bare Metal Shared Responsibility Model description: Learn about the shared responsibility model for Scaleway Bare Metal services, outlining the roles of Scaleway and users in managing server security, backups, and compliance. tags: bare metal shared responsibility dates: - validation: 2025-01-20 - posted: 2024-07-18 + validation: 2025-07-28 --- On this page, we outline the roles and responsibilities for maintaining and securing your Bare Metal servers. diff --git a/pages/gpu/how-to/use-gpu-with-docker.mdx b/pages/gpu/how-to/use-gpu-with-docker.mdx index 84886819eb..0461eb5ef6 100644 --- a/pages/gpu/how-to/use-gpu-with-docker.mdx +++ b/pages/gpu/how-to/use-gpu-with-docker.mdx @@ -3,7 +3,7 @@ title: How to access the GPU with Docker on Scaleway GPU Instances description: Learn how to efficiently access and use GPUs with Docker on Scaleway GPU Instances. tags: gpu docker dates: - validation: 2025-01-20 + validation: 2025-07-28 posted: 2022-03-25 --- import Requirements from '@macros/iam/requirements.mdx' diff --git a/pages/gpu/how-to/use-pipenv.mdx b/pages/gpu/how-to/use-pipenv.mdx index 8e8e53515c..f0a7c12b8b 100644 --- a/pages/gpu/how-to/use-pipenv.mdx +++ b/pages/gpu/how-to/use-pipenv.mdx @@ -3,7 +3,7 @@ title: How to use Pipenv to create virtual environments on Scaleway GPU Instance description: Learn how to use Pipenv to create and manage virtual environments for your Python projects on Scaleway GPU Instances. tags: Pipenv virtual environment GPU Python dates: - validation: 2025-01-20 + validation: 2025-07-28 posted: 2022-03-25 --- import Requirements from '@macros/iam/requirements.mdx' diff --git a/pages/gpu/reference-content/docker-images.mdx b/pages/gpu/reference-content/docker-images.mdx index 4bc5fd59fd..e545cc3c60 100644 --- a/pages/gpu/reference-content/docker-images.mdx +++ b/pages/gpu/reference-content/docker-images.mdx @@ -3,7 +3,7 @@ title: Scaleway Docker AI images description: Discover detailed information about Scaleway's Docker images for AI development. tags: docker docker-image tensorflow pytorch jax rapids dates: - validation: 2025-01-20 + validation: 2025-07-28 posted: 2022-03-25 --- diff --git a/pages/instances/troubleshooting/fix-common-issues.mdx b/pages/instances/troubleshooting/fix-common-issues.mdx index 8c4df0ee12..4a46ef9b87 100644 --- a/pages/instances/troubleshooting/fix-common-issues.mdx +++ b/pages/instances/troubleshooting/fix-common-issues.mdx @@ -3,7 +3,7 @@ title: Fix common issues with Scaleway Instances description: This page helps you fix common issues you may experience when using Scaleway Instances tags: instances troubleshooting common issues dates: - validation: 2025-01-20 + validation: 2025-07-28 posted: 2025-01-20 --- diff --git a/pages/kubernetes/reference-content/migrate-end-of-life-pools-to-newer-instances.mdx b/pages/kubernetes/reference-content/migrate-end-of-life-pools-to-newer-instances.mdx index c750992fe1..149ae1edd2 100644 --- a/pages/kubernetes/reference-content/migrate-end-of-life-pools-to-newer-instances.mdx +++ b/pages/kubernetes/reference-content/migrate-end-of-life-pools-to-newer-instances.mdx @@ -3,7 +3,7 @@ title: Migrating pools of End-of-Life Instances to newer Instances in your Kuber description: A step-by-step guide to transitioning from deprecated Instance types to newer ones in Scaleway's Kubernetes Kapsule clusters, ensuring minimal disruption and optimal performance. tags: kubernetes kapsule instance-migration dates: - validation: 2025-01-24 + validation: 2025-07-28 posted: 2025-01-24 --- import Requirements from '@macros/iam/requirements.mdx' diff --git a/tutorials/backup-postgresql-pgbackrest-s3/index.mdx b/tutorials/backup-postgresql-pgbackrest-s3/index.mdx index 71a04d50db..6e56c3ce3b 100644 --- a/tutorials/backup-postgresql-pgbackrest-s3/index.mdx +++ b/tutorials/backup-postgresql-pgbackrest-s3/index.mdx @@ -3,7 +3,7 @@ title: Backing up PostgreSQL databases with pgBackRest to Object Storage description: How to install pgBackRest on Scaleway Instance for backing up PostgreSQL databases to Object Storage tags: postgresql pgbackrest backup configuration setup s3 dates: - validation: 2025-01-22 + validation: 2025-07-28 products: - object-storage - postgresql-and-mysql diff --git a/tutorials/configure-virtual-machine-esxi/index.mdx b/tutorials/configure-virtual-machine-esxi/index.mdx index f6e8ca480a..243f6eec5e 100644 --- a/tutorials/configure-virtual-machine-esxi/index.mdx +++ b/tutorials/configure-virtual-machine-esxi/index.mdx @@ -5,7 +5,7 @@ products: - dedibox tags: dedibox virtual-machines VMware-ESXi iso-file dates: - validation: 2025-01-22 + validation: 2025-07-28 posted: 2020-01-27 --- import image from './assets/scaleway-click-on-install.webp' diff --git a/tutorials/install-apache-ansible/index.mdx b/tutorials/install-apache-ansible/index.mdx index cecb4c1e24..e0b46461d0 100644 --- a/tutorials/install-apache-ansible/index.mdx +++ b/tutorials/install-apache-ansible/index.mdx @@ -5,7 +5,7 @@ tags: Ansible Apache Playbook products: - compute dates: - validation: 2025-01-22 + validation: 2025-07-28 posted: 2018-08-02 --- import image from './assets/scaleway-apache_defaultpage.webp' diff --git a/tutorials/python-for-loops/index.mdx b/tutorials/python-for-loops/index.mdx index e0197fafcb..f8d2f6a7d1 100644 --- a/tutorials/python-for-loops/index.mdx +++ b/tutorials/python-for-loops/index.mdx @@ -5,7 +5,7 @@ tags: python loops syntax programming products: - compute dates: - validation: 2025-01-22 + validation: 2025-07-28 posted: 2023-06-28 --- import Requirements from '@macros/iam/requirements.mdx' diff --git a/tutorials/remote-desktop-with-xrdp/index.mdx b/tutorials/remote-desktop-with-xrdp/index.mdx index 8cead36f42..aed8fc5028 100644 --- a/tutorials/remote-desktop-with-xrdp/index.mdx +++ b/tutorials/remote-desktop-with-xrdp/index.mdx @@ -5,7 +5,7 @@ products: - instances tags: remote-desktop xRDP rdp xFCE dates: - validation: 2025-01-22 + validation: 2025-07-28 posted: 2019-12-02 --- import image from './assets/scaleway-rdp_01.webp' diff --git a/tutorials/ruby-on-rails/index.mdx b/tutorials/ruby-on-rails/index.mdx index eabbba677b..6f70efa07f 100644 --- a/tutorials/ruby-on-rails/index.mdx +++ b/tutorials/ruby-on-rails/index.mdx @@ -7,7 +7,7 @@ products: - elastic-metal hero: assets/scaleway_ruby_on_rails.webp dates: - validation: 2025-01-22 + validation: 2025-07-28 posted: 2020-01-20 --- import Requirements from '@macros/iam/requirements.mdx' diff --git a/tutorials/s3-customize-url-cname/index.mdx b/tutorials/s3-customize-url-cname/index.mdx index 9dbf6ec2eb..fec324588b 100644 --- a/tutorials/s3-customize-url-cname/index.mdx +++ b/tutorials/s3-customize-url-cname/index.mdx @@ -7,7 +7,7 @@ products: - domains-and-dns tags: Object-Storage CNAME domain amazon-S3 dates: - validation: 2025-01-22 + validation: 2025-07-28 posted: 2019-05-21 --- import image from './assets/scaleway-bucket_cname.webp' diff --git a/tutorials/setup-nginx-reverse-proxy-s3/index.mdx b/tutorials/setup-nginx-reverse-proxy-s3/index.mdx index aeb203d2aa..32a3d955fe 100644 --- a/tutorials/setup-nginx-reverse-proxy-s3/index.mdx +++ b/tutorials/setup-nginx-reverse-proxy-s3/index.mdx @@ -6,7 +6,7 @@ products: - instances - object-storage dates: - validation: 2025-01-22 + validation: 2025-07-28 posted: 2020-06-04 --- import image from './assets/scaleway-object-storage-with-nginx.webp' @@ -20,6 +20,7 @@ import Requirements from '@macros/iam/requirements.mdx' url="https://account.scaleway.com/register" label="Create your account" /> + Scaleway Object Storage provides the capability to securely store unlimited data within designated buckets. Accessing your stored data is convenient and direct, facilitated through your storage bucket. For optimized access, you can use an Instance as a proxy, leveraging the power of Nginx as a reverse proxy. This configuration enables read-only access to the contents of your bucket. diff --git a/tutorials/web-deploy-windows-instance/index.mdx b/tutorials/web-deploy-windows-instance/index.mdx index 7fa96a4664..221a34510d 100644 --- a/tutorials/web-deploy-windows-instance/index.mdx +++ b/tutorials/web-deploy-windows-instance/index.mdx @@ -6,7 +6,7 @@ products: - instances - elastic-metal dates: - validation: 2025-01-20 + validation: 2025-07-28 posted: 2025-01-20 --- import image from './assets/scaleway-webdeploy_profile.webp' diff --git a/tutorials/wireguard-mesh-vpn/index.mdx b/tutorials/wireguard-mesh-vpn/index.mdx index e8f0049aff..b0852965d3 100644 --- a/tutorials/wireguard-mesh-vpn/index.mdx +++ b/tutorials/wireguard-mesh-vpn/index.mdx @@ -6,7 +6,7 @@ hero: assets/scaleway_wireguard.webp products: - instances dates: - validation: 2025-01-22 + validation: 2025-07-28 posted: 2020-07-02 --- import image from './assets/scaleway-wireguard_mesh.webp'