Compare commits

...

11 Commits

Author SHA1 Message Date
github-actions
97bbb9beb6 GitHub bot: changelog 2025-11-04 15:50:54 +00:00
Alexandre
779385596e Update config.yaml 2025-11-04 16:02:22 +01:00
Alexandre
1f5e1fc32f Add BUILD_ARCH argument to Dockerfile 2025-11-04 16:02:13 +01:00
GitHub Actions
3abb013df2 Revert 'Update config.yaml' [nobuild] 2025-11-04 14:59:13 +00:00
Alexandre
7a7bc83f2a Update config.yaml 2025-11-04 15:57:32 +01:00
Alexandre
8f92e7ac75 allow arm64
https://github.com/alexbelgium/hassio-addons/issues/2146
2025-11-04 15:57:19 +01:00
GitHub Actions
5c3eaa8ccd Revert 'Update config.yaml' [nobuild] 2025-11-04 14:17:52 +00:00
Alexandre
bfdd572e40 Fix typo in README for nextcloud database name 2025-11-04 15:16:50 +01:00
Alexandre
7c5720e231 Update config.yaml 2025-11-04 15:15:38 +01:00
Alexandre
99d693410b Add mustache-cli to the list of packages 2025-11-04 15:15:27 +01:00
Alexandre
a41b92f237 Update version in config.yaml to 2.13.0-2
https://github.com/alexbelgium/hassio-addons/issues/2161
2025-11-04 15:14:29 +01:00
6 changed files with 11 additions and 7 deletions

View File

@@ -1,3 +1,5 @@
## "4.4.6-2" (04-11-2025)
- Minor bugs fixed
## "4.4.6" (01-11-2025)
- Minor bugs fixed

View File

@@ -53,11 +53,13 @@ RUN chmod 744 /ha_lsio.sh && \
rm /ha_lsio.sh
# --- MinIO, psql client etc. (unchanged) ---
ARG BUILD_ARCH
RUN set -eux; \
if [ "$BUILD_ARCH" = "aarch64" ]; then BUILD_ARCH="arm64"; fi && \
apk add --no-cache \
bash curl ca-certificates wget jq tini postgresql15-client; \
curl -fsSL https://dl.min.io/server/minio/release/linux-amd64/minio -o /usr/local/bin/minio; \
curl -fsSL https://dl.min.io/client/mc/release/linux-amd64/mc -o /usr/local/bin/mc; \
curl -fsSL https://dl.min.io/server/minio/release/linux-"$BUILD_ARCH"/minio -o /usr/local/bin/minio; \
curl -fsSL https://dl.min.io/client/mc/release/linux-"$BUILD_ARCH"/mc -o /usr/local/bin/mc; \
chmod +x /usr/local/bin/minio /usr/local/bin/mc
RUN apk add --no-cache \
lsb-release curl gnupg wget tini jq sudo \

View File

@@ -116,6 +116,6 @@ schema:
slug: ente
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "4.4.6"
version: "4.4.6-2"
video: true
webui: http://[HOST]:[PORT:3000]

View File

@@ -54,7 +54,7 @@ RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_auto
ENV PACKAGES="curl \
jq \
bash \
build-base libressl-dev ca-certificates npm"
build-base libressl-dev ca-certificates npm mustache-cli"
# Automatic apps & bashio
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"

View File

@@ -111,4 +111,4 @@ schema:
slug: inadyn
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "2.13.0"
version: 2.13.0-2

View File

@@ -146,7 +146,7 @@ and you want to overcome this, follow the below steps:
Host-name : core-mariadb:3306
```
- 3. Go back at `mariadb` add-on, configure it with above credentials and restart it. Make sure the add-on is creating the `netxcloud` database.
- 3. Go back at `mariadb` add-on, configure it with above credentials and restart it. Make sure the add-on is creating the `nextcloud` database.
- 4. Go in the webui and fill all required info. Here you can view an example:
![image](https://user-images.githubusercontent.com/19391765/207888717-50b43002-a5e2-4782-b5c9-1f582309df2b.png)
@@ -170,4 +170,4 @@ See this component : https://www.home-assistant.io/integrations/nextcloud/
[repository]: https://github.com/alexbelgium/hassio-addons
[elasticsearch-shield]: https://img.shields.io/badge/Elasticsearch-optional-blue.svg?logo=elasticsearch
continu
continu