• 1 Post
  • 40 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle




  • Unfortunately there isn’t really an all-in-one guide. TechnoTim has info on the Pi-hole config side and wildcard certificates, but I think he uses it with traefik.

    NPM is pretty straightforward. If you find a site isn’t working, try turning on Web Socket support.

    I’d say just search for guides on each part individually:

    1. Get all the services installed and up and running
    2. Get SSL certificates from Cloudflare for your domain.
    3. Set up NPM for the services you want to reverse proxy with your Cloudflare SSL certs (they wont work until the next step is done)
    4. Set up pi-hole to be your local DNS (there’s also adblock lists to add) and configure it to send all service(.lan).mydomain.com to the ip of NPM.
    5. Set up the Cloudflare tunnel.

    I can try to help if you run into any issues.