mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-25 02:01:52 +02:00
Merge branch 'master' into develop
This commit is contained in:
@@ -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
|
# Hass.io Add-ons: Mealie
|
||||||
|
|
||||||
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)
|
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)
|
||||||
|
|||||||
@@ -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)
|
## 26.0.1 (29-04-2023)
|
||||||
- Update to latest version from linuxserver/docker-nextcloud
|
- Update to latest version from linuxserver/docker-nextcloud
|
||||||
|
|||||||
@@ -31,8 +31,8 @@ if [[ "$datadirectory" == *"/mnt/"* ]] && [ ! -f "$datadirectory"/index.html ];
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
mkdir -p "$datadirectory"
|
mkdir -p "$datadirectory"
|
||||||
chmod 755 -R "$datadirectory"
|
chmod 755 -R "$datadirectory"/* &>/dev/null || true
|
||||||
chown -R "$PUID:$PGID" "$datadirectory"
|
chown -R "$PUID:$PGID" "$datadirectory"/* &>/dev/null || true
|
||||||
|
|
||||||
######################
|
######################
|
||||||
# Modify config.json #
|
# Modify config.json #
|
||||||
|
|||||||
@@ -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
|
# Home assistant add-on: plex
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ _Thanks to everyone having starred my repo! To star it click on the image below,
|
|||||||
## About
|
## About
|
||||||
|
|
||||||
Transmission is a bittorrent client.
|
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
|
## Installation
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user