mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
50
tor/config.json
Normal file
50
tor/config.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Protect your privacy and access Home Assistant via Tor",
|
||||
"init": false,
|
||||
"map": [
|
||||
"ssl:rw"
|
||||
],
|
||||
"name": "Tor with bridges",
|
||||
"ports": {
|
||||
"9050/tcp": 9050
|
||||
},
|
||||
"ports_description": {
|
||||
"9050/tcp": "Tor SOCKS proxy port"
|
||||
},
|
||||
"slug": "tor",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "dev",
|
||||
"startup": "service",
|
||||
"options": {
|
||||
"socks": false,
|
||||
"hidden_services": true,
|
||||
"stealth": false,
|
||||
"client_names": [],
|
||||
"ports": [
|
||||
"8123",
|
||||
"8123:80"
|
||||
],
|
||||
"bridges": []
|
||||
},
|
||||
"schema": {
|
||||
"log_level": "list(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(^(.*:)?(?:[0-9]{1,4}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])?$)"
|
||||
],
|
||||
"bridges":[
|
||||
"str"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user