FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Comparing main...docs/remote-access · ThinkOffApp/CarWatch · GitHub

Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ThinkOffApp/CarWatch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
Could not load branches
Nothing to show
{{ refName }}
...
head repository: ThinkOffApp/CarWatch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: docs/remote-access
Choose a head ref
Could not load branches
Nothing to show
{{ refName }}
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 2 contributors

Commits on Aug 26, 2026

  1. docs: warn against trusted_networks on the tailnet, and how to verify

    The remote-access guide is otherwise complete. This adds the one footgun
    that a mesh VPN makes MORE likely, not less: putting 100.64.0.0/10 into
    Home Assistant's trusted_networks to skip the login "because I'm on the
    VPN".
    
    trusted_networks authenticates by source address. Over a tailnet every
    device shares that range, so one lost phone or one compromised device is
    full unauthenticated access to the house. The token login the Pi already
    uses costs nothing to keep.
    
    Also adds the check that proves the setup is right rather than merely
    working: /api/ must answer 401. A 200 means something is letting requests
    through without credentials.
    
    Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
    ThinkOffApp and claude committed Aug 26, 2026
    Configuration menu
    Copy the full SHA
    6dbfee9 View commit details
    Browse the repository at this point in the history
Loading

Back | FazBrowse Home | New Git URL