upload current sources
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2025-12-24 18:06:55 +00:00
parent be917b8a86
commit 6b7efbe1da
24 changed files with 45352 additions and 64 deletions

View File

@@ -2,58 +2,25 @@
"name": "Rego Tunnel Linux",
"id": "rego-tunnel-linux",
"available": true,
"short_desc": "Linux VM VPN tunnel to access Rego environments securely.",
"author": "qemus",
"port": 8007,
"categories": ["utilities"],
"description": "Linux VM with Cisco Secure Client VPN to access Rego environments securely.",
"tipi_version": 2,
"short_desc": "Cisco Secure Client VPN container with noVNC for Rego environments.",
"author": "alexz",
"port": 8806,
"categories": ["utilities", "network"],
"description": "Cisco Secure Client VPN running in an isolated container with noVNC for GUI access.",
"tipi_version": 1,
"version": "latest",
"source": "https://github.com/qemus/qemu",
"source": "local",
"exposable": true,
"dynamic_config": true,
"no_gui": false,
"form_fields": [
{
"type": "number",
"label": "RAM",
"hint": "RAM to assign to the VM (in gigabytes)",
"default": "4",
"label": "VNC Password",
"type": "password",
"env_variable": "VNC_PASSWORD",
"required": true,
"env_variable": "LINUX_RAM_GB"
},
{
"type": "number",
"label": "CPU Cores",
"hint": "CPU cores to assign to the VM",
"default": "4",
"required": true,
"env_variable": "LINUX_CPU_CORES"
},
{
"type": "number",
"label": "Disk Size",
"hint": "Disk size for the VM (in gigabytes)",
"default": "32",
"required": true,
"env_variable": "LINUX_DISK_SIZE_GB"
},
{
"type": "text",
"label": "Linux Distribution",
"hint": "The Linux distribution to use",
"default": "ubuntus",
"required": true,
"options": [
{ "label": "Ubuntu Server", "value": "ubuntus" },
{ "label": "Ubuntu Desktop", "value": "ubuntu" },
{ "label": "Debian", "value": "debian" },
{ "label": "Linux Mint", "value": "mint" }
],
"env_variable": "LINUX_DISTRO"
"default": "vpnpass"
}
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1735023600000,
"updated_at": 1735023600000
"supported_architectures": ["amd64"]
}