From e03190d00304e5e62ef22dce066187bf48e2cde7 Mon Sep 17 00:00:00 2001 From: Casper Date: Mon, 25 May 2026 13:09:50 +0200 Subject: [PATCH] Remove deprecated values/fields from config.json --- zzz_archived_tor/config.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/zzz_archived_tor/config.json b/zzz_archived_tor/config.json index 881180dec7..7927d1f25e 100644 --- a/zzz_archived_tor/config.json +++ b/zzz_archived_tor/config.json @@ -1,10 +1,8 @@ { "arch": [ "aarch64", - "amd64", - "armv7" + "amd64" ], - "codenotary": "alexandrep.github@gmail.com", "description": "Protect your privacy and access Home Assistant via Tor", "image": "ghcr.io/alexbelgium/tor-{arch}", "init": false,