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-ipv6-virtual-machine-esxi/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ dates:
14
14
---
15
15
16
16
<Messagetype="important">
17
-
Due to VMware's acquisition by Broadcom, the free edition of VMware vSphere Hypervisor is no longer available on the VMware website. For more details, check out [the EOL of free vSphere Hypervisor](https://knowledge.broadcom.com/external/article?legacyId=2107518). Please note that the following content is provided as-is, without any guarantee of functionality.
17
+
Due to VMware's acquisition by Broadcom, the free edition of **VMware vSphere Hypervisor is no longer available** on the VMware website. For more details, check out [the EOL of free vSphere Hypervisor](https://knowledge.broadcom.com/external/article?legacyId=2107518). Please note that the following content is provided as-is, without any guarantee of functionality
18
18
We suggest considering alternative hypervisors such as Proxmox. You can learn how to [deploy virtual machines with Proxmox on Scaleway Dedibox](/tutorials/configure-failover-proxmox/).
Due to VMware's acquisition by Broadcom, the free edition of VMware vSphere Hypervisor is no longer available on the VMware website. For more details, check out [the EOL of free vSphere Hypervisor](https://knowledge.broadcom.com/external/article?legacyId=2107518). Please note that the following content is provided as-is, without any guarantee of functionality.
17
+
Due to VMware's acquisition by Broadcom, the free edition of **VMware vSphere Hypervisor is no longer available** on the VMware website. For more details, check out [the EOL of free vSphere Hypervisor](https://knowledge.broadcom.com/external/article?legacyId=2107518). Please note that the following content is provided as-is, without any guarantee of functionality
18
18
We suggest considering alternative hypervisors such as Proxmox. You can learn how to [deploy virtual machines with Proxmox on Scaleway Dedibox](/tutorials/configure-failover-proxmox/).
Copy file name to clipboardExpand all lines: tutorials/jitsi-docker/index.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ categories:
9
9
- compute
10
10
tags: media Jitsi-Meet videoconferencing Docker deployment
11
11
dates:
12
-
validation: 2024-07-17
12
+
validation: 2024-07-22
13
13
posted: 2020-03-24
14
14
---
15
15
@@ -97,8 +97,8 @@ For more information concerning the Jitsi Meet Docker image, refer to the [offic
97
97
98
98
### Additional considerations
99
99
100
-
-**SSL Certificate**: For production use, consider setting up a reverse proxy with Nginx and obtaining an SSL certificate from Let's Encrypt for secure connections.
101
-
-**Scaling**: To handle more users, you might need to adjust the server resources or implement horizontal scaling by deploying multiple Jitsi Meet instances behind a load balancer.
100
+
-**SSL certificate**: For production use, consider setting up a [reverse proxy with Nginx](/tutorials/nginx-reverse-proxy/) and obtaining an SSL certificate from Let's Encrypt for secure connections.
101
+
-**Scaling**: To handle more users, you might need to adjust the server resources or implement horizontal scaling by deploying multiple Jitsi Meet instances [behind a load balancer](/load-balancer/quickstart/).
102
102
-**Customization**: You can customize the Jitsi Meet interface and functionality by modifying the `.env` file and other configuration files in the setup directories.
103
103
104
104
By following these steps, you can deploy a secure, self-hosted Jitsi Meet video conferencing solution using Docker in a few steps.
@@ -247,11 +248,12 @@ Grafana is now running and can be accessed at `http://your.instance.ip:3000`. Th
247
248
248
249
1. Add Prometheus data source:
249
250
- Click the settings icon (cogwheel) on the sidebar
250
-
- Click Data Sources**
251
-
- Choose Add data source**
252
-
- Select Prometheus** as the data source
251
+
- Click **Data Sources**
252
+
- Choose **Add data source**
253
+
- Select **Prometheus** as the data source
253
254
- Set the Prometheus instance URL to `http://localhost:9090/`
254
-
- Click Save & test** to test the connection and save the new data source
255
+
- Click **Save & test** to test the connection and save the new data source
256
+
255
257
256
258
You are now ready to create your first dashboard from the information collected by Prometheus. You can also import some dashboards from a collection of [shared dashboards](https://grafana.com/dashboards?dataSource=prometheus).
0 commit comments