mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-03 22:34:11 +02:00
Merge pull request #1769 from akrigator/tor_http_proxy
[TOR] Init build
This commit is contained in:
@@ -26,3 +26,11 @@
|
|||||||
## 5.0.2-3 (13-02-2025)
|
## 5.0.2-3 (13-02-2025)
|
||||||
|
|
||||||
- Fix network for http tunel
|
- Fix network for http tunel
|
||||||
|
|
||||||
|
## 5.0.2-4 (13-02-2025)
|
||||||
|
|
||||||
|
- Init build procedure
|
||||||
|
|
||||||
|
## 5.0.2-5 (13-02-2025)
|
||||||
|
|
||||||
|
- Init build procedure
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
ARG BUILD_FROM
|
ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.1.4
|
||||||
# hadolint ignore=DL3006
|
# hadolint ignore=DL3006
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
|
|||||||
@@ -51,5 +51,5 @@
|
|||||||
"slug": "tor",
|
"slug": "tor",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "5.0.2-1"
|
"version": "5.0.2-5"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user