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 bin/check-review-dates.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def extract_metadata(filepath):
if "validation: " in line:
val_date = line.split(": ", 1)[1].strip()
has_val_date = True
if "validation-frequency:" in line:
if "validation_frequency:" in line:
val_freq = line.split(": ", 1)[1].strip()
if "---" in line:
meta_limiters += 1
Expand Down
2 changes: 1 addition & 1 deletion tutorials/ceph-cluster/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tags: dedicated-servers dedibox Ceph object-storage
hero: assets/scaleway_ceph.webp
dates:
validation: 2023-11-27
validation-frequency: 18
validation_frequency: 18
posted: 2020-06-29
---

Expand Down
2 changes: 1 addition & 1 deletion tutorials/create-deploy-staging-site-cpanel/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ tags: webhosting cpanel wordpress
dates:
validation: 2024-04-26
posted: 2024-04-26
validation_frequency: 24
categories:
- webhosting
validation_frequency: 24
---

A staging website mirrors your production website, containing identical data and files while remaining publicly inaccessible.
Expand Down
2 changes: 1 addition & 1 deletion tutorials/deploy-big-blue-button/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ hero: assets/scaleway_bigbluebutton.webp
dates:
validation: 2024-10-03
posted: 2020-06-10
validation_frequency: 24
validation_frequency: 24
---

BigBlueButton is a powerful web conferencing system that allows you to communicate with remote team members over fully encrypted connections using TLS/SSL. The application was developed for academic use and supports a large number of concurrent users in each conference room.
Expand Down
2 changes: 1 addition & 1 deletion tutorials/easydeploy-argocd/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories:
dates:
validation: 2024-06-13
posted: 2024-06-13
validation_frequency: 24
validation_frequency: 24
---

Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes.
Expand Down
2 changes: 1 addition & 1 deletion tutorials/easydeploy-gitlab-server/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories:
dates:
validation: 2024-06-20
posted: 2024-06-20
validation_frequency: 24
validation_frequency: 24
---

This tutorial provides a guide to deploy a GitLab server on Scaleway Kubernetes clusters using the Easy Deploy feature.
Expand Down
2 changes: 1 addition & 1 deletion tutorials/easydeploy-grafana/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories:
dates:
validation: 2024-06-13
posted: 2024-06-13
validation_frequency: 24
validation_frequency: 24
---

Grafana is a powerful open-source platform for monitoring and observability, allowing users to visualize and analyze metrics from various data sources.
Expand Down
2 changes: 1 addition & 1 deletion tutorials/easydeploy-vault/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories:
dates:
validation: 2024-06-13
posted: 2024-06-13
validation_frequency: 24
validation_frequency: 24
---

HashiCorp Vault is an identity-based secrets and encryption management system.
Expand Down
2 changes: 1 addition & 1 deletion tutorials/getting-started-with-kops-on-scaleway/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories:
dates:
validation: 2024-04-04
posted: 2023-03-23
validation_frequency: 24
validation_frequency: 24
---

kOps is a tool that helps you set up and manage Kubernetes clusters for production use. It is like a version of `kubectl` specifically designed for managing clusters.
Expand Down
2 changes: 1 addition & 1 deletion tutorials/install-cockroachdb-scaleway-instances/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories:
dates:
validation: 2024-04-09
posted: 2023-10-02
validation_frequency: 24
validation_frequency: 24
---

CockroachDB is an open-source, distributed SQL database designed to be scalable, reliable, and consistent.
Expand Down
2 changes: 1 addition & 1 deletion tutorials/install-golang-ubuntu-bionic/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories:
dates:
validation: 2024-10-03
posted: 2018-08-14
validation_frequency: 24
validation_frequency: 24
---

[Go](https://go.dev/) is an open-source programming language, initially developed by a team at Google and becoming increasingly popular for many applications. The project is backed by many contributors from the open-source community.
Expand Down
2 changes: 1 addition & 1 deletion tutorials/install-php-composer/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ hero: assets/scaleway_php_composer.webp
dates:
validation: 2024-05-27
posted: 2018-01-29
validation_frequency: 24
validation_frequency: 24
---

PHP Composer is a package dependency management tool for PHP similar to NPM for Node.js and a bundle for Ruby. Composer facilitates the installation and updates for project dependencies. In short, Composer will pull in all the required PHP packages your project depends on and manage them for you.
Expand Down
2 changes: 1 addition & 1 deletion tutorials/installation-jekyll/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories:
dates:
validation: 2024-06-03
posted: 2018-07-12
validation_frequency: 24
validation_frequency: 24
---

Jekyll is a powerful tool built with Ruby, designed to convert MarkDown files into static websites. Unlike server-side languages such as PHP, which generates a new page for each visitor, Jekyll takes a different approach. It transforms your MarkDown content into static HTML files, minimizing RAM and CPU usage. This method ensures that your web pages are pre-generated, providing a faster and resource-friendly solution.
Expand Down
2 changes: 1 addition & 1 deletion tutorials/jitsi-debian/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags: media Jitsi-Meet Debian-Buster videoconferencing
dates:
validation: 2024-06-17
posted: 2020-03-16
validation_frequency: 24
validation_frequency: 24
---

Jitsi Meet is a fully encrypted, open-source video conferencing tool that does not require an account or subscription.
Expand Down
2 changes: 1 addition & 1 deletion tutorials/jitsi-ubuntu-bionic/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags: media videoconferencing Jitsi-Meet Ubuntu Bionic-Beaver
dates:
validation: 2024-06-17
posted: 2020-03-16
validation_frequency: 24
validation_frequency: 24
---

Jitsi Meet serves as an open-source video conferencing solution, designed to facilitate virtual meetings for remote teams. The software emphasizes quality in both video and audio performance and ensures security through fully encrypted connections, employing TLS/SSL protocols and [Let's Encrypt](https://letsencrypt.org/) certificates.
Expand Down
2 changes: 1 addition & 1 deletion tutorials/lb-firewall-haproxy-pfsense/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories:
tags: Load-balancer pfSense HAproxy dedibox
dates:
validation: 2023-11-27
validation-frequency: 18
validation_frequency: 18
posted: 2020-03-11
---

Expand Down
2 changes: 1 addition & 1 deletion tutorials/matomo-analytics/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ tags: Matomo Ubuntu Focal-Fossa LEMP-Stack analytics
dates:
validation: 2024-09-16
posted: 2019-07-24
validation_frequency: 24
hero: assets/scaleway-matomo.webp
validation_frequency: 24
---

[Matomo](https://matomo.org/) (former: Piwik) is an open-source web analytics platform designed to evaluate the visitor's behavior for one or multiple websites.
Expand Down
2 changes: 1 addition & 1 deletion tutorials/minikube-elastic-metal/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tags: Kubernetes Minikube Elastic-Metal
dates:
validation: 2024-08-27
posted: 2019-05-27
validation_frequency: 24
validation_frequency: 24
---

Kubernetes is a powerful open-source platform designed for managing containerized workloads and services, boasting a rapidly expanding ecosystem. It orchestrates computing, networking, and storage infrastructure to streamline user workloads efficiently. Originally released by Google in 2014, Kubernetes offers declarative configuration and automation capabilities, making it a preferred choice for modern software development and deployment.
Expand Down
2 changes: 1 addition & 1 deletion tutorials/proxmox-softraid/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags: Proxmox RAID Dedibox KVM containers
dates:
validation: 2024-07-08
posted: 2020-01-22
validation_frequency: 24
validation_frequency: 24
---

## Proxmox - Overview
Expand Down
2 changes: 1 addition & 1 deletion tutorials/run-messaging-platform-with-rocketchat/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ hero: assets/scaleway_rocketchat.webp
dates:
validation: 2024-06-24
posted: 2019-01-30
validation_frequency: 24
validation_frequency: 24
---

[Rocket.Chat](https://rocket.chat) is a free and open-source team chat software solution. It provides features like audio and video conferencing, guest access, screen sharing, file sharing, LiveChat, LDAP Group Sync, two-factor authentication (2FA), E2E encryption, SSO, and more. The tool uses [MongoDB](/tutorials/mongodb-ubuntu-1604/) as a database and the JavaScript runtime [Node.js](https://nodejs.org/en/).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags: serverless containers caas nodejs express-server
dates:
validation: 2024-07-15
posted: 2021-10-14
validation_frequency: 24
validation_frequency: 24
---

Express is a lightweight Node.js framework designed to ease building applications and APIs.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags: caas functions nodejs express-server Python Flask
dates:
validation: 2024-06-25
posted: 2021-10-14
validation_frequency: 24
validation_frequency: 24
---

Flask is a Python framework that enables you to easily deploy simple web servers and APIs. In this tutorial, you will learn how to configure your Flask application to run on a Serverless Container.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories:
dates:
validation: 2024-08-12
posted: 2024-02-09
validation_frequency: 24
validation_frequency: 24
---

Ampere AI frameworks provide a comprehensive set of tools and libraries for building and deploying AI models on ARM-based Instances.
Expand Down
2 changes: 1 addition & 1 deletion tutorials/stop-outgoing-spam/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories:
dates:
validation: 2024-04-22
posted: 2020-08-24
validation_frequency: 24
validation_frequency: 24
---

While the most widely recognized form of SPAM is email SPAM, other SPAM types exist, such as Usenet newsgroup SPAM, SPAM in communities, SPAM in blog comments, and much more. Users concerned by SPAM can contact the abuse helpdesk of the service provider (unknowingly), hosting the machines being abused to distribute these messages. The service provider will inform his customer about the situation. If you have received an abuse complaint about SPAM, immediate action from your side is required to stop the transmission of these unsolicited messages and secure your system.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tags: serverless functions triggers sqs
dates:
validation: 2024-10-03
posted: 2023-07-07
validation_frequency: 24
validation_frequency: 24
---

Serverless Functions are an asynchronous microservices architecture where event sources are decorrelated from event consumers.
Expand Down