You are here |
it-notes.dragas.net | ||
| | | |
kaspars.net
|
|
| | | | WireGuard can be used for a lot of things: Managing router configuration remotely behind NATed networks such as mobile connections.Connecting to your home network while on the road for home automation and safe internet access.Connecting several networks over the public internet. This post focuses on enabling remote access to Mikrotik routers and the attached networks.... | |
| | | |
kaspars.net
|
|
| | | | WireGuard is an awesome tool for securely accessing your Raspberry Pi computers even behind mobile networks that don't provide a public IP address. It has client applications for iOS, macOS, Windows and all flavors of Linux. I use WireGuard to access Home Assistant and my solar powered Raspberry Pi surveillance camera from anywhere. Example of... | |
| | | |
geoff.tuxpup.com
|
|
| | | | Reverse-Proxying HTTPS Traffic to a Server in my Basement Using Caddy and Wireguard I've been experimenting with new web services lately, some of which I'd like to open up to my mobile devices. Punching a hole through my home network firewall is unappealing, though, as is standing up a new VPS for each one I'd like to kick around. I already feel like I've got too many VPS instances. So, naturally, the way to fix it is to add one more. | |
| | | |
blog.m5e.de
|
|
| | In this Guide, I want to cover installing ZITADEL with PostgreSQL on a Linux system. Please be aware that PostgreSQL support is still in Beta at the time of this writing, and you will need a PostgreSQL installation with Version 14 or higher. NGINX Proxy Create a new subdomain and point it to your server. Use certbot -d domain.name for creating a new SSL Cert. Create a new file in /etc/nginx/sites-available/domainname |