Deprecate Tor

Since a bridge support has been already added in to the community version https://github.com/hassio-addons/addon-tor/pull/170
This commit is contained in:
Renat Gabdulhakov
2026-03-07 22:04:44 +00:00
parent 7a5463f9bc
commit 02c6d55777
20 changed files with 477 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"build_from": {
"aarch64": "ghcr.io/hassio-addons/base:17.2.0",
"amd64": "ghcr.io/hassio-addons/base:17.2.0",
"armv7": "ghcr.io/hassio-addons/base:17.2.0"
},
"codenotary": {
"base_image": "codenotary@frenck.dev",
"signer": "codenotary@frenck.dev"
}
}