|
You are here |
pulkit.cc | ||
| | | | |
tricht.eu
|
|
| | | | | Cloudflare Tunnel is a wonderful (free) product that provides you with a secure way to connect your private (home) server(s) to the internet. This allows you to expose your homelab server to the internet without the need to open any ports on your home network or reveal your home IP address. While Cloudflare Tunnel works great giving you automatic SSL and all other goodies Cloudflare comes with, it sadly also operates as a man-in-the-middle, routing all traffic through Cloudflare's servers. This setup raises potential concerns about privacy and data security, as the unencrypted traffic could theoretically be accessed by Cloudflare. | |
| | | | |
rolisz.ro
|
|
| | | | | I often need to set up a VM with a server to run some ML models. While I could package things in Docker and deploy them like that, whenever possible, I like to do things more directly, using systemd services. To create a systemd service, create a file called /etc/ | |
| | | | |
haruska.com
|
|
| | | | | CloudFlare Tunnels can be used as a reverse proxy with TLS termination in place of something like nginx with acme. This also avoids exposing your home IP address via DNS or needing any NAT / port forwarding on your home router. | |
| | | | |
pikseladam.com
|
|
| | | I was using Puma as an app server and there were no web server for my site. It is not a good thing that you don't have a web server on production environment... | ||