This commit is contained in:
59
apps/rego-tunnel-linux/config.json
Normal file
59
apps/rego-tunnel-linux/config.json
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user