diff --git a/homebox-staging/Dockerfile b/homebox-staging/Dockerfile index 9f3a459..5333c1f 100644 --- a/homebox-staging/Dockerfile +++ b/homebox-staging/Dockerfile @@ -1,3 +1,7 @@ FROM ghcr.io/hay-kot/homebox:v0.10.3 +ENV HBOX_LOG_LEVEL info +ENV HBOX_LOG_FORMAT text +ENV HBOX_WEB_MAX_UPLOAD_SIZE 10 + # Homebox' persistence directory (/data) matches Home Assistant's. diff --git a/homebox-staging/config.yaml b/homebox-staging/config.yaml index 17919c6..068ecd9 100644 --- a/homebox-staging/config.yaml +++ b/homebox-staging/config.yaml @@ -1,6 +1,6 @@ -name: "Homebox" -description: "Home inventory and organization system" -version: "0.10.3" +name: "Homebox (staging)" +description: "Home inventory and organization system. This version is only for testing purposes; please use the main version for increased stability!" +version: "0.10.4" slug: "homebox" startup: services ingress: true @@ -14,6 +14,6 @@ arch: - amd64 startup: before ports: - 8080/tcp: 8080 + 7745/tcp: 7745 ports_description: - 8080/tcp: Web interface (Set to `null` for Ingress-only operation.) + 7745/tcp: Web interface (Set to `null` for Ingress-only operation.)