mirror of
https://github.com/Mo3he/Axis_Cam_Tailscale.git
synced 2026-09-27 10:14:16 +00:00
23 lines
408 B
JSON
23 lines
408 B
JSON
{
|
|
"app": "Tailscale_VPN",
|
|
"friendlyName": "Tailscale VPN",
|
|
"versionPolicy": "mirror",
|
|
"upstream": {
|
|
"type": "script",
|
|
"script": "ci/upstream-version.sh",
|
|
"name": "Tailscale",
|
|
"changesUrl": "https://tailscale.com/changelog"
|
|
},
|
|
"build": {
|
|
"command": "./build.sh",
|
|
"env": {}
|
|
},
|
|
"pins": [],
|
|
"signing": {
|
|
"skip": [
|
|
"*_acap3.eap",
|
|
"*_root.eap"
|
|
]
|
|
}
|
|
}
|