• 0 posts
  • 56 comments
Joined 3 years ago
Cake day: June 14th, 2023
  • This is why I always unplug the other drive before I install Linux, because the one time I didn’t I couldn’t boot the other OS anymore.

    I didn’t format the wrong drive, but the Linux installer automatically detected the existing EFI partition and just overwrote it. Luckily, that was the only issue and I was able to recreate the EFI partition, and it taught me a lesson that I will never forget.

  • I have always had trouble whenever I tried mounting files, and it seems that you’re getting the same error, “not a directory”.

    Stick to mounting directories and you should be fine

    /home/Joe/container/caddy:/etc/caddy

  • Yes, I use subdomains.

    I pay for one domain name in Cloudflare (e.g. awesomedomain.com), and have a single “A” record pointing to the public IP of my server, and a single “CNAME” record with a value of * that points to awesomedomain.com.

    That way, any subdomain gets directed to the server, and then you setup Nginx Proxy Manager to listen for certain subdomains and where to proxy them. No need to manage any further DNS records in Cloudflare, and any changes made on the proxy don’t need any wait time for DNS records to propagate.

    Nginx Proxy Manager also handles automatic SSL certs through Let’s Encrypt - I really can’t recommend it enough.