chore: remove CloudronPackages for streamlined repo

This commit is contained in:
2025-09-12 14:02:46 -05:00
parent 6acfe24403
commit 410f610af0
1690 changed files with 0 additions and 392889 deletions

View File

@@ -1,33 +0,0 @@
{
"id": "com.rathole.cloudron",
"title": "Rathole",
"author": "Rathole Organization",
"description": "A secure, stable, and high-performance reverse proxy for NAT traversal, written in Rust.",
"tagline": "Secure NAT traversal reverse proxy",
"version": "0.5.0",
"healthCheckPath": "/health",
"httpPort": 8080,
"tcpPorts": {
"2333": "Rathole Server Port"
},
"addons": {
"localstorage": {}
},
"manifestVersion": 2,
"website": "https://github.com/rathole-org/rathole",
"contactEmail": "support@cloudron.io",
"icon": "logo.png",
"tags": [
"proxy",
"networking",
"nat-traversal",
"tunnel"
],
"env": {
"RATHOLE_SERVER_TOKEN": "changeme",
"RATHOLE_SERVER_PORT": "2333"
},
"configurePath": "/",
"minBoxVersion": "7.0.0",
"postInstallMessage": "Rathole has been successfully installed. Configure your server token and port settings as needed. The service listens on TCP port 2333 by default."
}