2023-03-07 00:52:47 +00:00
name : tailscale-daemon
services :
tailscale-daemon :
cap_add :
- net_admin
- sys_module
environment :
TS_AUTH_ONCE : "true"
TS_EXTRA_ARGS : --hostname casaos
TS_STATE_DIR : /var/lib/tailscale
image : tailscale/tailscale:v1.36.2
2023-03-07 18:15:13 +00:00
deploy :
resources :
reservations :
memory : 64M
2023-03-07 00:52:47 +00:00
network_mode : host
privileged : true
restart : unless-stopped
volumes :
- type : bind
source : /dev/net/tun
target : /dev/net/tun
- type : bind
source : /var/lib
target : /var/lib
- type : bind
source : /DATA/AppData/$AppID/config
target : /var/lib/tailscale
x-casaos :
author : EzyoStudio
category : Network
container :
envs :
2023-03-09 00:45:48 +00:00
-
2023-03-07 00:52:47 +00:00
container : TS_AUTH_ONCE
description :
en_US : if true, only attempt to log in if not already logged in. If false, forcibly log in every time the container starts.
2023-03-09 00:45:48 +00:00
-
2023-03-07 00:52:47 +00:00
container : TS_EXTRA_ARGS
description :
en_US : extra arguments to 'tailscale up'.
2023-03-09 00:45:48 +00:00
-
2023-03-07 00:52:47 +00:00
container : TS_STATE_DIR
description :
en_US : the directory in which to store tailscaled state. The data should persist across container restarts.
port_map : "80"
2023-03-09 00:45:48 +00:00
2023-03-07 00:52:47 +00:00
volumes :
2023-03-09 00:45:48 +00:00
-
2023-03-07 00:52:47 +00:00
container : /dev/net/tun
description :
en_US : ""
2023-03-09 00:45:48 +00:00
-
2023-03-07 00:52:47 +00:00
container : /var/lib
description :
en_US : ""
2023-03-09 00:45:48 +00:00
-
2023-03-07 00:52:47 +00:00
container : /var/lib/tailscale
description :
en_US : ""
description :
en_US : Tailscale lets you easily manage access to private resources, quickly SSH into devices on your network, and work securely from anywhere in the world.
developer : Tailscale
icon : https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/TailscaleDaemon/icon.png
screenshot_link :
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/TailscaleDaemon/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/TailscaleDaemon/screenshot-2.jpg
tagline :
en_US : Connect your devices and users together in your own secure virtual private network.
thumbnail : https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/TailscaleDaemon/thumbnail.jpg
tips :
before_install :
- content :
en_US: 'Tailscale hostname : '
value : casaos
- content :
en_US : ""
- content :
en_US : 'After install:'
- content :
en_US : Go to the container log and connect to your tailscale account using the link provided
title :
en_US : Tailscale Daemon
x-casaos :
architectures :
- arm64
- arm
- "386"
- amd64
main_app : tailscale-daemon