Skip to content

Commit 58f3202

Browse files
fix(tutos): part 1 (#4915)
1 parent 4979c00 commit 58f3202

File tree

14 files changed

+76
-66
lines changed

14 files changed

+76
-66
lines changed

tutorials/deploy-awstats/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories:
99
- instances
1010
tags: AwStats FTP Apache
1111
dates:
12-
validation: 2024-10-08
12+
validation: 2025-05-02
1313
posted: 2018-12-03
1414
---
1515

91.8 KB
Loading
59.5 KB
Loading
123 KB
Loading
121 KB
Loading
89.4 KB
Loading
-11.2 KB
Binary file not shown.

tutorials/deploy-nextcloud-s3/index.mdx

Lines changed: 30 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories:
1010
- instances
1111
tags: NextCloud mariadb apache
1212
dates:
13-
validation: 2024-10-15
13+
validation: 2025-05-07
1414
posted: 2018-11-16
1515
---
1616

@@ -23,7 +23,7 @@ Combining NextCloud with Scaleway Object Storage gives you infinite storage spac
2323
- A Scaleway account logged into the [console](https://console.scaleway.com)
2424
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
2525
- An [SSH key](/organizations-and-projects/how-to/create-ssh-key/)
26-
- An [Instance](/instances/how-to/create-an-instance/) running on Ubuntu Jammy Jellyfish (22.04) or later
26+
- An [Instance](/instances/how-to/create-an-instance/) running on Ubuntu 24.04 or later
2727
- Installed and configured [MariaDB](/tutorials/mariadb-ubuntu-bionic/) on your Instance
2828
- `sudo` privileges or access to the root user
2929

@@ -49,9 +49,13 @@ Combining NextCloud with Scaleway Object Storage gives you infinite storage spac
4949
<Message type="tip">
5050
Check the [NextCloud changelog](https://nextcloud.com/changelog/) for the latest release.
5151
</Message>
52-
5. Extract the archive:
52+
5. Download `bzip2` to exract the archive.
5353
```
54-
tar -xjf latest.tar.bz2
54+
apt install bzip2
55+
```
56+
5. Extract the archive.
57+
```
58+
tar -xvjf nextcloud.tar.bz2
5559
```
5660
6. Move the extracted folder to the Apache web directory:
5761
```
@@ -89,13 +93,13 @@ Combining NextCloud with Scaleway Object Storage gives you infinite storage spac
8993
3. Enable the configuration and reload Apache to activate the site:
9094
```
9195
a2ensite nextcloud.conf
92-
systemctl reload apache2.service
96+
systemctl reload apache2
9397
```
9498
4. Enable SSL. Apache provides a self-signed certificate to encrypt the connection to your server. You can activate it with the following commands:
9599
```
96100
a2enmod ssl
97101
a2ensite default-ssl
98-
systemctl reload apache2.service
102+
systemctl reload apache2
99103
```
100104

101105
<Message type="tip">
@@ -118,7 +122,7 @@ Combining NextCloud with Scaleway Object Storage gives you infinite storage spac
118122
```
119123
2. Create an empty database for NextCloud:
120124
```sql
121-
CCREATE DATABASE nextcloud;
125+
CREATE DATABASE nextcloud;
122126
CREATE USER 'nextclouduser'@'localhost' IDENTIFIED BY 'your_secure_password';
123127
GRANT ALL PRIVILEGES ON nextcloud.* TO 'nextclouduser'@'localhost';
124128
FLUSH PRIVILEGES;
@@ -212,23 +216,31 @@ You can use NextCloud as a client for Object Storage while using Local Storage a
212216
1. Log into your NextCloud to configure the Object Storage bucket.
213217
2. From the NextCloud interface, click **Apps** in the drop-down menu to access the list of available apps:
214218
<Lightbox src="scaleway-nc_apps.webp" alt="" />
215-
3. Enable the **External Storage Service** by clicking on **Enable**:
219+
3. Click **Disabled apps** in the left navigation menu.
220+
4. Click **Enable** to enable the **External Storage Support** app:
216221
<Lightbox src="scaleway-nc_external_storage_enable.webp" alt="" />
217-
4. Click **Settings** in the drop-down menu, then on **External Storages** in the **Administration** section of the page:
222+
223+
<Message type="note">
224+
You might need to re-enter your admin password to complete this action.
225+
</Message>
226+
4. Click **Administration Settings** in the drop-down menu, then on **External Storage** in the **Administration** section of the page:
218227
<Lightbox src="scaleway-nc_admin_ext_storage.webp" alt="" />
219228
5. Configure the credentials for your bucket:
220229
<Lightbox src="scaleway-nc_config_storage.webp" alt="" />
221230

222-
- `Bucket` = The Name of your bucket
223-
- `Hostname` = The hostname of the bucket (For Scaleway Object Storage in Amsterdam: `s3.nl-ams.scw.cloud`, for Scaleway Object Storage in Paris: `s3.fr-par.scw.cloud` for Warsaw: `s3.pl-waw.scw.cloud`)
224-
- `Port` = The port for your bucket, leave this empty
225-
- `Region` = The geographical region of your bucket (Either: `nl-ams` for Amsterdam, The Netherlands, `pl-waw` for Warsaw, Poland, or `fr-par` for Paris, France)
226-
- `Enable SSL` = Activate this checkbox to encrypt the connection between your NextCloud and the Bucket
227-
- `Access key` = Your [access key](/iam/how-to/create-api-keys/)
228-
- `Secret key` = Your [secret key](/iam/how-to/create-api-keys/)
231+
- **Bucket** - The Name of your bucket
232+
- **Hostname** - The hostname of the bucket (For Scaleway Object Storage in Amsterdam: `s3.nl-ams.scw.cloud`, for Scaleway Object Storage in Paris: `s3.fr-par.scw.cloud`, for Warsaw: `s3.pl-waw.scw.cloud`)
233+
- **Port** - The port for your bucket, leave this empty
234+
- **Region** - The geographical region of your bucket (Either: `nl-ams` for Amsterdam, The Netherlands, `pl-waw` for Warsaw, Poland, or `fr-par` for Paris, France)
235+
- **Storage Class** - The AWS storage class. You can leave this empty.
236+
- **Enable SSL** - Activate this checkbox to encrypt the connection between your NextCloud and the Bucket
237+
- **Access key** - Your [access key](/iam/how-to/create-api-keys/)
238+
- **Secret key** - Your [secret key](/iam/how-to/create-api-keys/)
229239

230240
Once you have entered all the details, click the checkmark to validate your configuration. If everything works well, a green dot will appear on the left.
231-
6. Click the **file icon**, then on **External Storages** to access your bucket:
241+
6. Click the **file icon**, then on **External Storage** to access your bucket:
232242
<Lightbox src="scaleway-nc_external_storage_files.webp" alt="" />
233243

234-
You can now upload and manage the files in your bucket directly from NextCloud.
244+
You can now upload and manage the files in your bucket directly from NextCloud.
245+
246+

tutorials/glusterfs/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: glusterfs network filesystem Ubuntu
99
categories:
1010
- instances
1111
dates:
12-
validation: 2024-10-15
12+
validation: 2025-05-02
1313
posted: 2018-09-28
1414
---
1515

@@ -94,7 +94,7 @@ Before installing GlusterFS, ensure each Instance can resolve the others via the
9494

9595
You should see GlusterFS 11.x and an active status for the service.
9696

97-
## Setting Up a distributed GlusterFS volume with Scaleway Block Storage
97+
## Setting up a distributed GlusterFS volume with Scaleway Block Storage
9898

9999
<Message type="important">
100100
In a production environment, it is **strongly recommended** to use dedicated storage, such as **Scaleway Block Storage**, instead of system directories for GlusterFS volumes.

tutorials/self-hosted-repository-gitea/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories:
99
- instances
1010
tags: development Gitea versioning repository
1111
dates:
12-
validation: 2024-10-08
12+
validation: 2025-05-06
1313
posted: 2019-05-28
1414
---
1515

0 commit comments

Comments
 (0)