mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
30 lines
640 B
JSON
30 lines
640 B
JSON
{
|
|
"arch": [
|
|
"aarch64",
|
|
"amd64",
|
|
"armv7"
|
|
],
|
|
"codenotary": "alexandrep.github@gmail.com",
|
|
"description": "Simple socks5 server using go-socks5",
|
|
"environment": {
|
|
"PROXY_PORT": "1080"
|
|
},
|
|
"init": false,
|
|
"name": "zzz_Under Development not working",
|
|
"ports": {
|
|
"1080/tcp": 1080
|
|
},
|
|
"ports_description": {
|
|
"1080/tcp": "Socks5 port"
|
|
},
|
|
"schema": {
|
|
"ALLOWED_DEST_FQDN": "str?",
|
|
"ALLOWED_IPS": "str?",
|
|
"PROXY_PASSWORD": "str",
|
|
"PROXY_USER": "str"
|
|
},
|
|
"slug": "socks5-server",
|
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/socks5-server",
|
|
"version": "empty"
|
|
}
|