{"id":26871647,"url":"https://github.com/not-first/tailscale-glance-extension","last_synced_at":"2026-05-08T14:38:39.175Z","repository":{"id":283184004,"uuid":"950957160","full_name":"not-first/tailscale-glance-extension","owner":"not-first","description":"View devices on a tailnet and their connection status within Glance","archived":false,"fork":false,"pushed_at":"2025-03-29T23:01:15.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T00:18:13.215Z","etag":null,"topics":["docker","glance","tailscale"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/not-first.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-19T00:14:06.000Z","updated_at":"2025-03-29T23:01:20.000Z","dependencies_parsed_at":"2025-03-19T01:25:14.214Z","dependency_job_id":"e2ed97ae-00f3-4eaa-a681-3903d397ea4c","html_url":"https://github.com/not-first/tailscale-glance-extension","commit_stats":null,"previous_names":["not-first/tailscale-glance-extension"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/not-first/tailscale-glance-extension","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/not-first%2Ftailscale-glance-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/not-first%2Ftailscale-glance-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/not-first%2Ftailscale-glance-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/not-first%2Ftailscale-glance-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/not-first","download_url":"https://codeload.github.com/not-first/tailscale-glance-extension/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/not-first%2Ftailscale-glance-extension/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265521633,"owners_count":23781545,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","glance","tailscale"],"created_at":"2025-03-31T07:30:10.186Z","updated_at":"2026-05-08T14:38:34.103Z","avatar_url":"https://github.com/not-first.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tailscale Glance Extension\r\n\u003e [!IMPORTANT]  \r\n\u003e Due to improvements in Glance's custom-api widget API, running a seperate extension is no longer needed to render this widget. To use the new version, simply use the Tailscale devices widget found in the [community widgets repo](https://github.com/glanceapp/community-widgets).\r\n\r\n_An extension widget API for the [Glance](https://github.com/glanceapp/glance) dashboard._\r\n\r\n![Widget usage example](https://github.com/user-attachments/assets/911ec731-765b-479d-86b1-fdddd8df1bf3)\r\n\r\nA widget that displays the devices on your [Tailscale](https://tailscale.com/) tailnet, as well as their connected status, availability of updates.\r\n\r\nThis is another, more simple, visual option to the wonderful extension [glance.tailscale](https://github.com/fifty-six/glance.tailscale) by [fifty-six](https://github.com/fifty-six).\r\n\r\n## Setup\r\n### Docker Compose\r\nAdd the following to your existing glance docker compose\r\n```yml\r\nservices:\r\n  glance:\r\n    image: glanceapp/glance\r\n    # ...\r\n\r\n  tailscale-extension:\r\n    image: ghcr.io/not-first/tailscale-glance-extension\r\n    ports:\r\n      - '8677:8677'\r\n    restart: unless-stopped\r\n    env_file: .env\r\n```\r\n#### Environment Variables\r\nThis widget must be set up by providing an environment variable, which can be added to your existing glance .env file:\r\n```env\r\nTAILSCALE_API_KEY=tskey-api-xxxxxxxxxxxxxxxxxxxxxxxxx\r\n```\r\n\r\n### Glance Config\r\nNext, add the extension widget into your glance page by adding this to your `glance.yml`.\r\n```yml\r\n- type: extension\r\n  title: Uptime Status\r\n  url: http://tailscale-extension:8677/\r\n  cache: 10m\r\n  allow-potentially-dangerous-html: true\r\n```\r\n#### Parameters (all optional)\r\n```yml\r\nparameters:\r\n  show-updates: false\r\n  show-user: false\r\n```\r\n\r\n`show-updates`: If available Tailscale updates for each device should be indicated. Defaults to true\r\n\r\n`show-user`: If each device's user should be shown below its name, next to its OS. Defaults to true\r\n\r\n\r\n---\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnot-first%2Ftailscale-glance-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnot-first%2Ftailscale-glance-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnot-first%2Ftailscale-glance-extension/lists"}