8000 GitHub - fifty-six/glance.tailscale: Tailscale extension for glanceapp/glance
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fifty-six/glance.tailscale

Repository files navigation

Tailscale Extension for Glance

A simple extension for Glance which allows viewing the devices in your tailnet, their statues, and their ips.

Preview

Screenshot showing devices with machine names, statuses, and (on-hover) an ip address

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.

Installation

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

About

Tailscale extension for glanceapp/glance

Resources

License

Stars

Watchers

Forks

Packages

 
 
 
0