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

This commit is contained in:
2025-12-24 07:12:55 +00:00
parent 60855d6a85
commit a3d18358db
110 changed files with 42163 additions and 1 deletions

View File

@@ -0,0 +1,59 @@
{
"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,
"version": "latest",
"source": "https://github.com/qemus/qemu",
"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",
"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"
}
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1735023600000,
"updated_at": 1735023600000
}