mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-14 04:10:19 +00:00
deploy: c5b5932945223f5edc9a68635e3a509bb419e6eb
This commit is contained in:
@@ -180,7 +180,7 @@ Containers have much less overhead in terms of boot time and storage allocation.
|
||||
</ul>
|
||||
<p>There is a large number of services you can self-host, including your own applications that you might be developing. <a href=https://github.com/awesome-selfhosted/awesome-selfhosted>awesome-self-hosted</a> provides a curated list of services that might be of interest to you.</p>
|
||||
<h2 id=vpn>VPN</h2>
|
||||
<p>You could certainly setup and manage your own VPN by using something like <a href=https://openvpn.net/community-downloads/>OpenVPN</a>, but there is also something else you can try: <a href=https://tailscale.com/>tailscale</a>. It is a very quick way to create fully-encrypted connections between clients. With its <a href=https://tailscale.com/kb/1081/magicdns/>MagicDNS</a>, your can easily reference the names of machines like <code>k3s</code> rather than using an IP address. By using this mesh-like VPN, you can easily create a secure tunnel to your homelab from anywhere.</p>
|
||||
<p>You could certainly setup and manage your own VPN by using something like <a href=https://openvpn.net/community-downloads/>OpenVPN</a>, but there is also something else you can try: <a href=https://tailscale.com/>tailscale</a>. It is a very quick way to create fully-encrypted connections between clients. With its <a href=https://tailscale.com/kb/1081/magicdns/>MagicDNS</a>, your can reference the names of machines like <code>k3s</code> rather than using an IP address. By using this mesh-like VPN, you can easily create a secure tunnel to your homelab from anywhere.</p>
|
||||
<h2 id=monitoring>Monitoring</h2>
|
||||
<p><img src=/images/netdata.png alt=dashboard></p>
|
||||
<p>Monitoring can become an important aspect of your homelab after it starts to become something that is relied upon. One of the simplest ways to setup some monitoring is using <a href=https://www.netdata.cloud/>netdata</a>. It can be installed on individual containers, VMs, and also a hypervisor (such as Proxmox). All of the monitoring works out of the box by detecting disks, memory, network interfaces, etc.</p>
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user