little mods

This commit is contained in:
CanbiZ 2025-08-18 08:25:06 +02:00
parent 709ed8917e
commit ea4316169c
2 changed files with 10 additions and 6 deletions

View File

@ -8,8 +8,8 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV
APP="twingate-connector" APP="twingate-connector"
var_tags="${var_tags:-network;connector;twingate}" var_tags="${var_tags:-network;connector;twingate}"
var_cpu="${var_cpu:-1}" var_cpu="${var_cpu:-1}"
var_ram="${var_ram:-2048}" var_ram="${var_ram:-1024}"
var_disk="${var_disk:-2}" var_disk="${var_disk:-3}"
var_os="${var_os:-ubuntu}" var_os="${var_os:-ubuntu}"
var_version="${var_version:-24.04}" var_version="${var_version:-24.04}"
var_unprivileged="${var_unprivileged:-1}" var_unprivileged="${var_unprivileged:-1}"

View File

@ -12,7 +12,7 @@
"documentation": "https://www.twingate.com/docs/", "documentation": "https://www.twingate.com/docs/",
"config_path": "/etc/twingate/connector.conf", "config_path": "/etc/twingate/connector.conf",
"website": "https://www.twingate.com", "website": "https://www.twingate.com",
"logo": "https://avatars.githubusercontent.com/u/97470429?s=200&v=4", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/twingate.webp",
"description": "Twingate Connectors are lightweight software components that establish secure, least-privileged access between private network resources and authorized users without exposing the network to the internet. They act as outbound-only bridges between your protected resources and the Twingate infrastructure, ensuring zero-trust access without the need for a VPN.", "description": "Twingate Connectors are lightweight software components that establish secure, least-privileged access between private network resources and authorized users without exposing the network to the internet. They act as outbound-only bridges between your protected resources and the Twingate infrastructure, ensuring zero-trust access without the need for a VPN.",
"install_methods": [ "install_methods": [
{ {
@ -20,10 +20,10 @@
"script": "ct/twingate-connector.sh", "script": "ct/twingate-connector.sh",
"resources": { "resources": {
"cpu": 1, "cpu": 1,
"ram": 2048, "ram": 1024,
"hdd": 2, "hdd": 3,
"os": "Ubuntu", "os": "Ubuntu",
"version": "22.04" "version": "24.04"
} }
} }
], ],
@ -32,6 +32,10 @@
"password": null "password": null
}, },
"notes": [ "notes": [
{
"text": "You can get your Twingate access or refresh tokens from the Twingate Admin Console. `https://auth.twingate.com/signup-v2`",
"type": "info"
},
{ {
"text": "If you need to update your access or refresh tokens, they can be found in /etc/twingate/connector.conf", "text": "If you need to update your access or refresh tokens, they can be found in /etc/twingate/connector.conf",
"type": "info" "type": "info"