mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-08 08:35:57 +02:00
Compare commits
11 Commits
4d9d31d667
...
97bbb9beb6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
97bbb9beb6 | ||
|
|
779385596e | ||
|
|
1f5e1fc32f | ||
|
|
3abb013df2 | ||
|
|
7a7bc83f2a | ||
|
|
8f92e7ac75 | ||
|
|
5c3eaa8ccd | ||
|
|
bfdd572e40 | ||
|
|
7c5720e231 | ||
|
|
99d693410b | ||
|
|
a41b92f237 |
@@ -1,3 +1,5 @@
|
||||
## "4.4.6-2" (04-11-2025)
|
||||
- Minor bugs fixed
|
||||
## "4.4.6" (01-11-2025)
|
||||
- Minor bugs fixed
|
||||
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||

|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user