Skip to content

Commit 5f0d3b6

Browse files
committed
feat(account): status page updates
1 parent ffe991d commit 5f0d3b6

File tree

4 files changed

+63
-1
lines changed

4 files changed

+63
-1
lines changed

menu/navigation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@
119119
{
120120
"label": "Protecting yourself against phishing and fraud",
121121
"slug": "protecting-yourself-fraud-phishing"
122+
},
123+
{
124+
"label": "Subscribing to Scaleway status updates",
125+
"slug": "scaleway-status-updates"
122126
}
123127
],
124128
"label": "Additional Content",
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
meta:
3+
title: Subscribing to Scaleway status updates
4+
description: Learn how to subscribe to Scaleway status updates
5+
content:
6+
h1: Subscribing to Scaleway status updates
7+
paragraph: Learn how to subscribe to Scaleway status updates
8+
tags: troubleshooting status
9+
dates:
10+
validation: 2025-03-04
11+
posted: 2025-03-04
12+
categories:
13+
- console
14+
---
15+
Stay informed about Scaleway’s service status by subscribing to our [status page](https://status.scaleway.com/). This page provides real-time updates on incidents, maintenance, and service disruptions affecting our services.
16+
17+
## How to subscribe to email notifications:
18+
1. Visit [Scaleway status](https://status.scaleway.com/) page.
19+
2. Click **Manage your updates** on the top right.
20+
3. Enter the email address where you want to receive notifications.
21+
4. Click **Subscribe via email**.
22+
6. Select the specific services you want to receive notifications for.
23+
7. Click **Save** at the bottom to update your preferences.
24+
8. Click **Confirm subscription** on the email you received.
25+
26+
## How to Unsubscribe or Manage Preferences:
27+
1. Visit [Scaleway status](https://status.scaleway.com/) page.
28+
2. Click **Manage your updates**.
29+
3. Enter the email address used for status updates. An OTP (One Time Password) will be sent to your email address.
30+
4. Enter the OTP sent to your email address. You will be redirected to your personal subscription management page.
31+
5. Adjust your notification preferences or deselect all categories to unsubscribe.
32+
6. Click **Save** to confirm your changes.
33+
34+
## How to receive status notifications on Slack
35+
1. Visit [Scaleway status](https://status.scaleway.com/) page.
36+
2. Click **Manage your updates**.
37+
3. Click the **Slack icon** (third tab).
38+
4. Sign in to your Slack workspace and allow the required permissions.
39+
5. Select which Slack channel you want notifications posted in.
40+
41+
You may need to send an authorization request to your App Manager before you can install it.
42+
Once installed, you get a success message on the status page you subscribed to, and a welcome message from the Status page app.

tutorials/install-pgbouncer/index.mdx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,4 +214,13 @@ You can do an online restart without terminating the connections. PgBouncer laun
214214
systemctl reload pgbouncer.service
215215
```
216216

217-
This setup allows the basic installation of PgBouncer. For more information on commands and configuration, refer to the [official documentation](https://www.pgbouncer.org).
217+
This setup allows the basic installation of PgBouncer. For more information on commands and configuration, refer to the [official documentation](https://www.pgbouncer.org).
218+
<ProductHeader
219+
productName="Get started today"
220+
productLogo="generic"
221+
description="Deploy PgBouncer on Scaleway and optimize your database connections"
222+
url="https://console.scaleway.com/register"
223+
label="Sign up"
224+
/>
225+
226+

tutorials/nginx-reverse-proxy/index.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ dates:
1313
posted: 2018-10-11
1414
---
1515

16+
<ProductHeader
17+
productName="Deploy your reverse proxy in minutes"
18+
productLogo="generic"
19+
url="https://console.scaleway.com/register"
20+
label="Create your account"
21+
/>
22+
1623
An Nginx HTTPS reverse proxy is an intermediary proxy service that takes a client request, passes it on to one or more servers, and subsequently delivers the server's response back to the client. While most common applications can run as web servers on their own, the Nginx web server can provide many advanced features such as load balancing, TLS/SSL capabilities, and acceleration that most specialized applications lack.
1724

1825
There are significant benefits to setting up an Nginx HTTPS reverse proxy:

0 commit comments

Comments
 (0)