repository-edge/tor/config.json
Community Hass.io Add-ons Bot 0005be988d 🎉 Release of add-on Tor 1.2.0
2018-05-09 19:59:12 +00:00

44 lines
No EOL
1.1 KiB
JSON

{
"name": "Tor",
"version": "1.2.0",
"slug": "tor",
"description": "Protect your privacy and access Home Assistant via Tor.",
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-tor/33822?u=frenck",
"startup": "services",
"boot": "auto",
"hassio_api": true,
"homeassistant_api": false,
"host_network": false,
"ports": {
"9050/tcp": 9050
},
"map": [
"ssl:rw"
],
"options": {
"log_level": "info",
"socks": false,
"hidden_services": true,
"stealth": false,
"client_names": [],
"ports": [
"8123"
]
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
"socks": "bool",
"hidden_services": "bool",
"stealth": "bool",
"client_names": [
"match(^[A-Za-z0-9+-_]{1,16}$)"
],
"ports": [
"match(^(?:6553[0-5]|655[0-2]\\d|65[0-4]\\d\\d|6[0-4]\\d{3}|[1-5]\\d{4}|[1-9]\\d{0,3})(?::(6553[0-5]|655[0-2]\\d|65[0-4]\\d\\d|6[0-4]\\d{3}|[1-5]\\d{4}|[1-9]\\d{0,3}))?$)"
]
},
"environment": {
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
},
"image": "hassioaddons/tor-{arch}"
}