From ab4fbeaef8cd11d681da4ba5e1511fd7552de77c Mon Sep 17 00:00:00 2001 From: alexz Date: Thu, 25 Dec 2025 08:09:08 +0000 Subject: [PATCH] Update config.json for Linux VM --- apps/rego-tunnel/config.json | 52 +++++++----------------------------- 1 file changed, 10 insertions(+), 42 deletions(-) diff --git a/apps/rego-tunnel/config.json b/apps/rego-tunnel/config.json index 56c0126..37793f6 100755 --- a/apps/rego-tunnel/config.json +++ b/apps/rego-tunnel/config.json @@ -5,62 +5,30 @@ "exposable": true, "dynamic_config": true, "id": "rego-tunnel", - "description": "VPN tunnel to access Rego environments securely.", - "tipi_version": 2, + "description": "Linux VM with Cisco AnyConnect VPN for accessing Rego environments securely.", + "tipi_version": 3, "version": "latest", "categories": ["utilities"], - "short_desc": "VPN tunnel to access Rego environments securely.", - "author": "dockurr", - "source": "local", + "short_desc": "Linux VM VPN tunnel to Rego environments.", + "author": "alexz", + "source": "https://git.alexzaw.dev/alexz/runtipi", "form_fields": [ { "type": "number", - "label": "RAM", - "hint": "RAM to asign to the VM (in gigabytes)", - "placeholder": "4", + "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 asign to the VM", + "hint": "CPU cores to assign to the VM", "placeholder": "4", "required": true, "env_variable": "WINDOWS_CPU_CORES" - }, - { - "type": "number", - "label": "Disk Size", - "hint": "Disk size for the VM, it will be used dynamically (in gigabytes)", - "placeholder": "16", - "required": true, - "env_variable": "WINDOWS_DISK_SIZE_GB" - }, - { - "type": "text", - "label": "Windows Version", - "hint": "The windows version to use", - "required": true, - "options": [ - { "label": "Windows 10", "value": "win10" }, - { "label": "Windows 11", "value": "win11" }, - { "label": "Windows 10 LTSC", "value": "ltsc10" }, - { "label": "Windows 8.1", "value": "win81" }, - { "label": "Windows 7", "value": "win7" }, - { "label": "Windows Vista", "value": "vista" }, - { "label": "Windows XP", "value": "winxp" }, - { "label": "Windows Server 2022", "value": "2022" }, - { "label": "Windows Server 2019", "value": "2019" }, - { "label": "Windows Server 2016", "value": "2016" }, - { "label": "Windows Server 2012", "value": "2012" }, - { "label": "Windows Server 2008", "value": "2008" }, - { "label": "Windows Tiny 11 Core", "value": "core11" }, - { "label": "Windows Tiny 11", "value": "tiny11" }, - { "label": "Windows Tiny 10", "value": "tiny10" } - ], - "env_variable": "WINDOWS_VERSION" } ], - "supported_architectures": ["arm64", "amd64"] + "supported_architectures": ["amd64"] }