新增rustdesk

This commit is contained in:
2026-04-28 17:07:08 +08:00
parent 97c6b99b58
commit 9a5a3f8475
4 changed files with 108 additions and 5 deletions

View File

@@ -2,3 +2,10 @@
# Docker 镜像加速(国内服务器推荐配置)
DOCKER_REGISTRY_MIRRORS=https://docker.1ms.run,https://docker.m.daocloud.io,https://dockerpull.org,https://docker.rainbond.cc,https://docker.udayun.com,https://hub.rat.dev
# SSH 公钥认证(可选)
# 填入本机公钥内容setup.sh 运行时自动写入服务器 authorized_keys后续无需密码登录
# 获取本机公钥Windows PowerShell: Get-Content ~/.ssh/id_ed25519.pub
# 获取本机公钥Linux/macOS: cat ~/.ssh/id_ed25519.pub
# 若本机还没有密钥,先生成: ssh-keygen -t ed25519
SSH_PUBLIC_KEY=