diff --git a/json/helpers_cache.json b/json/helpers_cache.json index 0ea1d4b..3dce710 100644 --- a/json/helpers_cache.json +++ b/json/helpers_cache.json @@ -3625,6 +3625,22 @@ ], "type": "ct" }, + { + "name": "Pangolin", + "slug": "pangolin", + "desc": "Pangolin securely routes traffic over WireGuard tunnels to any private network. It works like a reverse proxy that spans multiple networks \u2014 no public IPs, DNS setup, or certificates required.", + "script": "ct/pangolin.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/pangolin.sh", + "categories": [ + 21 + ], + "notes": [ + "Type `journalctl -u pangolin | grep -oP 'Token:\\s*\\K\\w+'` into LXC console to get admin token which you will use to create admin account.", + "LXC has 4GB of RAM set initially for the build stage. After installation finishes, you can decrease the RAM allocated to 1024MB or 512MB even.", + "Make sure you edit `/opt/pangolin/config/config.yml` and change it to match your needs" + ], + "type": "ct" + }, { "name": "PaperlessAI", "slug": "paperless-ai",