mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-13 19:31:01 +01: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
|
||||
|
||||
[![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)
|
||||
- Update to latest version from linuxserver/docker-nextcloud
|
||||
|
||||
@@ -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 #
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user