Merge branch 'master' into develop

This commit is contained in:
Alexandre
2023-05-02 08:22:42 +02:00
committed by GitHub
5 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,4 @@
## ⚠ Open Request : [✨ [REQUEST] mealie (opened 2023-04-29)](https://github.com/alexbelgium/hassio-addons/issues/817) by [@gschmidl](https://github.com/gschmidl)
# Hass.io Add-ons: Mealie
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)

View File

@@ -1,3 +1,6 @@
### 26.0.1-2 (30-04-2023)
- Minor bugs fixed
- Chmod only data folder subdirectories https://github.com/alexbelgium/hassio-addons/issues/818
## 26.0.1 (29-04-2023)
- Update to latest version from linuxserver/docker-nextcloud

View File

@@ -31,8 +31,8 @@ if [[ "$datadirectory" == *"/mnt/"* ]] && [ ! -f "$datadirectory"/index.html ];
fi
mkdir -p "$datadirectory"
chmod 755 -R "$datadirectory"
chown -R "$PUID:$PGID" "$datadirectory"
chmod 755 -R "$datadirectory"/* &>/dev/null || true
chown -R "$PUID:$PGID" "$datadirectory"/* &>/dev/null || true
######################
# Modify config.json #

View File

@@ -1,4 +1,3 @@
## ⚠ Open Request : [✨ [REQUEST] Plex year wrapped (like spotify) (opened 2022-12-25)](https://github.com/alexbelgium/hassio-addons/issues/613) by [@bruvv](https://github.com/bruvv)
# Home assistant add-on: plex

View File

@@ -23,7 +23,7 @@ _Thanks to everyone having starred my repo! To star it click on the image below,
## About
Transmission is a bittorrent client.
This addon is based on the [docker image](https://github.com/linuxserver/transmission) from linuxserver.io.
This addon is based on the [docker image](https://github.com/linuxserver/docker-transmission) from linuxserver.io.
## Installation