This commit is contained in:
Alexandre
2023-05-09 21:12:26 +02:00
126 changed files with 243 additions and 166 deletions

View File

@@ -1 +1,2 @@
---
blank_issues_enabled: false

View File

@@ -1,7 +1,7 @@
---
name: Any other question
name: "\u2753 Any other question"
about: Other questions or remarks not related to bugs or features
title: "[addon] title"
title: "\u2753 [addon] title"
labels: ""
assignees: ""
---

View File

@@ -55,3 +55,6 @@ if bashio::config.has_value "PUID" && bashio::config.has_value "PGID"; then
bashio::log.blue \
'-----------------------------------------------------------'
fi
# Clean bashrc file
if [ -f ~/.bashrc ]; then rm ~/.bashrc; fi

View File

@@ -51,7 +51,7 @@ for KEYS in "${arr[@]}"; do
if cat /etc/cont-init.d/*run* &>/dev/null; then sed -i "1a export $line" /etc/cont-init.d/*run* 2>/dev/null; fi
# For s6
if [ -d /var/run/s6/container_environment ]; then printf "%s" "${VALUE}" > /var/run/s6/container_environment/"${KEYS}"; fi
printf "%s" "${KEYS}=\"${VALUE}\"" >> ~/.bashrc
echo "export ${KEYS}=\"${VALUE}\"" >> ~/.bashrc
done

View File

@@ -131,7 +131,7 @@ while IFS= read -r line; do
sed -i "1a export $KEYS=\'$VALUE\'" /scripts/*run* 2>/dev/null || true
# Export to s6
if [ -d /var/run/s6/container_environment ]; then printf "%s" "${VALUE}" > /var/run/s6/container_environment/"${KEYS}"; fi
printf "%s" "${KEYS}=\"${VALUE}\"" >> ~/.bashrc
echo "export ${KEYS}=\"${VALUE}\"" >> ~/.bashrc
# Show in log
if ! bashio::config.false "verbose"; then bashio::log.blue "$KEYS=\'$VALUE\'"; fi
else

View File

@@ -43,19 +43,19 @@ If you want to do add the repository manually, please follow the procedure highl
### Number of addons
- In the repository : 79
- Installed : 19917
- Installed : 26192
### Top 3
1. Filebrowser (4212x)
2. Portainer (4137x)
3. Myelectricaldata (515x)
1. Filebrowser (4482x)
2. Portainer (3319x)
3. Qbittorrent (694x)
### Architectures used
- amd64: 58%
- amd64: 53%
- aarch64: 37%
- armv7: 5%
- armv7: 10%
### Total downloads evolution
@@ -155,7 +155,7 @@ If you want to do add the repository manually, please follow the procedure highl
![Update](https://img.shields.io/badge/dynamic/json?label=Updated&query=%24.last_update&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fcalibre_web%2Fupdater.json)
![aarch64][aarch64-badge]
![amd64][amd64-badge]
![armv7][armv7-badge]
![armv7no][armv7no-badge]
![ingress][ingress-badge]
![smb][smb-badge]
![localdisks][localdisks-badge]
@@ -207,7 +207,7 @@ If you want to do add the repository manually, please follow the procedure highl
![amd64][amd64-badge]
![armv7no][armv7no-badge]
✓ ![image](https://api.iconify.design/mdi/file-search.svg) [Filebrowser (4212x)](filebrowser/) : filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files
✓ ![image](https://api.iconify.design/mdi/file-search.svg) [Filebrowser (4482x)](filebrowser/) : filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files
  ![Version](https://img.shields.io/badge/dynamic/json?label=Version&query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Ffilebrowser%2Fconfig.json)
![Update](https://img.shields.io/badge/dynamic/json?label=Updated&query=%24.last_update&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Ffilebrowser%2Fupdater.json)
@@ -527,7 +527,7 @@ If you want to do add the repository manually, please follow the procedure highl
![amd64][amd64-badge]
![armv7][armv7-badge]
✓ ![image](https://api.iconify.design/mdi/docker.svg) [Portainer (4137x)](portainer/) : Manage your Docker environment with ease
✓ ![image](https://api.iconify.design/mdi/docker.svg) [Portainer (3319x)](portainer/) : Manage your Docker environment with ease
  ![Version](https://img.shields.io/badge/dynamic/json?label=Version&query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fportainer%2Fconfig.json)
![Update](https://img.shields.io/badge/dynamic/json?label=Updated&query=%24.last_update&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fportainer%2Fupdater.json)
@@ -546,7 +546,7 @@ If you want to do add the repository manually, please follow the procedure highl
![smb][smb-badge]
![localdisks][localdisks-badge]
✓ ![image](https://api.iconify.design/mdi/progress-download.svg) [Qbittorrent](qbittorrent/) : qBittorrent is a bittorrent client
✓ ![image](https://api.iconify.design/mdi/progress-download.svg) [Qbittorrent (694x)](qbittorrent/) : qBittorrent is a bittorrent client
  ![Version](https://img.shields.io/badge/dynamic/json?label=Version&query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fqbittorrent%2Fconfig.json)
![Update](https://img.shields.io/badge/dynamic/json?label=Updated&query=%24.last_update&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fqbittorrent%2Fupdater.json)

View File

@@ -79,4 +79,4 @@
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/arpspoof",
"version": "1.0.0-2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:7022]"
}
}

View File

@@ -1,4 +1,7 @@
## 1.25.0 (06-05-2023)
- Update to latest version from autobrr/autobrr
## 1.24.1 (21-04-2023)
- Update to latest version from autobrr/autobrr

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="1.24.1"
ARG BUILD_UPSTREAM="1.25.0"
FROM ${BUILD_FROM}
##################

View File

@@ -98,5 +98,5 @@
},
"slug": "autobrr",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/autobrr",
"version": "1.24.1"
}
"version": "1.25.0"
}

View File

@@ -1,8 +1,8 @@
{
"last_update": "21-04-2023",
"last_update": "06-05-2023",
"repository": "alexbelgium/hassio-addons",
"slug": "autborr",
"source": "github",
"upstream_repo": "autobrr/autobrr",
"upstream_version": "1.24.1"
"upstream_version": "1.25.0"
}

View File

@@ -71,4 +71,4 @@
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.9.3",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
}
}

View File

@@ -1,3 +1,6 @@
## 1.2.1 (06-05-2023)
- Update to latest version from linuxserver/docker-bazarr
### 1.2.0-1 (21-04-2023)
- Minor bugs fixed
- Implemented healthcheck

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="1.2.0"
ARG BUILD_UPSTREAM="1.2.1"
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
##################

View File

@@ -98,6 +98,6 @@
},
"slug": "bazarr_nas",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/bazarr",
"version": "1.2.0-1",
"version": "1.2.1",
"webui": "[PROTO:ssl]://[HOST]:[PORT:6767]"
}
}

View File

@@ -1,8 +1,8 @@
{
"last_update": "04-03-2023",
"last_update": "06-05-2023",
"repository": "alexbelgium/hassio-addons",
"slug": "bazarr",
"source": "github",
"upstream_repo": "linuxserver/docker-bazarr",
"upstream_version": "1.2.0"
"upstream_version": "1.2.1"
}

View File

@@ -104,4 +104,4 @@
"slug": "binance-trading-bot",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.0.98"
}
}

View File

@@ -92,4 +92,4 @@
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/booksonic_air",
"version": "v2201.1.0-ls90",
"webui": "[PROTO:ssl]://[HOST]:[PORT:4040]"
}
}

View File

@@ -69,4 +69,4 @@
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/browserless_chrome",
"version": "1.58.0",
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]"
}
}

View File

@@ -106,4 +106,4 @@
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre",
"version": "v6.14.1-ls210_reverted",
"video": true
}
}

View File

@@ -1,3 +1,10 @@
### 0.6.20-ls208-2 (06-05-2023)
- Minor bugs fixed
## 0.6.20-ls208 (06-05-2023)
- Update to latest version from linuxserver/docker-calibre-web
### 0.6.20-ls207-6 (05-05-2023)
- Minor bugs fixed
### 0.6.20-ls207-3 (05-05-2023)
- Minor bugs fixed
### 0.6.20-ls207-2 (05-05-2023)

View File

@@ -1,8 +1,7 @@
{
"build_from": {
"aarch64": "lscr.io/linuxserver/calibre-web:arm64v8-",
"amd64": "lscr.io/linuxserver/calibre-web:amd64-",
"armv7": "lscr.io/linuxserver/calibre-web:arm32v7-"
"amd64": "lscr.io/linuxserver/calibre-web:amd64-"
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"

View File

@@ -1,8 +1,7 @@
{
"arch": [
"aarch64",
"amd64",
"armv7"
"amd64"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "browsing, reading and downloading eBooks using an existing Calibre database",
@@ -103,7 +102,7 @@
"networkdisks": "str?"
},
"slug": "calibre-web",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre-web",
"version": "0.6.20-ls207-4",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre_web",
"version": "0.6.20-ls208-2",
"video": true
}

View File

@@ -1,5 +1,5 @@
#!/bin/bash
if [ -f /etc/cont-init.d/00-smb_mounts.sh ]; then
sed -i "s|cifs -o \"|cifs -o \"nobrl," /etc/cont-init.d/00-smb_mounts.sh
sed -i "s|cifs -o \"|cifs -o \"nobrl,|g" /etc/cont-init.d/00-smb_mounts.sh
fi

View File

@@ -1,10 +1,10 @@
{
"github_fulltag": "true",
"last_update": "23-04-2023",
"last_update": "06-05-2023",
"paused": false,
"repository": "alexbelgium/hassio-addons",
"slug": "calibre-web",
"source": "github",
"upstream_repo": "linuxserver/docker-calibre-web",
"upstream_version": "0.6.20-ls207"
"upstream_version": "0.6.20-ls208"
}

View File

@@ -90,4 +90,4 @@
"slug": "cloudcommander",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander",
"version": "16.14.1"
}
}

View File

@@ -91,4 +91,4 @@
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/coder-server",
"version": "4.12.0",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8443]"
}
}

View File

@@ -77,4 +77,4 @@
"startup": "services",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/elasticsearch",
"version": "7.17.9"
}
}

View File

@@ -1,4 +1,7 @@
## 4.8.0.34 (06-05-2023)
- Update to latest version from linuxserver/docker-emby
## 4.8.0.32 (29-04-2023)
- Update to latest version from linuxserver/docker-emby

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="4.8.0.32"
ARG BUILD_UPSTREAM="4.8.0.34"
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
##################

View File

@@ -109,6 +109,6 @@
},
"slug": "emby_nas",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/emby",
"version": "4.8.0.32",
"version": "4.8.0.34",
"video": true
}
}

View File

@@ -1,9 +1,9 @@
{
"github_beta": "true",
"last_update": "29-04-2023",
"last_update": "06-05-2023",
"repository": "alexbelgium/hassio-addons",
"slug": "emby",
"source": "github",
"upstream_repo": "linuxserver/docker-emby",
"upstream_version": "4.8.0.32"
"upstream_version": "4.8.0.34"
}

View File

@@ -85,4 +85,4 @@
"slug": "enedisgateway2mqtt",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.8.16"
}
}

View File

@@ -85,4 +85,4 @@
"slug": "enedisgateway2mqtt_dev",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.9.0b1"
}
}

View File

@@ -1,4 +1,7 @@
## c0dfe30ee94fa609a9efcb5eb2b8fd0c1dafe6e2-2023-05-03 (2023-05-03)
- Update to latest version from charlocharlie/epicgames-freegames
## 7dda5cbcf484f6eee15d78edd35ebbe15c2de60b-2023-04-21 (2023-04-21)
- Update to latest version from charlocharlie/epicgames-freegames

View File

@@ -70,6 +70,6 @@
},
"slug": "epicgamesfree",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "7dda5cbcf484f6eee15d78edd35ebbe15c2de60b-2023-04-21",
"version": "c0dfe30ee94fa609a9efcb5eb2b8fd0c1dafe6e2-2023-05-03",
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]"
}
}

View File

@@ -1,10 +1,10 @@
{
"dockerhub_by_date": true,
"dockerhub_list_size": 2,
"last_update": "2023-04-21",
"last_update": "2023-05-03",
"repository": "alexbelgium/hassio-addons",
"slug": "epicgamesfree",
"source": "dockerhub",
"upstream_repo": "charlocharlie/epicgames-freegames",
"upstream_version": "7dda5cbcf484f6eee15d78edd35ebbe15c2de60b-2023-04-21"
"upstream_version": "c0dfe30ee94fa609a9efcb5eb2b8fd0c1dafe6e2-2023-05-03"
}

View File

@@ -103,4 +103,4 @@
"slug": "filebrowser",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.23.0-5"
}
}

View File

@@ -96,4 +96,4 @@
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "6.0.9",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}
}

View File

@@ -89,4 +89,4 @@
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "version-1.2.2-3",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}
}

View File

@@ -76,4 +76,4 @@
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.2-10",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}
}

View File

@@ -66,4 +66,4 @@
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "3.1.2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8191]"
}
}

View File

@@ -1,4 +1,7 @@
## 3.6.7 (06-05-2023)
- Update to latest version from wiserain/flexget
## 3.6.4 (29-04-2023)
- Update to latest version from wiserain/flexget

View File

@@ -86,6 +86,6 @@
},
"slug": "flexget",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "3.6.4",
"version": "3.6.7",
"webui": "[PROTO:ssl]://[HOST]:[PORT:5050]"
}
}

View File

@@ -1,8 +1,8 @@
{
"last_update": "29-04-2023",
"last_update": "06-05-2023",
"repository": "alexbelgium/hassio-addons",
"slug": "flexget",
"source": "dockerhub",
"upstream_repo": "wiserain/flexget",
"upstream_version": "3.6.4"
"upstream_version": "3.6.7"
}

View File

@@ -78,4 +78,4 @@
"slug": "gazpar2mqtt",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.8.2-5"
}
}

View File

@@ -87,4 +87,4 @@
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/gitea",
"version": "1.19.3",
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]"
}
}

View File

@@ -81,4 +81,4 @@
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.7.40",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
}
}

View File

@@ -113,4 +113,4 @@
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.54.1",
"webui": "http://[HOST]:[PORT:8080]"
}
}

View File

@@ -104,4 +104,4 @@
"slug": "inadyn",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.10.0"
}
}

View File

@@ -1,4 +1,7 @@
## 0.20.4083 (06-05-2023)
- Update to latest version from linuxserver/docker-jackett
## 0.20.4013 (29-04-2023)
- Update to latest version from linuxserver/docker-jackett

View File

@@ -92,6 +92,6 @@
},
"slug": "jackett_nas",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/jackett",
"version": "0.20.4013",
"version": "0.20.4083",
"webui": "[PROTO:ssl]://[HOST]:[PORT:9117]"
}
}

View File

@@ -1,8 +1,8 @@
{
"last_update": "29-04-2023",
"last_update": "06-05-2023",
"repository": "alexbelgium/hassio-addons",
"slug": "jackett",
"source": "github",
"upstream_repo": "linuxserver/docker-jackett",
"upstream_version": "0.20.4013"
"upstream_version": "0.20.4083"
}

View File

@@ -1,3 +1,5 @@
### 10.8.10-6 (08-05-2023)
- Minor bugs fixed
### 10.8.10-5 (04-05-2023)
- Minor bugs fixed
### 10.8.10-2 (04-05-2023)

View File

@@ -112,6 +112,6 @@
},
"slug": "jellyfin",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "10.8.10-5",
"version": "10.8.10-6",
"video": true
}

View File

@@ -27,8 +27,8 @@ sed -i "s|/usr/share/jellyfin|$LOCATION|g" /etc/nginx/servers/ingress.conf
# Custom transcode location
mkdir -p /data/transcodes
if [ -d "$LOCATION"/data/transcodes ]; then
cp -rT "$LOCATION"/data/transcodes /data/transcodes
rm -r "$LOCATION"/data/transcodes
cp -rT "$LOCATION"/data/transcodes /data/transcodes || true
rm -r "$LOCATION"/data/transcodes
fi
ln -s /data/transcodes "$LOCATION"/data/transcodes
chown -R "$PUID":"$PGID" /data/transcodes

View File

@@ -1,3 +1,8 @@
### 338-2 (08-05-2023)
- Minor bugs fixed
## 338 (06-05-2023)
- Update to latest version from Fallenbagel/jellyseerr
### 1.5.0-6 (04-05-2023)
- Minor bugs fixed
### 1.5.0-3 (04-05-2023)

View File

@@ -1,6 +1,6 @@
#include <tunables/global>
profile overseerr_addon flags=(attach_disconnected,mediate_deleted) {
profile jellyseer_addon flags=(attach_disconnected,mediate_deleted) {
#include <abstractions/base>
capability,

View File

@@ -7,4 +7,4 @@
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}
}

View File

@@ -55,6 +55,7 @@
"/dev/nvme2"
],
"environment": {},
"host_network": true,
"image": "ghcr.io/alexbelgium/jellyseerr-{arch}",
"init": false,
"map": [
@@ -78,6 +79,6 @@
},
"slug": "jellyseerr",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/jellyseerr",
"version": "1.5.0-6",
"version": "338-2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:5055]"
}

View File

@@ -1,8 +1,8 @@
{
"last_update": "04-02-2023",
"last_update": "06-05-2023",
"repository": "alexbelgium/hassio-addons",
"slug": "jellyseerr",
"source": "github",
"upstream_repo": "Fallenbagel/jellyseerr",
"upstream_version": "1.5.0"
}
"upstream_version": "338"
}

View File

@@ -98,4 +98,4 @@
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.10.11-3",
"webui": "[PROTO:ssl]://[HOST]:[PORT:22300]"
}
}

View File

@@ -95,4 +95,4 @@
"url": "https://github.com/alexbelgium/hassio-addons/blob/master/lidarr/Readme.md",
"version": "1.1.4.3027-ls119",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8686]"
}
}

View File

@@ -1,3 +1,5 @@
### v1.0.0-beta-4 (07-05-2023)
- Minor bugs fixed
### v1.0.0-beta-3 (11-04-2023)
- Minor bugs fixed
## v1.0.0-beta-2 (11-04-2023)

View File

@@ -55,7 +55,10 @@
],
"environment": {
"DB_ENGINE": "sqlite",
"WEB_GUNICORN": "true"
"WEB_GUNICORN": "true",
"WEB_CONCURRENCY": "2",
"WORKERS_PER_CORE": "0.5",
"MAX_WORKERS": "1"
},
"image": "ghcr.io/alexbelgium/mealie-{arch}",
"map": [
@@ -92,6 +95,6 @@
},
"slug": "mealie",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "v1.0.0-beta-3",
"version": "v1.0.0-beta-4",
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]"
}
}

View File

@@ -94,4 +94,4 @@
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.7.1",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8090]"
}
}

View File

@@ -95,4 +95,4 @@
"slug": "nzbget",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "v21.1-ls138"
}
}

View File

@@ -1,4 +1,7 @@
## 5.9-chromium-amd64-2023-05-05 (2023-05-05)
- Update to latest version from mbentley/omada-controller
## 5.9-chromium-amd64-2023-04-27 (2023-04-27)
- Update to latest version from mbentley/omada-controller

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="5.9-chromium-amd64-2023-04-27"
ARG BUILD_UPSTREAM="5.9-chromium-amd64-2023-05-05"
FROM ${BUILD_FROM}
##################

View File

@@ -93,6 +93,6 @@
},
"slug": "omada",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "5.9-chromium-amd64-2023-04-27",
"version": "5.9-chromium-amd64-2023-05-05",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8088]"
}
}

View File

@@ -1,9 +1,9 @@
{
"dockerhub_by_date": true,
"last_update": "2023-04-27",
"last_update": "2023-05-05",
"repository": "alexbelgium/hassio-addons",
"slug": "omada",
"source": "dockerhub",
"upstream_repo": "mbentley/omada-controller",
"upstream_version": "5.9-chromium-amd64-2023-04-27"
"upstream_version": "5.9-chromium-amd64-2023-05-05"
}

View File

@@ -1,4 +1,7 @@
## 5.9-chromium-amd64-2023-05-05 (2023-05-05)
- Update to latest version from mbentley/omada-controller
## 5.9-chromium-amd64-2023-04-27 (2023-04-27)
- Update to latest version from mbentley/omada-controller

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="5.9-chromium-amd64-2023-04-27"
ARG BUILD_UPSTREAM="5.9-chromium-amd64-2023-05-05"
FROM ${BUILD_FROM}
##################

View File

@@ -93,6 +93,6 @@
},
"slug": "omada_v3",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "5.9-chromium-amd64-2023-04-27",
"version": "5.9-chromium-amd64-2023-05-05",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8088]"
}
}

View File

@@ -1,9 +1,9 @@
{
"dockerhub_by_date": true,
"last_update": "2023-04-27",
"last_update": "2023-05-05",
"repository": "alexbelgium/hassio-addons",
"slug": "omada_v3",
"source": "dockerhub",
"upstream_repo": "mbentley/omada-controller",
"upstream_version": "5.9-chromium-amd64-2023-04-27"
"upstream_version": "5.9-chromium-amd64-2023-05-05"
}

View File

@@ -78,4 +78,4 @@
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/ombi",
"version": "4.35.10",
"webui": "[PROTO:ssl]://[HOST]:[PORT:3579]"
}
}

View File

@@ -78,4 +78,4 @@
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.90-bugfix2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
}
}

View File

@@ -83,4 +83,4 @@
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/overseerr",
"version": "1.32.5",
"webui": "[PROTO:ssl]://[HOST]:[PORT:5055]"
}
}

View File

@@ -1,4 +1,7 @@
## 1.14.4 (06-05-2023)
- Update to latest version from paperless-ngx/paperless-ngx
## 1.14.2 (29-04-2023)
- Update to latest version from paperless-ngx/paperless-ngx
### 1.13.0-3 (16-04-2023)

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="1.14.2"
ARG BUILD_UPSTREAM="1.14.4"
FROM ${BUILD_FROM}:${BUILD_UPSTREAM}
##################

View File

@@ -118,6 +118,6 @@
],
"slug": "paperless_ng",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.14.2",
"version": "1.14.4",
"webui": "http://[HOST]:[PORT:8000]"
}
}

View File

@@ -1,9 +1,9 @@
{
"github_fulltag": "false",
"last_update": "29-04-2023",
"last_update": "06-05-2023",
"repository": "alexbelgium/hassio-addons",
"slug": "paperless_ngx",
"source": "github",
"upstream_repo": "paperless-ngx/paperless-ngx",
"upstream_version": "1.14.2"
"upstream_version": "1.14.4"
}

View File

@@ -101,4 +101,4 @@
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "v2.0.1-ls60-bugfix",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8000]"
}
}

View File

@@ -1,3 +1,5 @@
### preview-9 (07-05-2023)
- Minor bugs fixed
### preview-8 (24-04-2023)
- Minor bugs fixed
### preview-7 (24-04-2023)

View File

@@ -81,7 +81,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get
RUN chmod 777 /entrypoint.sh
ENTRYPOINT [ "/usr/bin/env" ]
CMD [ "/entrypoint.sh" ]
WORKDIR "/data/photprism"
WORKDIR "/data/photoprism"
############
# 5 Labels #

View File

@@ -1,4 +1,3 @@
## &#9888; Open Issue : [🐛 [Photoprism] Cannot add user in Photoprism Preview-6 (opened 2023-04-15)](https://github.com/alexbelgium/hassio-addons/issues/798) by [@MiSebCo](https://github.com/MiSebCo)
# Home assistant add-on: Photoprism
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)
@@ -89,6 +88,15 @@ PHOTOPRISM_DATABASE_NAME: "photoprism"
PHOTOPRISM_DATABASE_USER: "USERNAME"
PHOTOPRISM_DATABASE_PASSWORD: "PASSWORD
```
## Using Photoprism Command-Line Interface
Photoprism also provides a command line interface:
https://docs.photoprism.app/getting-started/docker-compose/#command-line-interface
You can access it via portainer addon or executing `docker exec -it <photoprism container id> bash` via _ssh_.
:warning: Do not use `docker exec <photoprism container id> photoprism` as this will lead to unpredictable behavior.
## Illustration

View File

@@ -118,6 +118,6 @@
],
"slug": "photoprism",
"url": "https://github.com/alexbelgium/hassio-addons-test",
"version": "preview-8",
"version": "preview-9",
"video": true
}
}

View File

@@ -46,11 +46,11 @@ case $(bashio::config 'DB_TYPE') in
bashio::log.blue "PHOTOPRISM_DATABASE_PASSWORD=$PHOTOPRISM_DATABASE_PASSWORD"
{
printf "%s" "PHOTOPRISM_DATABASE_DRIVER=\"${PHOTOPRISM_DATABASE_DRIVER}\""
printf "%s" "PHOTOPRISM_DATABASE_SERVER=\"${PHOTOPRISM_DATABASE_SERVER}\""
printf "%s" "PHOTOPRISM_DATABASE_NAME=\"${PHOTOPRISM_DATABASE_NAME}\""
printf "%s" "PHOTOPRISM_DATABASE_USER=\"${PHOTOPRISM_DATABASE_USER}\""
printf "%s" "PHOTOPRISM_DATABASE_PASSWORD=\"${PHOTOPRISM_DATABASE_PASSWORD}\""
echo "export PHOTOPRISM_DATABASE_DRIVER=\"${PHOTOPRISM_DATABASE_DRIVER}\""
echo "export PHOTOPRISM_DATABASE_SERVER=\"${PHOTOPRISM_DATABASE_SERVER}\""
echo "export PHOTOPRISM_DATABASE_NAME=\"${PHOTOPRISM_DATABASE_NAME}\""
echo "export PHOTOPRISM_DATABASE_USER=\"${PHOTOPRISM_DATABASE_USER}\""
echo "export PHOTOPRISM_DATABASE_PASSWORD=\"${PHOTOPRISM_DATABASE_PASSWORD}\""
} >> ~/.bashrc
bashio::log.warning "Photoprism is using the Maria DB addon"
@@ -77,7 +77,7 @@ if bashio::config.true "ingress_disabled"; then
else
PHOTOPRISM_SITE_URL="$(bashio::addon.ingress_entry)/"
export PHOTOPRISM_SITE_URL
printf "%s" "PHOTOPRISM_SITE_URL=\"${PHOTOPRISM_SITE_URL}\"" >> ~/.bashrc
echo "export PHOTOPRISM_SITE_URL=\"${PHOTOPRISM_SITE_URL}\"" >> ~/.bashrc
bashio::log.warning "Ingress is enabled. To connect, you must add $PHOTOPRISM_SITE_URL to the end of your access point. Example : http://my-url:8123$PHOTOPRISM_SITE_URL"
fi
@@ -98,11 +98,11 @@ export PHOTOPRISM_IMPORT_PATH
export PHOTOPRISM_BACKUP_PATH
{
printf "%s" "PHOTOPRISM_UPLOAD_NSFW=\"${PHOTOPRISM_UPLOAD_NSFW}\""
printf "%s" "PHOTOPRISM_STORAGE_PATH=\"${PHOTOPRISM_STORAGE_PATH}\""
printf "%s" "PHOTOPRISM_ORIGINALS_PATH=\"${PHOTOPRISM_ORIGINALS_PATH}\""
printf "%s" "PHOTOPRISM_IMPORT_PATH=\"${PHOTOPRISM_IMPORT_PATH}\""
printf "%s" "PHOTOPRISM_BACKUP_PATH=\"${PHOTOPRISM_BACKUP_PATH}\""
echo "export PHOTOPRISM_UPLOAD_NSFW=\"${PHOTOPRISM_UPLOAD_NSFW}\""
echo "export PHOTOPRISM_STORAGE_PATH=\"${PHOTOPRISM_STORAGE_PATH}\""
echo "export PHOTOPRISM_ORIGINALS_PATH=\"${PHOTOPRISM_ORIGINALS_PATH}\""
echo "export PHOTOPRISM_IMPORT_PATH=\"${PHOTOPRISM_IMPORT_PATH}\""
echo "export PHOTOPRISM_BACKUP_PATH=\"${PHOTOPRISM_BACKUP_PATH}\""
} >> ~/.bashrc
# Test configs
@@ -128,8 +128,8 @@ if bashio::config.has_value "PUID" && bashio::config.has_value "PGID"; then
sed -i "1a PHOTOPRISM_UID=$PHOTOPRISM_UID" /scripts/entrypoint.sh
sed -i "1a PHOTOPRISM_GID=$PHOTOPRISM_GID" /scripts/entrypoint.sh
{
printf "%s" "PHOTOPRISM_UID=\"${PHOTOPRISM_UID}\""
printf "%s" "PHOTOPRISM_GID=\"${PHOTOPRISM_GID}\""
echo "export PHOTOPRISM_UID=\"${PHOTOPRISM_UID}\""
echo "export PHOTOPRISM_GID=\"${PHOTOPRISM_GID}\""
} >> ~/.bashrc
fi

View File

@@ -94,4 +94,4 @@
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "13.6.0-2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
}
}

View File

@@ -1,4 +1,7 @@
## 1.32.0.6973-a787c5a8e-ls165 (06-05-2023)
- Update to latest version from linuxserver/docker-plex
## 1.32.0.6973-a787c5a8e-ls164 (21-04-2023)
- Update to latest version from linuxserver/docker-plex

View File

@@ -117,7 +117,7 @@
},
"slug": "plex_nas",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex",
"version": "1.32.0.6973-a787c5a8e-ls164",
"version": "1.32.0.6973-a787c5a8e-ls165",
"video": true,
"webui": "[PROTO:ssl]://[HOST]:[PORT:32400]/web"
}
}

View File

@@ -1,9 +1,9 @@
{
"github_fulltag": "true",
"last_update": "21-04-2023",
"last_update": "06-05-2023",
"repository": "alexbelgium/hassio-addons",
"slug": "plex",
"source": "github",
"upstream_repo": "linuxserver/docker-plex",
"upstream_version": "1.32.0.6973-a787c5a8e-ls164"
"upstream_version": "1.32.0.6973-a787c5a8e-ls165"
}

View File

@@ -82,4 +82,4 @@
"slug": "plex-meta-manager",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex_meta_manager",
"version": "v1.19.0-ls59"
}
}

View File

@@ -1,4 +1,7 @@
## 2.18.2 (06-05-2023)
- Update to latest version from portainer/portainer
## 2.18.1 (21-04-2023)
- Update to latest version from portainer/portainer
- Feat : addition of Micro Editor to all addons

View File

@@ -30,7 +30,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Setup base
ARG BUILD_UPSTREAM="2.18.1"
ARG BUILD_UPSTREAM="2.18.2"
# spellcheck disable=SC2015
# hadolint ignore=SC2015

View File

@@ -45,5 +45,5 @@
},
"slug": "portainer",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.18.1"
"version": "2.18.2"
}

View File

@@ -1,9 +1,9 @@
{
"github_havingasset": "true",
"last_update": "21-04-2023",
"last_update": "06-05-2023",
"repository": "alexbelgium/hassio-addons",
"slug": "portainer",
"source": "github",
"upstream_repo": "portainer/portainer",
"upstream_version": "2.18.1"
"upstream_version": "2.18.2"
}

View File

@@ -1,4 +1,7 @@
## nightly-1.5.0.3295-ls576 (06-05-2023)
- Update to latest version from linuxserver/docker-prowlarr
## nightly-1.4.1.3244-ls576 (29-04-2023)
- Update to latest version from linuxserver/docker-prowlarr

View File

@@ -94,6 +94,6 @@
},
"slug": "prowlarr",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "nightly-1.4.1.3244-ls576",
"version": "nightly-1.5.0.3295-ls576",
"webui": "[PROTO:ssl]://[HOST]:[PORT:9696]"
}
}

View File

@@ -1,10 +1,10 @@
{
"github_beta": "true",
"github_fulltag": "true",
"last_update": "29-04-2023",
"last_update": "06-05-2023",
"repository": "alexbelgium/hassio-addons",
"slug": "prowlarr",
"source": "github",
"upstream_repo": "linuxserver/docker-prowlarr",
"upstream_version": "nightly-1.4.1.3244-ls576"
"upstream_version": "nightly-1.5.0.3295-ls576"
}

Some files were not shown because too many files have changed in this diff Show More