Skip to content

kazazes/balena-tailscale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

balena-tailscale

A tailscale service for balena.io devices. Tailscale connects any device to your own VLAN with minimal configuration.

Usage

version: "2"
services:
  tailscale:
    build:
      dockerfile: Dockerfile.template
    cap_add:
      - NET_ADMIN
    network_mode: host
    command: -hostname=my-node
    environment:
      TAILSCALE_KEY: 

Privileged and and host network are both required, as is TAILSCALE_KEY, which you can generate here. Any additional command arguments are passed to tailscale up.

Architectures

Tested via balena:

  • amd64
  • aarch64

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published