1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-05-06 23:23:08 +00:00
ProxmoxVE/frontend/public/json/hev-socks5-server.json
Michel Roegl-Brunner 945a32dfef
Prepare JSON files for new website feature (#4004)
* Prepare JSON files for new website feature

* Update dashy.json

* Update crafty-controller.json

* Update ntfy.json

* Update bookstack.json

* Update add-lxc-iptag.json

* Update zammad.json

* Update adguard.json

* Update apache-guacamole.json

* Update authentik.json

* Update authelia.json

* Update gitea.json

* Update forgejo.json

* Update elementsynapse.json

* Remove Whoogle

---------

Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
2025-04-24 11:49:40 +02:00

46 lines
1.0 KiB
JSON

{
"name": "hev-socks5-server",
"slug": "hev-socks5-server",
"categories": [
4
],
"date_created": "2025-02-23",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 1080,
"documentation": null,
"website": "https://github.com/heiher/hev-socks5-server",
"logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/3/35/Tux.svg/405px-Tux.svg.png",
"config_path": "/opt/hivemq/conf/config.xml",
"description": "HevSocks5Server is a simple, lightweight socks5 server.",
"install_methods": [
{
"type": "default",
"script": "ct/hev-socks5-server.sh",
"resources": {
"cpu": 1,
"ram": 512,
"hdd": 2,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Default credentials: `cat /root/hev.creds`",
"type": "info"
},
{
"text": "Config stored at `/etc/hev-socks5-server/main.yml`",
"type": "info"
}
]
}