• 3 Posts
  • 116 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle





  • Assassin’s Creed also came to mind for me as one of the first time I encountered this. Eagle Vision I believe it was called.

    I’d say that was different from target indicators, though. I feel those were more because distant targets weren’t really visible because of the low resolution at the time, whereas Eagle Vision was more highlighting particular items of interest in the environment that were still otherwise visible.
















  • 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.