35 lines
918 B
JSON
Executable File
35 lines
918 B
JSON
Executable File
{
|
|
"name": "Rego Tunnel",
|
|
"available": true,
|
|
"port": 8006,
|
|
"exposable": true,
|
|
"dynamic_config": true,
|
|
"id": "rego-tunnel",
|
|
"description": "Linux VM with Cisco AnyConnect VPN for accessing Rego environments securely.",
|
|
"tipi_version": 3,
|
|
"version": "latest",
|
|
"categories": ["utilities"],
|
|
"short_desc": "Linux VM VPN tunnel to Rego environments.",
|
|
"author": "alexz",
|
|
"source": "https://git.alexzaw.dev/alexz/runtipi",
|
|
"form_fields": [
|
|
{
|
|
"type": "number",
|
|
"label": "RAM (GB)",
|
|
"hint": "RAM to assign to the VM (in gigabytes)",
|
|
"placeholder": "8",
|
|
"required": true,
|
|
"env_variable": "WINDOWS_RAM_GB"
|
|
},
|
|
{
|
|
"type": "number",
|
|
"label": "CPU Cores",
|
|
"hint": "CPU cores to assign to the VM",
|
|
"placeholder": "4",
|
|
"required": true,
|
|
"env_variable": "WINDOWS_CPU_CORES"
|
|
}
|
|
],
|
|
"supported_architectures": ["amd64"]
|
|
}
|