mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 21:04:05 +02:00
armv7
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
- Try armv7 build
|
||||||
- Breaking change : the main port has changed from 80 to 8081 to allow ssl
|
- Breaking change : the main port has changed from 80 to 8081 to allow ssl
|
||||||
- Enable ssl access using either caddy's automated ssl (see Readme), or HomeAssistant's let's encrypt from the addon options
|
- Enable ssl access using either caddy's automated ssl (see Readme), or HomeAssistant's let's encrypt from the addon options
|
||||||
- [INGRESS] allow access to streamlit, logs
|
- [INGRESS] allow access to streamlit, logs
|
||||||
|
|||||||
@@ -2,5 +2,6 @@
|
|||||||
build_from:
|
build_from:
|
||||||
aarch64: ghcr.io/linuxserver/baseimage-debian:arm64v8-bookworm
|
aarch64: ghcr.io/linuxserver/baseimage-debian:arm64v8-bookworm
|
||||||
amd64: ghcr.io/linuxserver/baseimage-debian:amd64-bookworm
|
amd64: ghcr.io/linuxserver/baseimage-debian:amd64-bookworm
|
||||||
|
armv7: arm32v7/debian:bookworm
|
||||||
codenotary:
|
codenotary:
|
||||||
signer: alexandrep.github@gmail.com
|
signer: alexandrep.github@gmail.com
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"arch": [
|
"arch": [
|
||||||
"aarch64",
|
"aarch64",
|
||||||
"amd64"
|
"amd64",
|
||||||
|
"armv7"
|
||||||
],
|
],
|
||||||
"audio": true,
|
"audio": true,
|
||||||
"backup": "cold",
|
"backup": "cold",
|
||||||
|
|||||||
Reference in New Issue
Block a user