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: tutorials/configure-netbox-managed-postgresql-database/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,13 @@ categories:
10
10
- postgresql-and-mysql
11
11
hero: assets/scaleway_netbox.webp
12
12
dates:
13
-
validation: 2024-04-22
13
+
validation: 2024-10-29
14
14
posted: 2019-11-14
15
15
---
16
16
17
17
NetBox is a web application designed and built to help manage and document large computer networks. It is designed for IP address management (IPAM) and data center infrastructure management (DCIM). The application runs as a web application based on the Django Python framework and uses a PostgreSQL database to store information. The open-source software was developed specifically with the needs of network and infrastructure engineers in mind.
18
18
19
-
In this tutorial, you will learn how to install and configure NetBox on an Instance running on Ubuntu 20.04 LTS and a Database for PostgreSQL.
19
+
In this tutorial, you learn how to install and configure NetBox on an Instance running on Ubuntu 20.04 LTS and a Database for PostgreSQL.
Copy file name to clipboardExpand all lines: tutorials/configure-nginx-lets-encrypt/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,11 @@ categories:
9
9
- instances
10
10
tags: NGINX Let's-Encrypt
11
11
dates:
12
-
validation: 2024-04-22
12
+
validation: 2024-10-29
13
13
posted: 2019-02-28
14
14
---
15
15
16
-
Let's Encrypt, a renowned Certificate Authority (CA), offers a valuable service by providing free TLS/SSL certificates.
16
+
Let's Encrypt, a renowned Certificate Authority (CA), offers a valuable service by providing free TLS/SSL certificates.
17
17
These certificates are a key element in enabling secure HTTPS connections on web servers. Let's Encrypt simplifies the process through its user-friendly software client, Certbot, which automates the majority of the steps involved in obtaining and configuring certificates, particularly within the Nginx web server environment.
0 commit comments