• 3 Posts
  • 146 Comments
Joined 1 年前
cake
Cake day: 2023年6月13日

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.