增加armv7版本

This commit is contained in:
waxgourd
2024-03-25 20:01:30 +08:00
parent 0e2cbc0247
commit 24bc89610f
41 changed files with 117 additions and 64 deletions

View File

@@ -1,6 +1,6 @@
name: "DDNSTO"
slug: ddnsto
version: "v3.0.6"
version: "3.0.6"
description: "DDNSTO 是一款稳定、快速、简单易用的内网穿透工具"
url: https://gitcode.com/waxgourd/addons
startup: services
@@ -9,11 +9,13 @@ apparmor: false
arch:
- aarch64
- amd64
- armv7
host_network: true
boot: manual
options:
user_token:
device_id: 0
schema:
user_token: match([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})
device_id: list(0|1|2|3|4|5|6|7|8|9)
image: "docker.nju.edu.cn/wghaos/ddnsto"
image: "wghaos/ddnsto"