A simple extension for Glance which allows viewing the devices in your tailnet, their statues, and their ips.
2025-03-17.03-58-11.mp4
IP addresses are shown on hover, connection statuses can be toggled with show_status
, and update statuses can be toggled with show_update
.
To add it on to your glance config, you'd want something like the following
services:
glance:
...
tailscale:
image: ghcr.io/fifty-six/glance.tailscale
env_file: .env
with TS_AUTH_KEY
in a .env
file.
You can then use the url https://tailscale/
(or whatever name, given they're both in hte same compose file) as the extension url with a config like
- type: extension
url: http://tailscale:8000
allow-potentially-dangerous-html: true
cache: 5m
# optionally, with the defaults provided here
# parameters:
# show_status: true
# show_update: false