You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: network/domains-and-dns/how-to/manage-dns-records.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
meta:
3
3
title: How to manage DNS records
4
4
description: Learn how to manage DNS records effectively with Scaleway Domains and DNS. Discover how to add, edit, and delete DNS records, along with advanced configurations like dynamic records for traffic management and Geo IP for optimizing user experience based on location.
5
+
content:
5
6
h1: How to manage DNS records
6
7
paragraph: Learn how to manage DNS records effectively with Scaleway Domains and DNS. Discover how to add, edit, and delete DNS records, along with advanced configurations like dynamic records for traffic management and Geo IP for optimizing user experience based on location.
7
8
tags: txt-record mx-record dns-record dns domain records
Copy file name to clipboardExpand all lines: tutorials/deploy-nextcloud-s3/index.mdx
+28-22Lines changed: 28 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
---
2
2
meta:
3
-
title: Deploying NextCloud with Object Storage
4
-
description: This page shows how to deploy and configure NextCloud with Object Storage
3
+
title: Deploying NextCloud with Scaleway Object Storage
4
+
description: This page shows how to deploy and configure NextCloud with Scaleway Object Storage
5
5
content:
6
-
h1: Deploying NextCloud with Object Storage
7
-
paragraph: This page shows how to deploy and configure NextCloud with Object Storage
6
+
h1: Deploying NextCloud with Scaleway Object Storage
7
+
paragraph: This page shows how to deploy and configure NextCloud with Scaleway Object Storage
8
8
categories:
9
9
- object-storage
10
10
- instances
11
11
tags: NextCloud mariadb apache
12
12
dates:
13
-
validation: 2024-04-09
13
+
validation: 2024-10-15
14
14
posted: 2018-11-16
15
15
---
16
16
@@ -23,25 +23,27 @@ Combining NextCloud with Scaleway Object Storage gives you infinite storage spac
23
23
- A Scaleway account logged into the [console](https://console.scaleway.com)
24
24
-[Owner](/identity-and-access-management/iam/concepts/#owner) status or [IAM permissions](/identity-and-access-management/iam/concepts/#permission) allowing you to perform actions in the intended Organization
25
25
- An [SSH key](/identity-and-access-management/organizations-and-projects/how-to/create-ssh-key/)
26
-
- An [Instance](/compute/instances/how-to/create-an-instance/) running on Ubuntu Jammy Jellyfish (22.04)
26
+
- An [Instance](/compute/instances/how-to/create-an-instance/) running on Ubuntu Jammy Jellyfish (22.04) or later
27
27
- Installed and configured [MariaDB](/tutorials/mariadb-ubuntu-bionic/) on your Instance
28
28
-`sudo` privileges or access to the root user
29
29
30
30
## Installing NextCloud
31
31
32
-
1. Log in to your server via SSH.
32
+
1. Log in to your Instance via SSH.
33
+
```
34
+
ssh root@<your_instance_public_ip>
35
+
```
33
36
2. Update the apt-sources and the already installed software on the server:
34
37
```
35
38
apt update && apt upgrade -y
36
39
```
37
40
3. Install the required software from the apt repositories:
Copy file name to clipboardExpand all lines: tutorials/foreman-puppet/index.mdx
+18-21Lines changed: 18 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
---
2
2
meta:
3
-
title: Installing and configuring Foreman on Ubuntu Focal
4
-
description: Discover how to install and configure Foreman on Ubuntu Focal
3
+
title: Installing and configuring Foreman on Ubuntu Jammy Jellyfish (22.04 LTS)
4
+
description: Discover how to install and configure Foreman on Ubuntu Jammy Jellyfish (22.04 LTS)
5
5
content:
6
-
h1: Installing and configuring Foreman on Ubuntu Focal
7
-
paragraph: Discover how to install and configure Foreman on Ubuntu Focal
8
-
tags: Foreman puppet Ubuntu Focal
6
+
h1: Installing and configuring Foreman on Ubuntu Jammy Jellyfish (22.04 LTS)
7
+
paragraph: Discover how to install and configure Foreman on Ubuntu Jammy Jellyfish (22.04 LTS)
8
+
tags: Foreman puppet Ubuntu Jammy Jellyfish
9
9
categories:
10
10
- instances
11
11
dates:
12
-
validation: 2024-04-04
12
+
validation: 2024-10-15
13
13
posted: 2018-08-06
14
14
---
15
15
@@ -24,7 +24,7 @@ This tutorial assumes that Foreman is being installed on a fresh Instance, which
24
24
- A Scaleway account logged into the [console](https://console.scaleway.com)
25
25
-[Owner](/identity-and-access-management/iam/concepts/#owner) status or [IAM permissions](/identity-and-access-management/iam/concepts/#permission) allowing you to perform actions in the intended Organization
26
26
- An [SSH key](/identity-and-access-management/organizations-and-projects/how-to/create-ssh-key/)
27
-
- An [Instance](/compute/instances/how-to/create-an-instance/) running on Ubuntu Focal Fossa (20.04) or later
27
+
- An [Instance](/compute/instances/how-to/create-an-instance/) running on Ubuntu Jammy Jellyfish (22.04 LTS) or later
28
28
- Root access to all the servers you want to manage
29
29
- A reachable port 8140 on the Puppet primary Instance
30
30
- A working Puppet installation to perform the configuration management of hosts
@@ -83,14 +83,15 @@ The fastest way to install Foreman is by using the installer, which installs and
83
83
1. Install Puppet 6.x from the Puppetlabs repository as follows:
0 commit comments