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-25 01:14:10 +00:00
- container : TS_AUTH_ONCE
2023-03-07 00:52:47 +00:00
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-25 01:14:10 +00:00
zh_CN : 如果为 true, 则仅在未登录时尝试登录。如果为 false, 则每次启动容器时强制登录。
- container : TS_EXTRA_ARGS
2023-03-07 00:52:47 +00:00
description :
2023-03-25 01:14:10 +00:00
en_US : |
extra arguments to `tailscale up`.
zh_CN : |
`tailscale up` 的额外参数。
- container : TS_STATE_DIR
2023-03-07 00:52:47 +00:00
description :
en_US : the directory in which to store tailscaled state. The data should persist across container restarts.
2023-03-25 01:14:10 +00:00
zh_CN : 存储 tailscaled 状态的目录。数据应在容器重新启动时保持持久。
2023-03-07 00:52:47 +00:00
port_map : "80"
2023-03-25 01:14:10 +00:00
2023-03-07 00:52:47 +00:00
volumes :
2023-03-25 01:14:10 +00:00
- container : /dev/net/tun
2023-03-07 00:52:47 +00:00
description :
en_US : ""
2023-03-25 01:14:10 +00:00
- container : /var/lib
2023-03-07 00:52:47 +00:00
description :
en_US : ""
2023-03-25 01:14:10 +00:00
- container : /var/lib/tailscale
2023-03-07 00:52:47 +00:00
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.
2023-03-25 01:14:10 +00:00
zh_CN : Tailscale 让您轻松管理对私有资源的访问,快速 SSH 到网络上的设备,并在世界各地安全地工作。
2023-03-07 00:52:47 +00:00
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.
2023-03-25 01:14:10 +00:00
zh_CN : 在您自己的安全虚拟专用网络中将设备和用户连接在一起。
2023-03-07 00:52:47 +00:00
thumbnail : https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/TailscaleDaemon/thumbnail.jpg
tips :
before_install :
2023-03-25 01:14:10 +00:00
en_US : |
Tailscale hostname : `casaos`
After install :
Go to the container log and connect to your tailscale account using the link provided
zh_CN : |
Tailscale 主机名:`casaos`
安装后:
前往容器日志并使用提供的链接连接到您的 tailscale 帐户
2023-03-07 00:52:47 +00:00
title :
en_US : Tailscale Daemon
2023-03-25 01:14:10 +00:00
zh_CN : Tailscale 守护进程
2023-03-07 00:52:47 +00:00
x-casaos :
architectures :
- arm64
- arm
- "386"
- amd64
main_app : tailscale-daemon