This commit is contained in:
Alexandre
2024-05-20 18:32:13 +02:00
parent b9d066ec88
commit 0e4fa22297
3 changed files with 4 additions and 1 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -1,7 +1,8 @@
{
"arch": [
"aarch64",
"amd64"
"amd64",
"armv7"
],
"audio": true,
"backup": "cold",