logoalt Hacker News

deweyyesterday at 6:19 PM5 repliesview on HN

This is always annoying me with 1Password, before that I just always added subdomains but now I'm usually hosting everything behind Tailscale which makes this problem even worse as the differentiation is only the port.


Replies

domhyesterday at 7:09 PM

You can use tailscale services to do this now:

https://tailscale.com/docs/features/tailscale-services

Then you can access stuff on your tailnet by going to http://service instead of http://ip:port

It works well! Only thing missing now is TLS

show 1 reply
altanotoday at 6:29 AM

In the 1Password entry go to the "website" item. To right right there's an "autofill behavior" button. Change it to "Only fill on this exact host" and it will no longer show up unless the full host matches exactly

miloschwartzyesterday at 11:53 PM

Pangolin handles this nicely. You can define alias addresses for internal resources and keep the fully private and off the public internet. Also based on WireGuard like Tailscale.

wrxdyesterday at 6:46 PM

You can still have subdomains with Tailscale. Point them at the tailscale IP address and run a reverse proxy in front of your services

show 1 reply
zackifyyesterday at 7:48 PM

tailscale serve 4000 --BG

Problem solved ;)