mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01: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
|
||||
- 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
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
build_from:
|
||||
aarch64: ghcr.io/linuxserver/baseimage-debian:arm64v8-bookworm
|
||||
amd64: ghcr.io/linuxserver/baseimage-debian:amd64-bookworm
|
||||
armv7: arm32v7/debian:bookworm
|
||||
codenotary:
|
||||
signer: alexandrep.github@gmail.com
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"audio": true,
|
||||
"backup": "cold",
|
||||
|
||||
Reference in New Issue
Block a user