From 5b0ef150373556a52cda29fcd8f25a85136b7045 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 26 Jan 2023 17:34:02 +0100 Subject: [PATCH 01/66] Update config.json --- enedisgateway2mqtt/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enedisgateway2mqtt/config.json b/enedisgateway2mqtt/config.json index 78ee0ec44..39d0bfccb 100644 --- a/enedisgateway2mqtt/config.json +++ b/enedisgateway2mqtt/config.json @@ -36,5 +36,5 @@ ], "slug": "enedisgateway2mqtt", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "0.8.13-5" + "version": "0.8.13-6" } From dc02d3c804118d35a5cc57457b3130a493e797a6 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 26 Jan 2023 17:34:07 +0100 Subject: [PATCH 02/66] Update config.json --- enedisgateway2mqtt_dev/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enedisgateway2mqtt_dev/config.json b/enedisgateway2mqtt_dev/config.json index 193371c71..11e259aad 100644 --- a/enedisgateway2mqtt_dev/config.json +++ b/enedisgateway2mqtt_dev/config.json @@ -36,5 +36,5 @@ ], "slug": "enedisgateway2mqtt_dev", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "0.8.14-beta1-3" + "version": "0.8.14-beta1-4" } From ec420d21812d6c521136a4b13132397215852f89 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 17:04:42 +0000 Subject: [PATCH 03/66] GitHub bot : README updated --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0097e17fc..c85dc9f33 100644 --- a/README.md +++ b/README.md @@ -336,22 +336,24 @@ Downloads evolution : ![amd64][amd64-badge] ![armv7no][armv7no-badge] -✓ [MyElectricalData](enedisgateway2mqtt/) : Use Enedis Gateway API to send data in your MQTT Broker (latest channel) +✓ ![image](https://api.iconify.design/mdi/lightning-bolt-outline.svg) [MyElectricalData](enedisgateway2mqtt/) : Use Enedis Gateway API to send data in your MQTT Broker (latest channel)   ![Version](https://img.shields.io/badge/dynamic/json?label=Version&query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fenedisgateway2mqtt%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%2Fenedisgateway2mqtt%2Fupdater.json) ![aarch64][aarch64-badge] ![amd64][amd64-badge] ![armv7][armv7-badge] +![ingress][ingress-badge] ![mqtt][mqtt-badge] -✓ [MyElectricalData Dev](enedisgateway2mqtt_dev/) : Use Enedis Gateway API to send data in your MQTT Broker (dev channel) +✓ ![image](https://api.iconify.design/mdi/lightning-bolt-outline.svg) [MyElectricalData Dev](enedisgateway2mqtt_dev/) : Use Enedis Gateway API to send data in your MQTT Broker (dev channel)   ![Version](https://img.shields.io/badge/dynamic/json?label=Version&query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fenedisgateway2mqtt_dev%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%2Fenedisgateway2mqtt_dev%2Fupdater.json) ![aarch64][aarch64-badge] ![amd64][amd64-badge] ![armv7][armv7-badge] +![ingress][ingress-badge] ![mqtt][mqtt-badge] ✓ [Mylar3](mylar3/) : Automated comic book downloader for use with NZB and torrents From b21577e114dd8ff1974244941502763e3a6c4108 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 26 Jan 2023 18:55:35 +0100 Subject: [PATCH 04/66] Add nginx --- enedisgateway2mqtt/rootfs/etc/cont-init.d/99-run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/enedisgateway2mqtt/rootfs/etc/cont-init.d/99-run.sh b/enedisgateway2mqtt/rootfs/etc/cont-init.d/99-run.sh index 731ae8dee..bb94388bb 100755 --- a/enedisgateway2mqtt/rootfs/etc/cont-init.d/99-run.sh +++ b/enedisgateway2mqtt/rootfs/etc/cont-init.d/99-run.sh @@ -95,6 +95,8 @@ fi # Launch App # ############## echo " " +nginx & bashio::log.info "Starting nginx" +echo " " bashio::log.info "Starting the app" echo " " From d32bb97e57d3aca3fd455a044332d08c73d9995b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 26 Jan 2023 18:56:03 +0100 Subject: [PATCH 05/66] Nginx --- enedisgateway2mqtt_dev/rootfs/etc/cont-init.d/99-run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/enedisgateway2mqtt_dev/rootfs/etc/cont-init.d/99-run.sh b/enedisgateway2mqtt_dev/rootfs/etc/cont-init.d/99-run.sh index 7c7b01645..2b451828e 100755 --- a/enedisgateway2mqtt_dev/rootfs/etc/cont-init.d/99-run.sh +++ b/enedisgateway2mqtt_dev/rootfs/etc/cont-init.d/99-run.sh @@ -95,6 +95,8 @@ fi # Launch App # ############## echo " " +nginx & bashio::log.info "Starting nginx" +echo " " bashio::log.info "Starting the app" echo " " From 30a99b35dcd169b1fcd043e8a7b62172098505e5 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 26 Jan 2023 18:56:16 +0100 Subject: [PATCH 06/66] Delete finish --- enedisgateway2mqtt_dev/rootfs/etc/services.d/nginx/finish | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 enedisgateway2mqtt_dev/rootfs/etc/services.d/nginx/finish diff --git a/enedisgateway2mqtt_dev/rootfs/etc/services.d/nginx/finish b/enedisgateway2mqtt_dev/rootfs/etc/services.d/nginx/finish deleted file mode 100644 index 444240135..000000000 --- a/enedisgateway2mqtt_dev/rootfs/etc/services.d/nginx/finish +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/execlineb -S0 -# ============================================================================== -# Take down the S6 supervision tree when Nginx fails -# ============================================================================== -if { s6-test ${1} -ne 0 } -if { s6-test ${1} -ne 256 } - -s6-svscanctl -t /var/run/s6/services From 5f14a3480c8b0ad403c1a0e1065c159ceaa25126 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 26 Jan 2023 18:56:25 +0100 Subject: [PATCH 07/66] Delete run --- enedisgateway2mqtt_dev/rootfs/etc/services.d/nginx/run | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 enedisgateway2mqtt_dev/rootfs/etc/services.d/nginx/run diff --git a/enedisgateway2mqtt_dev/rootfs/etc/services.d/nginx/run b/enedisgateway2mqtt_dev/rootfs/etc/services.d/nginx/run deleted file mode 100644 index fbddf44ee..000000000 --- a/enedisgateway2mqtt_dev/rootfs/etc/services.d/nginx/run +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/with-contenv bashio -# shellcheck shell=bash -# ============================================================================== - -# Wait for transmission to become available -bashio::net.wait_for 5000 localhost 900 - -bashio::log.info "Starting NGinx..." - -exec nginx From cfb3f1b1714e0e9ebfbc11b67565573a2594dbad Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 26 Jan 2023 18:56:44 +0100 Subject: [PATCH 08/66] Delete run --- enedisgateway2mqtt/rootfs/etc/services.d/nginx/run | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 enedisgateway2mqtt/rootfs/etc/services.d/nginx/run diff --git a/enedisgateway2mqtt/rootfs/etc/services.d/nginx/run b/enedisgateway2mqtt/rootfs/etc/services.d/nginx/run deleted file mode 100644 index fbddf44ee..000000000 --- a/enedisgateway2mqtt/rootfs/etc/services.d/nginx/run +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/with-contenv bashio -# shellcheck shell=bash -# ============================================================================== - -# Wait for transmission to become available -bashio::net.wait_for 5000 localhost 900 - -bashio::log.info "Starting NGinx..." - -exec nginx From 3f62956f830d005e535a2c2ecc4641c914693562 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 26 Jan 2023 18:56:54 +0100 Subject: [PATCH 09/66] Delete finish --- enedisgateway2mqtt/rootfs/etc/services.d/nginx/finish | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 enedisgateway2mqtt/rootfs/etc/services.d/nginx/finish diff --git a/enedisgateway2mqtt/rootfs/etc/services.d/nginx/finish b/enedisgateway2mqtt/rootfs/etc/services.d/nginx/finish deleted file mode 100644 index 444240135..000000000 --- a/enedisgateway2mqtt/rootfs/etc/services.d/nginx/finish +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/execlineb -S0 -# ============================================================================== -# Take down the S6 supervision tree when Nginx fails -# ============================================================================== -if { s6-test ${1} -ne 0 } -if { s6-test ${1} -ne 256 } - -s6-svscanctl -t /var/run/s6/services From 679594e3f2294be3486fd40c28c1770219793803 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 26 Jan 2023 18:57:12 +0100 Subject: [PATCH 10/66] Update config.json --- enedisgateway2mqtt/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enedisgateway2mqtt/config.json b/enedisgateway2mqtt/config.json index 39d0bfccb..b37999aff 100644 --- a/enedisgateway2mqtt/config.json +++ b/enedisgateway2mqtt/config.json @@ -36,5 +36,5 @@ ], "slug": "enedisgateway2mqtt", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "0.8.13-6" + "version": "0.8.13-7" } From 0c3cdb3ebeaa2924bec2bf65a6f257721c45148b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 26 Jan 2023 18:57:32 +0100 Subject: [PATCH 11/66] Update config.json --- enedisgateway2mqtt_dev/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enedisgateway2mqtt_dev/config.json b/enedisgateway2mqtt_dev/config.json index 11e259aad..d5064e9db 100644 --- a/enedisgateway2mqtt_dev/config.json +++ b/enedisgateway2mqtt_dev/config.json @@ -36,5 +36,5 @@ ], "slug": "enedisgateway2mqtt_dev", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "0.8.14-beta1-4" + "version": "0.8.14-beta1-5" } From 48730d88fc9cd7b71cd039c9f06c024c3109854c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 26 Jan 2023 21:13:50 +0100 Subject: [PATCH 12/66] Add datatable https://github.com/alexbelgium/hassio-addons/issues/649 --- enedisgateway2mqtt/rootfs/etc/nginx/servers/ingress.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/enedisgateway2mqtt/rootfs/etc/nginx/servers/ingress.conf b/enedisgateway2mqtt/rootfs/etc/nginx/servers/ingress.conf index 1de185e50..2dfce0b7e 100644 --- a/enedisgateway2mqtt/rootfs/etc/nginx/servers/ingress.conf +++ b/enedisgateway2mqtt/rootfs/etc/nginx/servers/ingress.conf @@ -13,6 +13,7 @@ server { sub_filter_types *; sub_filter /account %%ingress_entry%%/account; sub_filter /config %%ingress_entry%%/config; + sub_filter /data %%ingress_entry%%/data; sub_filter /gateway %%ingress_entry%%/gateway; sub_filter /import %%ingress_entry%%/import; sub_filter /lock %%ingress_entry%%/lock; From 9a1e3da59553b00b9df8cfb2bf834a64cbe5af85 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 26 Jan 2023 21:14:59 +0100 Subject: [PATCH 13/66] Update ingress.conf https://github.com/alexbelgium/hassio-addons/blob/master/paperless_ngx/config.json --- enedisgateway2mqtt_dev/rootfs/etc/nginx/servers/ingress.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/enedisgateway2mqtt_dev/rootfs/etc/nginx/servers/ingress.conf b/enedisgateway2mqtt_dev/rootfs/etc/nginx/servers/ingress.conf index 1de185e50..2dfce0b7e 100644 --- a/enedisgateway2mqtt_dev/rootfs/etc/nginx/servers/ingress.conf +++ b/enedisgateway2mqtt_dev/rootfs/etc/nginx/servers/ingress.conf @@ -13,6 +13,7 @@ server { sub_filter_types *; sub_filter /account %%ingress_entry%%/account; sub_filter /config %%ingress_entry%%/config; + sub_filter /data %%ingress_entry%%/data; sub_filter /gateway %%ingress_entry%%/gateway; sub_filter /import %%ingress_entry%%/import; sub_filter /lock %%ingress_entry%%/lock; From 50b21385b040c212714598408d67332fc0bf9197 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 26 Jan 2023 21:15:39 +0100 Subject: [PATCH 14/66] Update config.json --- enedisgateway2mqtt/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enedisgateway2mqtt/config.json b/enedisgateway2mqtt/config.json index b37999aff..0464fa3c3 100644 --- a/enedisgateway2mqtt/config.json +++ b/enedisgateway2mqtt/config.json @@ -36,5 +36,5 @@ ], "slug": "enedisgateway2mqtt", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "0.8.13-7" + "version": "0.8.13-8" } From 880c31c5bb421fb2bb01db0c1dad3ac3d4464ce1 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 26 Jan 2023 21:15:47 +0100 Subject: [PATCH 15/66] Update config.json --- enedisgateway2mqtt_dev/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enedisgateway2mqtt_dev/config.json b/enedisgateway2mqtt_dev/config.json index d5064e9db..798fde1e5 100644 --- a/enedisgateway2mqtt_dev/config.json +++ b/enedisgateway2mqtt_dev/config.json @@ -36,5 +36,5 @@ ], "slug": "enedisgateway2mqtt_dev", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "0.8.14-beta1-5" + "version": "0.8.14-beta1-6" } From f28c734771be854264af68b44b79a89f75731fae Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 21:33:47 +0000 Subject: [PATCH 16/66] Github bot : issues linked to readme --- seafile/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/seafile/README.md b/seafile/README.md index 91f50c592..b066e8132 100644 --- a/seafile/README.md +++ b/seafile/README.md @@ -1,3 +1,4 @@ +## ⚠ Open Issue : [🐛 [Seafile] Cannot change or download files (opened 2023-01-18)](https://github.com/alexbelgium/hassio-addons/issues/647) by [@ElVit](https://github.com/ElVit) # Home assistant add-on: seafile [![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium) From 3121a0e8248f4914c3d3ecc3a359aedf2e24ef97 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 21:51:07 +0000 Subject: [PATCH 17/66] Github bot : issues linked to readme --- nextcloud/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/nextcloud/README.md b/nextcloud/README.md index 7737145ba..98165f715 100644 --- a/nextcloud/README.md +++ b/nextcloud/README.md @@ -1,3 +1,4 @@ +## ⚠ Open Request : [✨ [REQUEST] Nextcloud - Enable antivirus (opened 2023-01-25)](https://github.com/alexbelgium/hassio-addons/issues/669) by [@amaciuc](https://github.com/amaciuc) # Home assistant add-on: Nextcloud [![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium) From 95ec7ece830c8e4590c1d069acf81612263a0fbf Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 27 Jan 2023 06:45:55 +0100 Subject: [PATCH 18/66] Correct translation https://github.com/alexbelgium/hassio-addons/issues/671#issuecomment-1405721927 --- addons_updater/translations/en.yaml | 16 ++++++++-------- arpspoof/translations/en.yaml | 2 +- baikal/translations/en.yaml | 2 +- bazarr/README.md | 2 +- bazarr/translations/en.yaml | 2 +- bitwarden/translations/en.yaml | 2 +- booksonic_air/README.md | 2 +- booksonic_air/translations/en.yaml | 2 +- browserless_chrome/translations/en.yaml | 2 +- calibre/README.md | 2 +- calibre/translations/en.yaml | 2 +- calibre_web/README.md | 2 +- calibre_web/translations/en.yaml | 2 +- cloudcommander/README.md | 2 +- cloudcommander/translations/en.yaml | 2 +- code-server/README.md | 2 +- code-server/translations/en.yaml | 2 +- elasticsearch/translations/en.yaml | 2 +- emby/README.md | 2 +- emby/translations/en.yaml | 2 +- enedisgateway2mqtt/translations/en.yaml | 2 +- enedisgateway2mqtt_dev/translations/en.yaml | 2 +- epicgamesfree/translations/en.yaml | 2 +- filebrowser/README.md | 2 +- filebrowser/translations/en.yaml | 2 +- fireflyiii/translations/en.yaml | 2 +- fireflyiii_data_importer/translations/en.yaml | 2 +- fireflyiii_fints_importer/translations/en.yaml | 2 +- flaresolverr/translations/en.yaml | 2 +- flexget/translations/en.yaml | 2 +- gazpar2mqtt/translations/en.yaml | 2 +- gitea/translations/en.yaml | 2 +- grav/README.md | 2 +- grav/translations/en.yaml | 2 +- guacamole/translations/en.yaml | 2 +- immich/translations/en.yaml | 2 +- inadyn/translations/en.yaml | 2 +- jackett/README.md | 2 +- jackett/translations/en.yaml | 2 +- jellyfin/README.md | 2 +- jellyfin/translations/en.yaml | 2 +- joal/translations/en.yaml | 2 +- joplin/translations/en.yaml | 2 +- lidarr/README.md | 2 +- lidarr/translations/en.yaml | 2 +- mealie/translations/en.yaml | 2 +- mylar3/README.md | 2 +- mylar3/translations/en.yaml | 2 +- nextcloud/README.md | 2 +- nextcloud/translations/en.yaml | 2 +- nzbget/README.md | 2 +- nzbget/translations/en.yaml | 2 +- omada/translations/en.yaml | 2 +- omada_v3/translations/en.yaml | 2 +- ombi/translations/en.yaml | 2 +- organizr/translations/en.yaml | 2 +- overseerr/translations/en.yaml | 2 +- paperless_ngx/README.md | 2 +- paperless_ngx/translations/en.yaml | 2 +- papermerge/README.md | 2 +- papermerge/translations/en.yaml | 2 +- photoprism/README.md | 2 +- photoprism/translations/en.yaml | 2 +- piwigo/README.md | 2 +- piwigo/translations/en.yaml | 2 +- plex/CHANGELOG.md | 2 +- plex/README.md | 2 +- plex/translations/en.yaml | 2 +- plex_meta_manager/translations/en.yaml | 2 +- portainer/translations/en.yaml | 2 +- prowlarr/README.md | 2 +- prowlarr/translations/en.yaml | 2 +- qbittorrent/README.md | 2 +- qbittorrent/translations/en.yaml | 2 +- radarr/README.md | 2 +- radarr/translations/en.yaml | 2 +- readarr/README.md | 2 +- readarr/translations/en.yaml | 2 +- requestrr/translations/en.yaml | 2 +- resiliosync/README.md | 2 +- resiliosync/translations/en.yaml | 2 +- scrutiny/translations/en.yaml | 2 +- scrutiny_fa/translations/en.yaml | 2 +- seafile/README.md | 2 +- seafile/translations/en.yaml | 2 +- sonarr/README.md | 2 +- sonarr/translations/en.yaml | 2 +- spotweb/translations/en.yaml | 2 +- tandoor_recipes/translations/en.yaml | 2 +- tdarr/README.md | 2 +- tdarr/translations/en.yaml | 2 +- teamspeak/translations/en.yaml | 2 +- transmission/README.md | 2 +- transmission/translations/en.yaml | 2 +- transmission_openvpn/translations/en.yaml | 2 +- ubooquity/translations/en.yaml | 2 +- unpackerr/translations/en.yaml | 2 +- webtop_kde/README.md | 2 +- webtop_kde/translations/en.yaml | 2 +- webtrees/README.md | 2 +- webtrees/translations/en.yaml | 2 +- wger/translations/en.yaml | 2 +- whoogle/translations/en.yaml | 2 +- xteve/translations/en.yaml | 2 +- zoneminder/translations/en.yaml | 2 +- 105 files changed, 112 insertions(+), 112 deletions(-) diff --git a/addons_updater/translations/en.yaml b/addons_updater/translations/en.yaml index bd46b44b4..ccca04b85 100644 --- a/addons_updater/translations/en.yaml +++ b/addons_updater/translations/en.yaml @@ -17,10 +17,10 @@ configuration: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones cifspassword: name: cifspassword - description: 'Your password to access your SMB share, same for all smb shares' + description: "Your password to access your SMB share, same for all smb shares" cifsusername: name: cifsusername - description: 'Your username to access your SMB share, same for all smb shares' + description: "Your username to access your SMB share, same for all smb shares" cifsdomain: name: cifsdomain description: Allow setting the domain for the smb share @@ -34,10 +34,10 @@ configuration: name: localdisks description: >- Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) - to mount separated by commas (ex: sda1,sdb1,MYNAS) + to mount separated by commas (ex. sda1,sdb1,MYNAS) networkdisks: name: networkdisks - description: 'list of smb servers to mount, separated by commas (//xxx.xx.xx.xx/share)' + description: "list of smb servers to mount, separated by commas (//xxx.xx.xx.xx/share)" DB_HOSTNAME: name: DB_HOSTNAME description: If using external postgresql @@ -66,16 +66,16 @@ configuration: unit (ex : 5s, or 2m, or 12h, or 5d...) silent: name: silent - description: 'true #suppresses debug messages' + description: "true #suppresses debug messages" ssl: name: ssl - description: 'true/false : enables ssl. Need certfile and keyfile filled' + description: "true/false : enables ssl. Need certfile and keyfile filled" certfile: name: certfile - description: 'fullchain.pem #ssl certificate, must be located in /ssl' + description: "fullchain.pem #ssl certificate, must be located in /ssl" keyfile: name: keyfile - description: 'privkey.pem #sslkeyfile, must be located in /ssl' + description: "privkey.pem #sslkeyfile, must be located in /ssl" whitelist: name: whitelist description: '"localhost,192.168.0.0/16" # list ip subnets that won''t need a password' diff --git a/arpspoof/translations/en.yaml b/arpspoof/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/arpspoof/translations/en.yaml +++ b/arpspoof/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/baikal/translations/en.yaml b/baikal/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/baikal/translations/en.yaml +++ b/baikal/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/bazarr/README.md b/bazarr/README.md index fae64d865..680d4a5e3 100644 --- a/bazarr/README.md +++ b/bazarr/README.md @@ -36,7 +36,7 @@ Configurations can be done through the app webUI, except for the following optio PGID: user GPID: user TZ: timezone -localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... +localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS... networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas cifsusername: "username" # optional, smb username, same for all smb shares cifspassword: "password" # optional, smb password diff --git a/bazarr/translations/en.yaml b/bazarr/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/bazarr/translations/en.yaml +++ b/bazarr/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/bitwarden/translations/en.yaml b/bitwarden/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/bitwarden/translations/en.yaml +++ b/bitwarden/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/booksonic_air/README.md b/booksonic_air/README.md index 91f87f31c..af33c56ae 100644 --- a/booksonic_air/README.md +++ b/booksonic_air/README.md @@ -51,7 +51,7 @@ Configurations can be done through the app webUI, except for the following optio PGID: user GPID: user TZ: timezone -localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... +localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS... networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas cifsusername: "username" # optional, smb username, same for all smb shares cifspassword: "password" # optional, smb password diff --git a/booksonic_air/translations/en.yaml b/booksonic_air/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/booksonic_air/translations/en.yaml +++ b/booksonic_air/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/browserless_chrome/translations/en.yaml b/browserless_chrome/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/browserless_chrome/translations/en.yaml +++ b/browserless_chrome/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/calibre/README.md b/calibre/README.md index 66292ca53..59e93a905 100644 --- a/calibre/README.md +++ b/calibre/README.md @@ -56,7 +56,7 @@ GPID: user TZ: timezone PASSWORD: Optionally set a password for the gui CLI_ARGS: Optionally pass cli start arguments to calibre -localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... +localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS... networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas cifsusername: "username" # optional, smb username, same for all smb shares cifspassword: "password" # optional, smb password diff --git a/calibre/translations/en.yaml b/calibre/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/calibre/translations/en.yaml +++ b/calibre/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/calibre_web/README.md b/calibre_web/README.md index b76d43d97..b94d74657 100644 --- a/calibre_web/README.md +++ b/calibre_web/README.md @@ -57,7 +57,7 @@ GPID: user TZ: timezone PASSWORD: Optionally set a password for the gui CLI_ARGS: Optionally pass cli start arguments to calibre-web -localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... +localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS... networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas cifsusername: "username" # optional, smb username, same for all smb shares cifspassword: "password" # optional, smb password diff --git a/calibre_web/translations/en.yaml b/calibre_web/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/calibre_web/translations/en.yaml +++ b/calibre_web/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/cloudcommander/README.md b/cloudcommander/README.md index 51fe7e469..4dd9a7d9a 100644 --- a/cloudcommander/README.md +++ b/cloudcommander/README.md @@ -27,7 +27,7 @@ This addon is based on the [docker image](https://hub.docker.com/r/coderaiser/cl Webui can be found at `:8000`. ```yaml -localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... +localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS... networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas cifsusername: "username" # optional, smb username, same for all smb shares cifspassword: "password" # optional, smb password diff --git a/cloudcommander/translations/en.yaml b/cloudcommander/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/cloudcommander/translations/en.yaml +++ b/cloudcommander/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/code-server/README.md b/code-server/README.md index ac0942973..f2dbb7916 100644 --- a/code-server/README.md +++ b/code-server/README.md @@ -32,7 +32,7 @@ Webui can be found at `:8443`. PGID: user GPID: user TZ: timezone -localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... +localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS... networkdisks: "//SERVER/SHARE" # optional, list of smbv2/3 servers to mount, separated by commas cifsusername: "username" # optional, smb username, same for all smb shares cifspassword: "password" # optional, smb password, same for all smb shares) diff --git a/code-server/translations/en.yaml b/code-server/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/code-server/translations/en.yaml +++ b/code-server/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/elasticsearch/translations/en.yaml b/elasticsearch/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/elasticsearch/translations/en.yaml +++ b/elasticsearch/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/emby/README.md b/emby/README.md index da41bd09e..9d42f9140 100644 --- a/emby/README.md +++ b/emby/README.md @@ -32,7 +32,7 @@ Webui can be found at `:8096`, or within Home Assistant through Ingress PGID: user GPID: user TZ: timezone -localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... +localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS... networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas cifsusername: "username" # optional, smb username, same for all smb shares cifspassword: "password" # optional, smb password diff --git a/emby/translations/en.yaml b/emby/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/emby/translations/en.yaml +++ b/emby/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/enedisgateway2mqtt/translations/en.yaml b/enedisgateway2mqtt/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/enedisgateway2mqtt/translations/en.yaml +++ b/enedisgateway2mqtt/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/enedisgateway2mqtt_dev/translations/en.yaml b/enedisgateway2mqtt_dev/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/enedisgateway2mqtt_dev/translations/en.yaml +++ b/enedisgateway2mqtt_dev/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/epicgamesfree/translations/en.yaml b/epicgamesfree/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/epicgamesfree/translations/en.yaml +++ b/epicgamesfree/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/filebrowser/README.md b/filebrowser/README.md index eaf2e22e7..f278df1ca 100644 --- a/filebrowser/README.md +++ b/filebrowser/README.md @@ -35,7 +35,7 @@ certfile: fullchain.pem #ssl certificate keyfile: privkey.pem #sslkeyfile NoAuth: true/false #Remove password. Resets database when changed. smbv1: false # Should smbv1 be used instead of 2.1+? -localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... +localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS... networkdisks: "//SERVER/SHARE" # optional, list of smbv2/3 servers to mount, separated by commas cifsusername: "username" # optional, smb username, same for all smb shares cifspassword: "password" # optional, smb password, same for all smb shares) diff --git a/filebrowser/translations/en.yaml b/filebrowser/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/filebrowser/translations/en.yaml +++ b/filebrowser/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/fireflyiii/translations/en.yaml b/fireflyiii/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/fireflyiii/translations/en.yaml +++ b/fireflyiii/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/fireflyiii_data_importer/translations/en.yaml b/fireflyiii_data_importer/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/fireflyiii_data_importer/translations/en.yaml +++ b/fireflyiii_data_importer/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/fireflyiii_fints_importer/translations/en.yaml b/fireflyiii_fints_importer/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/fireflyiii_fints_importer/translations/en.yaml +++ b/fireflyiii_fints_importer/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/flaresolverr/translations/en.yaml b/flaresolverr/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/flaresolverr/translations/en.yaml +++ b/flaresolverr/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/flexget/translations/en.yaml b/flexget/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/flexget/translations/en.yaml +++ b/flexget/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/gazpar2mqtt/translations/en.yaml b/gazpar2mqtt/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/gazpar2mqtt/translations/en.yaml +++ b/gazpar2mqtt/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/gitea/translations/en.yaml b/gitea/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/gitea/translations/en.yaml +++ b/gitea/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/grav/README.md b/grav/README.md index 94cd9f9b8..4077b60bb 100644 --- a/grav/README.md +++ b/grav/README.md @@ -55,7 +55,7 @@ You can place the user folder from the theme/skeleton in /share/grav/www/user, PGID: user GPID: user TZ: timezone -localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... +localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS... networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas cifsusername: "username" # optional, smb username, same for all smb shares cifspassword: "password" # optional, smb password diff --git a/grav/translations/en.yaml b/grav/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/grav/translations/en.yaml +++ b/grav/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/guacamole/translations/en.yaml b/guacamole/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/guacamole/translations/en.yaml +++ b/guacamole/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/immich/translations/en.yaml b/immich/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/immich/translations/en.yaml +++ b/immich/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/inadyn/translations/en.yaml b/inadyn/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/inadyn/translations/en.yaml +++ b/inadyn/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/jackett/README.md b/jackett/README.md index 9a0642fcf..3cdcdcbce 100644 --- a/jackett/README.md +++ b/jackett/README.md @@ -31,7 +31,7 @@ Configurations can be done through the app webUI, except for the following optio PGID: user GPID: user TZ: timezone -localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... +localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS... networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas cifsusername: "username" # optional, smb username, same for all smb shares cifspassword: "password" # optional, smb password diff --git a/jackett/translations/en.yaml b/jackett/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/jackett/translations/en.yaml +++ b/jackett/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/jellyfin/README.md b/jellyfin/README.md index e0f3d649d..ee536b07e 100644 --- a/jellyfin/README.md +++ b/jellyfin/README.md @@ -31,7 +31,7 @@ Webui can be found at `:8096`. PGID: user GPID: user TZ: timezone -localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... +localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS... networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas cifsusername: "username" # optional, smb username, same for all smb shares cifspassword: "password" # optional, smb password diff --git a/jellyfin/translations/en.yaml b/jellyfin/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/jellyfin/translations/en.yaml +++ b/jellyfin/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/joal/translations/en.yaml b/joal/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/joal/translations/en.yaml +++ b/joal/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/joplin/translations/en.yaml b/joplin/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/joplin/translations/en.yaml +++ b/joplin/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/lidarr/README.md b/lidarr/README.md index 0b178d3cc..f763bc068 100644 --- a/lidarr/README.md +++ b/lidarr/README.md @@ -51,7 +51,7 @@ Configurations can be done through the app webUI, except for the following optio PGID: user GPID: user TZ: timezone -localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... +localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS... networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas cifsusername: "username" # optional, smb username, same for all smb shares cifspassword: "password" # optional, smb password diff --git a/lidarr/translations/en.yaml b/lidarr/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/lidarr/translations/en.yaml +++ b/lidarr/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/mealie/translations/en.yaml b/mealie/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/mealie/translations/en.yaml +++ b/mealie/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/mylar3/README.md b/mylar3/README.md index 2cc126585..7159f3276 100644 --- a/mylar3/README.md +++ b/mylar3/README.md @@ -45,7 +45,7 @@ Configurations can be done through the app webUI, except for the following optio PGID: user GPID: user TZ: timezone -localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... +localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS... networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas cifsusername: "username" # optional, smb username, same for all smb shares cifspassword: "password" # optional, smb password diff --git a/mylar3/translations/en.yaml b/mylar3/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/mylar3/translations/en.yaml +++ b/mylar3/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/nextcloud/README.md b/nextcloud/README.md index 98165f715..74741ba61 100644 --- a/nextcloud/README.md +++ b/nextcloud/README.md @@ -46,7 +46,7 @@ data_directory: path for the main data directory. Defaults to `/share/nextcloud` use_own_certs: true/false #if true, use the certfile and keyfile specified certfile: fullchain.pem #ssl certificate, must be located in /ssl keyfile: privkey.pem #sslkeyfile, must be located in /ssl -localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... +localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS... networkdisks: "//SERVER/SHARE" # optional, list of smbv2/3 servers to mount, separated by commas cifsusername: "username" # optional, smb username, same for all smb shares cifspassword: "password" # optional, smb password, same for all smb shares) diff --git a/nextcloud/translations/en.yaml b/nextcloud/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/nextcloud/translations/en.yaml +++ b/nextcloud/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/nzbget/README.md b/nzbget/README.md index 6eac9600e..b00398f89 100644 --- a/nzbget/README.md +++ b/nzbget/README.md @@ -32,7 +32,7 @@ Configurations can be done through the app webUI, except for the following optio PGID: user GPID: user TZ: timezone -localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... +localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS... networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas cifsusername: "username" # optional, smb username, same for all smb shares cifspassword: "password" # optional, smb password diff --git a/nzbget/translations/en.yaml b/nzbget/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/nzbget/translations/en.yaml +++ b/nzbget/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/omada/translations/en.yaml b/omada/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/omada/translations/en.yaml +++ b/omada/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/omada_v3/translations/en.yaml b/omada_v3/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/omada_v3/translations/en.yaml +++ b/omada_v3/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/ombi/translations/en.yaml b/ombi/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/ombi/translations/en.yaml +++ b/ombi/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/organizr/translations/en.yaml b/organizr/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/organizr/translations/en.yaml +++ b/organizr/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/overseerr/translations/en.yaml b/overseerr/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/overseerr/translations/en.yaml +++ b/overseerr/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/paperless_ngx/README.md b/paperless_ngx/README.md index e88ff7489..be84cf26d 100644 --- a/paperless_ngx/README.md +++ b/paperless_ngx/README.md @@ -32,7 +32,7 @@ Options can be configured through two ways : ```yaml PGID: user GPID: user -localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... +localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS... networkdisks: "" # list of smbv2/3 servers to mount (optional) cifsusername: "username" # smb username (optional) cifspassword: "password" # smb password (optional) diff --git a/paperless_ngx/translations/en.yaml b/paperless_ngx/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/paperless_ngx/translations/en.yaml +++ b/paperless_ngx/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/papermerge/README.md b/papermerge/README.md index 60ace98f5..43c0f0c14 100644 --- a/papermerge/README.md +++ b/papermerge/README.md @@ -48,7 +48,7 @@ Options can be configured through two ways : PGID: user GPID: user ocrlang: Any language can be set from this page (always three letters) [here](https://tesseract-ocr.github.io/tessdoc/Data-Files#data-files-for-version-400-november-29-2016). -localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... +localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS... networkdisks: "" # list of smbv2/3 servers to mount (optional) cifsusername: "username" # smb username (optional) cifspassword: "password" # smb password (optional) diff --git a/papermerge/translations/en.yaml b/papermerge/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/papermerge/translations/en.yaml +++ b/papermerge/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/photoprism/README.md b/photoprism/README.md index fa8d5e0fc..4a6188439 100644 --- a/photoprism/README.md +++ b/photoprism/README.md @@ -56,7 +56,7 @@ ssl: true/false certfile: fullchain.pem #ssl certificate, must be located in /ssl keyfile: privkey.pem #sslkeyfile, must be located in /ssl DB_TYPE: "list(sqlite|mariadb_addon|external)" # Mariadb is automatically configured is the addon is installed, sqlite does not need configuration -localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... +localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS... networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas cifsusername: "username" # optional, smb username, same for all smb shares cifspassword: "password" # optional, smb password diff --git a/photoprism/translations/en.yaml b/photoprism/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/photoprism/translations/en.yaml +++ b/photoprism/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/piwigo/README.md b/piwigo/README.md index bfcda767f..afb7c6cee 100644 --- a/piwigo/README.md +++ b/piwigo/README.md @@ -47,7 +47,7 @@ Webui can be found at . ```yaml PGID: user GPID: user -localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... +localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS... networkdisks: "" # list of smbv2/3 servers to mount (optional) cifsusername: "username" # smb username (optional) cifspassword: "password" # smb password (optional) diff --git a/piwigo/translations/en.yaml b/piwigo/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/piwigo/translations/en.yaml +++ b/piwigo/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/plex/CHANGELOG.md b/plex/CHANGELOG.md index 59e64aadc..27cbcb35a 100644 --- a/plex/CHANGELOG.md +++ b/plex/CHANGELOG.md @@ -153,7 +153,7 @@ ## 1.25.1.5286-34f965be8-ls91 (07-12-2021) - Update to latest version from linuxserver/docker-plex -- localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... +- localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS... ## 1.25.0.5282-2edd3c44d-ls89 (02-12-2021) diff --git a/plex/README.md b/plex/README.md index 19a63488a..fa8342286 100644 --- a/plex/README.md +++ b/plex/README.md @@ -40,7 +40,7 @@ PGID: user GPID: user TZ: timezone claim: claim code for plex server # see https://github.com/linuxserver/docker-plex -localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... +localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS... networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas cifsusername: "username" # optional, smb username, same for all smb shares cifspassword: "password" # optional, smb password diff --git a/plex/translations/en.yaml b/plex/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/plex/translations/en.yaml +++ b/plex/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/plex_meta_manager/translations/en.yaml b/plex_meta_manager/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/plex_meta_manager/translations/en.yaml +++ b/plex_meta_manager/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/portainer/translations/en.yaml b/portainer/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/portainer/translations/en.yaml +++ b/portainer/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/prowlarr/README.md b/prowlarr/README.md index 0ee5454c9..4a0bce4c4 100644 --- a/prowlarr/README.md +++ b/prowlarr/README.md @@ -52,7 +52,7 @@ Configurations can be done through the app webUI, except for the following optio PGID: user GPID: user TZ: timezone -localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... +localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS... networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas cifsusername: "username" # optional, smb username, same for all smb shares cifspassword: "password" # optional, smb password diff --git a/prowlarr/translations/en.yaml b/prowlarr/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/prowlarr/translations/en.yaml +++ b/prowlarr/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/qbittorrent/README.md b/qbittorrent/README.md index 97765cd3a..9796e9795 100644 --- a/qbittorrent/README.md +++ b/qbittorrent/README.md @@ -53,7 +53,7 @@ whitelist: "localhost,192.168.0.0/16" # list ip subnets that won't need a passwo customUI: selection from list # alternative webUI can be set here. Latest version set at each addon start. Select 'custom' to fill it yourself in the webui DNS_servers: 8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover SavePath: "/share/qbittorrent" # Define the download directory -localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... +localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS... networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas cifsusername: "username" # optional, smb username, same for all smb shares cifspassword: "password" # optional, smb password diff --git a/qbittorrent/translations/en.yaml b/qbittorrent/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/qbittorrent/translations/en.yaml +++ b/qbittorrent/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/radarr/README.md b/radarr/README.md index d0e2e6670..857395eaf 100644 --- a/radarr/README.md +++ b/radarr/README.md @@ -52,7 +52,7 @@ Configurations can be done through the app webUI, except for the following optio PGID: user GPID: user TZ: timezone -localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... +localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS... networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas cifsusername: "username" # optional, smb username, same for all smb shares cifspassword: "password" # optional, smb password diff --git a/radarr/translations/en.yaml b/radarr/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/radarr/translations/en.yaml +++ b/radarr/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/readarr/README.md b/readarr/README.md index 93467dc02..c9b4570cf 100644 --- a/readarr/README.md +++ b/readarr/README.md @@ -51,7 +51,7 @@ Configurations can be done through the app webUI, except for the following optio PGID: user GPID: user TZ: timezone -localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... +localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS... networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas cifsusername: "username" # optional, smb username, same for all smb shares cifspassword: "password" # optional, smb password diff --git a/readarr/translations/en.yaml b/readarr/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/readarr/translations/en.yaml +++ b/readarr/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/requestrr/translations/en.yaml b/requestrr/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/requestrr/translations/en.yaml +++ b/requestrr/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/resiliosync/README.md b/resiliosync/README.md index 78a243619..72de6bb13 100644 --- a/resiliosync/README.md +++ b/resiliosync/README.md @@ -42,7 +42,7 @@ Webui can be found at . PGID: user GPID: user TZ: timezone -localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... +localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS... networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas cifsusername: "username" # optional, smb username, same for all smb shares cifspassword: "password" # optional, smb password diff --git a/resiliosync/translations/en.yaml b/resiliosync/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/resiliosync/translations/en.yaml +++ b/resiliosync/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/scrutiny/translations/en.yaml b/scrutiny/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/scrutiny/translations/en.yaml +++ b/scrutiny/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/scrutiny_fa/translations/en.yaml b/scrutiny_fa/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/scrutiny_fa/translations/en.yaml +++ b/scrutiny_fa/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/seafile/README.md b/seafile/README.md index b066e8132..6a40fa06c 100644 --- a/seafile/README.md +++ b/seafile/README.md @@ -58,7 +58,7 @@ GPID: user TZ: timezone PASSWORD: Optionally set a password for the gui CLI_ARGS: Optionally pass cli start arguments to seafile -localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... +localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS... networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas cifsusername: "username" # optional, smb username, same for all smb shares cifspassword: "password" # optional, smb password diff --git a/seafile/translations/en.yaml b/seafile/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/seafile/translations/en.yaml +++ b/seafile/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/sonarr/README.md b/sonarr/README.md index 40dd4d3eb..6a98707be 100644 --- a/sonarr/README.md +++ b/sonarr/README.md @@ -53,7 +53,7 @@ Configurations can be done through the app webUI, except for the following optio PGID: user GPID: user TZ: timezone -localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... +localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS... networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas cifsusername: "username" # optional, smb username, same for all smb shares cifspassword: "password" # optional, smb password diff --git a/sonarr/translations/en.yaml b/sonarr/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/sonarr/translations/en.yaml +++ b/sonarr/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/spotweb/translations/en.yaml b/spotweb/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/spotweb/translations/en.yaml +++ b/spotweb/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/tandoor_recipes/translations/en.yaml b/tandoor_recipes/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/tandoor_recipes/translations/en.yaml +++ b/tandoor_recipes/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/tdarr/README.md b/tdarr/README.md index 7f8222e6c..396e04d96 100644 --- a/tdarr/README.md +++ b/tdarr/README.md @@ -29,7 +29,7 @@ Webui can be found at . App documentation can be found here : https://docs.tdarr.io/docs/welcome/what/ ```yaml -localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... +localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS... networkdisks: "//SERVER/SHARE" # optional, list of smbv2/3 servers to mount, separated by commas cifsusername: "username" # optional, smb username, same for all smb shares cifspassword: "password" # optional, smb password, same for all smb shares) diff --git a/tdarr/translations/en.yaml b/tdarr/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/tdarr/translations/en.yaml +++ b/tdarr/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/teamspeak/translations/en.yaml b/teamspeak/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/teamspeak/translations/en.yaml +++ b/teamspeak/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/transmission/README.md b/transmission/README.md index 4a10ec68e..3b0520143 100644 --- a/transmission/README.md +++ b/transmission/README.md @@ -41,7 +41,7 @@ Options : ```yaml download_dir: "/share/downloads" # where the files will be saved after download incomplete_dir: "/share/incomplete" # where the files are saved during download -localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... +localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS... networkdisks: "" # list of smbv2/3 servers to mount, '' if none cifsusername: "" # smb username cifspassword: "" # smb password diff --git a/transmission/translations/en.yaml b/transmission/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/transmission/translations/en.yaml +++ b/transmission/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/transmission_openvpn/translations/en.yaml b/transmission_openvpn/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/transmission_openvpn/translations/en.yaml +++ b/transmission_openvpn/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/ubooquity/translations/en.yaml b/ubooquity/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/ubooquity/translations/en.yaml +++ b/ubooquity/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/unpackerr/translations/en.yaml b/unpackerr/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/unpackerr/translations/en.yaml +++ b/unpackerr/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/webtop_kde/README.md b/webtop_kde/README.md index 8cba70d2b..9b1596079 100644 --- a/webtop_kde/README.md +++ b/webtop_kde/README.md @@ -36,7 +36,7 @@ Apps installations are not remanent, you need to do it via addon options. Their TZ: timezone additional_apps: engrampa,thunderbird # Allows installation of apps, as they are not persistent DNS_servers: 8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover -localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... +localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS... networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas cifsusername: "username" # optional, smb username, same for all smb shares cifspassword: "password" # optional, smb password diff --git a/webtop_kde/translations/en.yaml b/webtop_kde/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/webtop_kde/translations/en.yaml +++ b/webtop_kde/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/webtrees/README.md b/webtrees/README.md index 94fbe58b5..fbc25d8a0 100644 --- a/webtrees/README.md +++ b/webtrees/README.md @@ -37,7 +37,7 @@ LANG: "en-US" # Default language for webtrees BASE_URL: "http://192.168.178.69" # The url with which you access webtrees DB_TYPE: "sqlite" # Your database type : sqlite for automatic configuration, or external for manual config CONFIG_LOCATION: location of the config.yaml (see below) -localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... +localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS... networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas cifsusername: "username" # optional, smb username, same for all smb shares cifspassword: "password" # optional, smb password diff --git a/webtrees/translations/en.yaml b/webtrees/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/webtrees/translations/en.yaml +++ b/webtrees/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/wger/translations/en.yaml b/wger/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/wger/translations/en.yaml +++ b/wger/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/whoogle/translations/en.yaml b/whoogle/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/whoogle/translations/en.yaml +++ b/whoogle/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/xteve/translations/en.yaml b/xteve/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/xteve/translations/en.yaml +++ b/xteve/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation diff --git a/zoneminder/translations/en.yaml b/zoneminder/translations/en.yaml index 643d3e9e0..d6d863744 100644 --- a/zoneminder/translations/en.yaml +++ b/zoneminder/translations/en.yaml @@ -264,7 +264,7 @@ description: See upstream app documentation localdisks: name: localdisks - description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS) + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) log_level: name: log_level description: See upstream app documentation From 114645437b94133c4fb1b4fc2b10e5495b041db5 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 27 Jan 2023 07:38:31 +0100 Subject: [PATCH 19/66] correct https://github.com/alexbelgium/hassio-addons/issues/671 --- addons_updater/translations/en.yaml | 711 ++++++++++++++++-- arpspoof/translations/en.yaml | 4 +- baikal/translations/en.yaml | 2 +- bazarr/translations/en.yaml | 2 +- bitwarden/translations/en.yaml | 2 +- booksonic_air/translations/en.yaml | 2 +- browserless_chrome/translations/en.yaml | 2 +- calibre/translations/en.yaml | 2 +- calibre_web/translations/en.yaml | 2 +- cloudcommander/translations/en.yaml | 2 +- code-server/translations/en.yaml | 2 +- elasticsearch/translations/en.yaml | 2 +- emby/translations/en.yaml | 2 +- enedisgateway2mqtt/translations/en.yaml | 2 +- enedisgateway2mqtt_dev/translations/en.yaml | 2 +- epicgamesfree/translations/en.yaml | 2 +- filebrowser/translations/en.yaml | 2 +- fireflyiii/translations/en.yaml | 2 +- fireflyiii_data_importer/translations/en.yaml | 2 +- .../translations/en.yaml | 2 +- flaresolverr/translations/en.yaml | 2 +- flexget/translations/en.yaml | 2 +- gazpar2mqtt/translations/en.yaml | 2 +- gitea/translations/en.yaml | 2 +- grav/translations/en.yaml | 2 +- guacamole/translations/en.yaml | 2 +- immich/translations/en.yaml | 2 +- inadyn/translations/en.yaml | 2 +- jackett/translations/en.yaml | 2 +- jellyfin/translations/en.yaml | 2 +- joal/translations/en.yaml | 2 +- joplin/translations/en.yaml | 2 +- lidarr/translations/en.yaml | 2 +- mealie/translations/en.yaml | 2 +- mylar3/translations/en.yaml | 2 +- nextcloud/translations/en.yaml | 2 +- nzbget/translations/en.yaml | 2 +- omada/translations/en.yaml | 2 +- omada_v3/translations/en.yaml | 2 +- ombi/translations/en.yaml | 2 +- organizr/translations/en.yaml | 2 +- overseerr/translations/en.yaml | 2 +- paperless_ngx/translations/en.yaml | 2 +- papermerge/translations/en.yaml | 2 +- photoprism/translations/en.yaml | 2 +- piwigo/translations/en.yaml | 2 +- plex/translations/en.yaml | 2 +- plex_meta_manager/translations/en.yaml | 2 +- portainer/translations/en.yaml | 2 +- prowlarr/translations/en.yaml | 2 +- qbittorrent/translations/en.yaml | 2 +- radarr/translations/en.yaml | 2 +- readarr/translations/en.yaml | 2 +- requestrr/translations/en.yaml | 2 +- resiliosync/translations/en.yaml | 2 +- scrutiny/translations/en.yaml | 2 +- scrutiny_fa/translations/en.yaml | 2 +- seafile/translations/en.yaml | 2 +- sonarr/translations/en.yaml | 2 +- spotweb/translations/en.yaml | 2 +- tandoor_recipes/translations/en.yaml | 2 +- tdarr/translations/en.yaml | 2 +- teamspeak/translations/en.yaml | 2 +- transmission/translations/en.yaml | 2 +- transmission_openvpn/translations/en.yaml | 2 +- ubooquity/translations/en.yaml | 2 +- unpackerr/translations/en.yaml | 2 +- webtop_kde/translations/en.yaml | 2 +- webtrees/translations/en.yaml | 2 +- wger/translations/en.yaml | 2 +- whoogle/translations/en.yaml | 2 +- xteve/translations/en.yaml | 2 +- zoneminder/translations/en.yaml | 2 +- 73 files changed, 708 insertions(+), 149 deletions(-) diff --git a/addons_updater/translations/en.yaml b/addons_updater/translations/en.yaml index ccca04b85..15674a81e 100644 --- a/addons_updater/translations/en.yaml +++ b/addons_updater/translations/en.yaml @@ -1,97 +1,656 @@ ---- -configuration: - PGID: - name: PGID - description: >- - The user group ID, as described in - https://docs.linuxserver.io/general/understanding-puid-and-pgid - PUID: - name: PUID - description: >- - The user group ID, as described in - https://docs.linuxserver.io/general/understanding-puid-and-pgid - TZ: - name: TZ - description: >- - The timezone, as described in - https://en.wikipedia.org/wiki/List_of_tz_database_time_zones - cifspassword: - name: cifspassword - description: "Your password to access your SMB share, same for all smb shares" - cifsusername: - name: cifsusername - description: "Your username to access your SMB share, same for all smb shares" + additional_apps: + name: additional_apps + description: Additional apps to install at boot + allow_ipv6: + name: allow_ipv6 + description: Enables ipv6 in the addon + ALLOW_SIGNUP: + name: ALLOW_SIGNUP + description: See upstream app documentation + ALLOWED_HOSTS: + name: ALLOWED_HOSTS + description: See upstream app documentation + APP_BASE_URL: + name: APP_BASE_URL + description: See upstream app documentation + APP_KEY: + name: APP_KEY + description: See upstream app documentation + APP_NAME: + name: APP_NAME + description: See upstream app documentation + append_myip: + name: append_myip + description: See upstream app documentation + auto_restart: + name: auto_restart + description: See upstream app documentation + BACKUP_PATH: + name: BACKUP_PATH + description: See upstream app documentation + base_folder: + name: base_folder + description: See upstream app documentation + BASE_URL: + name: BASE_URL + description: See upstream app documentation + base_url_portless: + name: base_url_portless + description: See upstream app documentation + certfile: + name: certfile + description: fullchain.pem #ssl certificate, must be located in /ssl + checkip_command: + name: checkip_command + description: See upstream app documentation + checkip_path: + name: checkip_path + description: See upstream app documentation + checkip_server: + name: checkip_server + description: See upstream app documentation + checkip_ssl: + name: checkip_ssl + description: See upstream app documentation cifsdomain: name: cifsdomain description: Allow setting the domain for the smb share - database: - name: database - description: Type of database to use + cifspassword: + name: cifspassword + description: Your password to access your SMB share, same for all smb shares + cifsusername: + name: cifsusername + description: Your username to access your SMB share, same for all smb shares + claim: + name: claim + description: See upstream app documentation + CLI_ARGS: + name: CLI_ARGS + description: See upstream app documentation + COLLECTOR_API_ENDPOINT: + name: COLLECTOR_API_ENDPOINT + description: See upstream app documentation + COLLECTOR_HOST_ID: + name: COLLECTOR_HOST_ID + description: See upstream app documentation + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: See upstream app documentation + CUSTOM_OPTIONS: + name: CUSTOM_OPTIONS + description: See upstream app documentation + custom_provider: + name: custom_provider + description: See upstream app documentation + customUI: + name: customUI + description: selection from list # alternative webUI can be set here + data_directory: + name: data_directory + description: See upstream app documentation data_location: name: data_location description: Where do you want your data stored - localdisks: - name: localdisks - description: >- - Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) - to mount separated by commas (ex. sda1,sdb1,MYNAS) - networkdisks: - name: networkdisks - description: "list of smb servers to mount, separated by commas (//xxx.xx.xx.xx/share)" - DB_HOSTNAME: - name: DB_HOSTNAME - description: If using external postgresql - DB_USERNAME: - name: DB_USERNAME - description: If using external postgresql - DB_PORT: - name: DB_PORT - description: If using external postgresql - DB_PASSWORD: - name: DB_PASSWORD - description: If using external postgresql + database: + name: database + description: Type of database to use + DB_CLIENT: + name: DB_CLIENT + description: See upstream app documentation + DB_CONNECTION: + name: DB_CONNECTION + description: See upstream app documentation + DB_DATABASE: + name: DB_DATABASE + description: See upstream app documentation DB_DATABASE_NAME: name: DB_DATABASE_NAME description: If using external postgresql - UPLOAD_LOCATION: - name: UPLOAD_LOCATION - description: This is the location where uploaded files are stored + DB_HOST: + name: DB_HOST + description: See upstream app documentation + DB_HOSTNAME: + name: DB_HOSTNAME + description: If using external database + DB_PASSWORD: + name: DB_PASSWORD + description: If using external database + DB_PORT: + name: DB_PORT + description: If using external database + DB_TYPE: + name: DB_TYPE + description: See upstream app documentation + DB_USERNAME: + name: DB_USERNAME + description: If using external database + ddns_path: + name: ddns_path + description: See upstream app documentation + ddns_server: + name: ddns_server + description: See upstream app documentation + DEBUG: + name: DEBUG + description: See upstream app documentation + DISABLE_MACHINE_LEARNING: + name: DISABLE_MACHINE_LEARNING + description: See upstream app documentation + DNS_server: + name: DNS_server + description: See upstream app documentation + DOCKER_MODS: + name: DOCKER_MODS + description: See upstream app documentation + DOMAIN: + name: DOMAIN + description: See upstream app documentation + download_dir: + name: download_dir + description: See upstream app documentation + downloads_location: + name: downloads_location + description: See upstream app documentation + DROPBOX_TOKEN: + name: DROPBOX_TOKEN + description: See upstream app documentation + edge_repositories: + name: edge_repositories + description: See upstream app documentation + elasticsearch_server: + name: elasticsearch_server + description: See upstream app documentation + expose_collector: + name: expose_collector + description: See upstream app documentation + EXTENSIONS: + name: EXTENSIONS + description: See upstream app documentation + extraction_path: + name: extraction_path + description: See upstream app documentation + fake_address: + name: fake_address + description: See upstream app documentation + FG_LOG_LEVEL: + name: FG_LOG_LEVEL + description: See upstream app documentation + FG_PLUGINS: + name: FG_PLUGINS + description: See upstream app documentation + FIREFLY_III_ACCESS_TOKEN: + name: FIREFLY_III_ACCESS_TOKEN + description: See upstream app documentation + FIREFLY_III_CLIENT_ID: + name: FIREFLY_III_CLIENT_ID + description: See upstream app documentation + FIREFLY_III_URL: + name: FIREFLY_III_URL + description: See upstream app documentation + forced_update: + name: forced_update + description: See upstream app documentation + Full_Text_Search: + name: Full_Text_Search + description: See upstream app documentation + gitapi: + name: gitapi + description: See upstream app documentation + gitmail: + name: gitmail + description: See upstream app documentation + gitpass: + name: gitpass + description: See upstream app documentation + gituser: + name: gituser + description: See upstream app documentation + graphic_drivers: + name: graphic_drivers + description: See upstream app documentation + hostname: + name: hostname + description: See upstream app documentation + HTTPS_ONLY: + name: HTTPS_ONLY + description: See upstream app documentation + iface: + name: iface + description: See upstream app documentation + Images_location: + name: Images_location + description: See upstream app documentation + imaphost: + name: imaphost + description: See upstream app documentation + imappassword: + name: imappassword + description: See upstream app documentation + imapusername: + name: imapusername + description: See upstream app documentation + import_dir: + name: import_dir + description: See upstream app documentation + IMPORT_PATH: + name: IMPORT_PATH + description: See upstream app documentation + incomplete_dir: + name: incomplete_dir + description: See upstream app documentation + ingress_disabled: + name: ingress_disabled + description: See upstream app documentation + ingress_user: + name: ingress_user + description: See upstream app documentation + INTERFACE_NAME: + name: INTERFACE_NAME + description: See upstream app documentation + iterations: + name: iterations + description: See upstream app documentation JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login - run_duration: - name: run_duration - description: >- - 12h #for how long should the addon run. Must be formatted as number + time - unit (ex : 5s, or 2m, or 12h, or 5d...) - silent: - name: silent - description: "true #suppresses debug messages" - ssl: - name: ssl - description: "true/false : enables ssl. Need certfile and keyfile filled" - certfile: - name: certfile - description: "fullchain.pem #ssl certificate, must be located in /ssl" + KEYBOARD: + name: KEYBOARD + description: See upstream app documentation keyfile: name: keyfile - description: "privkey.pem #sslkeyfile, must be located in /ssl" + description: privkey.pem #sslkeyfile, must be located in /ssl + LOCAL_NETWORK: + name: LOCAL_NETWORK + description: See upstream app documentation + localdisks: + name: localdisks + description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS) + log_level: + name: log_level + description: See upstream app documentation + MAILER_AUTH_PASSWORD: + name: MAILER_AUTH_PASSWORD + description: See upstream app documentation + MAILER_AUTH_USER: + name: MAILER_AUTH_USER + description: See upstream app documentation + MAILER_ENABLED: + name: MAILER_ENABLED + description: See upstream app documentation + name: OPENVPN_PROVIDER + description: See upstream app documentation + OPENVPN_USERNAME: + name: OPENVPN_USERNAME + description: See upstream app documentation + ORIGINALS_PATH: + name: ORIGINALS_PATH + description: See upstream app documentation + PAPERLESS_OCR_MODE: + name: PAPERLESS_OCR_MODE + description: See upstream app documentation + PAPERLESS_URL: + name: PAPERLESS_URL + description: See upstream app documentation + pass: + name: pass + description: See upstream app documentation + password: + name: password + description: See upstream app documentation + period: + name: period + description: See upstream app documentation + PGID: + name: PGID + description: The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid + PMM_CONFIG: + name: PMM_CONFIG + description: See upstream app documentation + PMM_NO_MISSING: + name: PMM_NO_MISSING + description: See upstream app documentation + PMM_RUN: + name: PMM_RUN + description: See upstream app documentation + PMM_TEST: + name: PMM_TEST + description: See upstream app documentation + PMM_TIME: + name: PMM_TIME + description: See upstream app documentation + POSTGRES_DATABASE: + name: POSTGRES_DATABASE + description: See upstream app documentation + POSTGRES_DB: + name: POSTGRES_DB + description: See upstream app documentation + POSTGRES_HOST: + name: POSTGRES_HOST + description: See upstream app documentation + POSTGRES_PASSWORD: + name: POSTGRES_PASSWORD + description: See upstream app documentation + POSTGRES_PORT: + name: POSTGRES_PORT + description: See upstream app documentation + POSTGRES_USER: + name: POSTGRES_USER + description: See upstream app documentation + provider: + name: provider + description: See upstream app documentation + providers: + name: providers + description: See upstream app documentation + proxied: + name: proxied + description: See upstream app documentation + PUID: + name: PUID + description: The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid + remote_mysql_database: + name: remote_mysql_database + description: See upstream app documentation + remote_mysql_host: + name: remote_mysql_host + description: See upstream app documentation + remote_mysql_password: + name: remote_mysql_password + description: See upstream app documentation + remote_mysql_port: + name: remote_mysql_port + description: See upstream app documentation + remote_mysql_username: + name: remote_mysql_username + description: See upstream app documentation + repository: + name: repository + description: See upstream app documentation + request_size_limit: + name: request_size_limit + description: See upstream app documentation + ROOT_URL: + name: ROOT_URL + description: See upstream app documentation + ROUTER_IP: + name: ROUTER_IP + description: See upstream app documentation + rpi_video_drivers: + name: rpi_video_drivers + description: See upstream app documentation + run_duration: + name: run_duration + description: 12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...) + SavePath: + name: SavePath + description: See upstream app documentation + SEAFILE_ADMIN_EMAIL: + name: SEAFILE_ADMIN_EMAIL + description: See upstream app documentation + SEAFILE_ADMIN_PASSWORD: + name: SEAFILE_ADMIN_PASSWORD + description: See upstream app documentation + SECRET_KEY: + name: SECRET_KEY + description: See upstream app documentation + secret_token: + name: secret_token + description: See upstream app documentation + secure_ssl: + name: secure_ssl + description: See upstream app documentation + silent: + name: silent + description: true #suppresses debug messages + SMARTCTL_COMMAND_DEVICE_TYPE: + name: SMARTCTL_COMMAND_DEVICE_TYPE + description: See upstream app documentation + SMARTCTL_MEGARAID_DISK_NUM: + name: SMARTCTL_MEGARAID_DISK_NUM + description: See upstream app documentation + smbv1: + name: smbv1 + description: See upstream app documentation + SPECTRE_APP_ID: + name: SPECTRE_APP_ID + description: See upstream app documentation + SPECTRE_SECRET: + name: SPECTRE_SECRET + description: See upstream app documentation + ssl: + name: ssl + description: true/false. enables ssl. Need certfile and keyfile filled' + storage_dir: + name: storage_dir + description: See upstream app documentation + STORAGE_PATH: + name: STORAGE_PATH + description: See upstream app documentation + theme: + name: theme + description: See upstream app documentation + TRANSMISSION_DOWNLOAD_DIR: + name: TRANSMISSION_DOWNLOAD_DIR + description: See upstream app documentation + TRANSMISSION_HOME: + name: TRANSMISSION_HOME + description: See upstream app documentation + TRANSMISSION_INCOMPLETE_DIR: + name: TRANSMISSION_INCOMPLETE_DIR + description: See upstream app documentation + TRANSMISSION_V3_UPDATE: + name: TRANSMISSION_V3_UPDATE + description: See upstream app documentation + TRANSMISSION_WATCH_DIR: + name: TRANSMISSION_WATCH_DIR + description: See upstream app documentation + TRANSMISSION_WEB_UI: + name: TRANSMISSION_WEB_UI + description: See upstream app documentation + trusted_domains: + name: trusted_domains + description: See upstream app documentation + trusted_headers: + name: trusted_headers + description: See upstream app documentation + ttl: + name: ttl + description: See upstream app documentation + TZ: + name: TZ + description: The timezone, as described in https://en.wikipedia.org/wiki/List_of_tz_database_time_zones + ui_path: + name: ui_path + description: See upstream app documentation + Updates: + name: Updates + description: See upstream app documentation + UPLOAD_NSFW: + name: UPLOAD_NSFW + description: See upstream app documentation + URL: + name: URL + description: See upstream app documentation + use_own_certs: + name: use_own_certs + description: See upstream app documentation + user: + name: user + description: See upstream app documentation + user_agent: + name: user_agent + description: See upstream app documentation + username: + name: username + description: See upstream app documentation + verbose: + name: verbose + description: See upstream app documentation + verify_address: + name: verify_address + description: See upstream app documentation + watch_dir: + name: watch_dir + description: See upstream app documentation + watch_path: + name: watch_path + description: See upstream app documentation + WebuiPass: + name: WebuiPass + description: See upstream app documentation whitelist: name: whitelist - description: '"localhost,192.168.0.0/16" # list ip subnets that won''t need a password' - customUI: - name: customUI - description: >- - selection from list # alternative webUI can be set here. Latest version - set at each addon start - DNS_servers: - name: DNS_servers - description: >- - 8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to - avoid spamming in case of local DNS ad-remover + description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + WHOOGLE_ALT_IG: + name: WHOOGLE_ALT_IG + description: See upstream app documentation + WHOOGLE_ALT_MD: + name: WHOOGLE_ALT_MD + description: See upstream app documentation + WHOOGLE_ALT_RD: + name: WHOOGLE_ALT_RD + description: See upstream app documentation + WHOOGLE_ALT_TL: + name: WHOOGLE_ALT_TL + description: See upstream app documentation + WHOOGLE_ALT_TW: + name: WHOOGLE_ALT_TW + description: See upstream app documentation + WHOOGLE_ALT_YT: + name: WHOOGLE_ALT_YT + description: See upstream app documentation + WHOOGLE_AUTOCOMPLETE: + name: WHOOGLE_AUTOCOMPLETE + description: See upstream app documentation + WHOOGLE_CONFIG_ALTS: + name: WHOOGLE_CONFIG_ALTS + description: See upstream app documentation + WHOOGLE_CONFIG_BLOCK: + name: WHOOGLE_CONFIG_BLOCK + description: See upstream app documentation + WHOOGLE_CONFIG_COUNTRY: + name: WHOOGLE_CONFIG_COUNTRY + description: See upstream app documentation + WHOOGLE_CONFIG_DISABLE: + name: WHOOGLE_CONFIG_DISABLE + description: See upstream app documentation + WHOOGLE_CONFIG_GET_ONLY: + name: WHOOGLE_CONFIG_GET_ONLY + description: See upstream app documentation + WHOOGLE_CONFIG_LANGUAGE: + name: WHOOGLE_CONFIG_LANGUAGE + description: See upstream app documentation + WHOOGLE_CONFIG_NEAR: + name: WHOOGLE_CONFIG_NEAR + description: See upstream app documentation + WHOOGLE_CONFIG_NEW_TAB: + name: WHOOGLE_CONFIG_NEW_TAB + description: See upstream app documentation + WHOOGLE_CONFIG_SAFE: + name: WHOOGLE_CONFIG_SAFE + description: See upstream app documentation + WHOOGLE_CONFIG_SEARCH_LANGUAGE: + name: WHOOGLE_CONFIG_SEARCH_LANGUAGE + description: See upstream app documentation + WHOOGLE_CONFIG_THEME: + name: WHOOGLE_CONFIG_THEME + description: See upstream app documentation + WHOOGLE_CONFIG_URL: + name: WHOOGLE_CONFIG_URL + description: See upstream app documentation + WHOOGLE_CONFIG_VIEW_IMAGE: + name: WHOOGLE_CONFIG_VIEW_IMAGE + description: See upstream app documentation + WHOOGLE_CSP: + name: WHOOGLE_CSP + description: See upstream app documentation + WHOOGLE_MINIMAL: + name: WHOOGLE_MINIMAL + description: See upstream app documentation + WHOOGLE_PASS: + name: WHOOGLE_PASS + description: See upstream app documentation + WHOOGLE_PROXY_LOC: + name: WHOOGLE_PROXY_LOC + description: See upstream app documentation + WHOOGLE_PROXY_PASS: + name: WHOOGLE_PROXY_PASS + description: See upstream app documentation + WHOOGLE_PROXY_TYPE: + name: WHOOGLE_PROXY_TYPE + description: See upstream app documentation + WHOOGLE_PROXY_USER: + name: WHOOGLE_PROXY_USER + description: See upstream app documentation + WHOOGLE_RESULTS_PER_PAGE: + name: WHOOGLE_RESULTS_PER_PAGE + description: See upstream app documentation + WHOOGLE_USER: + name: WHOOGLE_USER + description: See upstream app documentation + wildcard: + name: wildcard + description: See upstream app documentation" + MAILER_HOST: + name: MAILER_HOST + description: See upstream app documentation + MAILER_NOREPLY_EMAIL: + name: MAILER_NOREPLY_EMAIL + description: See upstream app documentation + MAILER_NOREPLY_NAME: + name: MAILER_NOREPLY_NAME + description: See upstream app documentation + MAILER_PORT: + name: MAILER_PORT + description: See upstream app documentation + MAILER_SECURITY: + name: MAILER_SECURITY + description: See upstream app documentation + maxmem: + name: maxmem + description: See upstream app documentation + Mode: + name: Mode + description: See upstream app documentation + mqtt_autodiscover: + name: mqtt_autodiscover + description: See upstream app documentation + networkdisks: + name: networkdisks + description: list of smb servers to mount, separated by commas (//xxx.xx.xx.xx/share) + NoAuth: + name: NoAuth + description: See upstream app documentation + NORDIGEN_ID: + name: NORDIGEN_ID + description: See upstream app documentation + NORDIGEN_KEY: + name: NORDIGEN_KEY + description: See upstream app documentation + OAUTHLIB_RELAX_TOKEN_SCOPE: + name: OAUTHLIB_RELAX_TOKEN_SCOPE + description: See upstream app documentation + OCR: + name: OCR + description: See upstream app documentation + ocrlang: + name: ocrlang + description: See upstream app documentation openvpn_alt_mode: name: openvpn_alt_mode description: bind at container level and not app level openvpn_config: name: openvpn_config - description: 'for example "config.ovpn" # name of the file located in /config/openvpn' + description: for example ""config.ovpn"" # name of the file located in /config/openvpn + OPENVPN_CUSTOM_PROVIDER: + name: OPENVPN_CUSTOM_PROVIDER + description: See upstream app documentation + OPENVPN_CUSTOM_PROVIDER_OVPN_LOCATION: + name: OPENVPN_CUSTOM_PROVIDER_OVPN_LOCATION + description: See upstream app documentation + openvpn_enabled: + name: openvpn_enabled + description: See upstream app documentation + OPENVPN_PASSWORD: + name: OPENVPN_PASSWORD + description: See upstream app documentation diff --git a/arpspoof/translations/en.yaml b/arpspoof/translations/en.yaml index d6d863744..94f91a310 100644 --- a/arpspoof/translations/en.yaml +++ b/arpspoof/translations/en.yaml @@ -1,4 +1,4 @@ - additional_apps: +additional_apps: name: additional_apps description: Additional apps to install at boot allow_ipv6: @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/baikal/translations/en.yaml b/baikal/translations/en.yaml index d6d863744..15674a81e 100644 --- a/baikal/translations/en.yaml +++ b/baikal/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/bazarr/translations/en.yaml b/bazarr/translations/en.yaml index d6d863744..15674a81e 100644 --- a/bazarr/translations/en.yaml +++ b/bazarr/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/bitwarden/translations/en.yaml b/bitwarden/translations/en.yaml index d6d863744..15674a81e 100644 --- a/bitwarden/translations/en.yaml +++ b/bitwarden/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/booksonic_air/translations/en.yaml b/booksonic_air/translations/en.yaml index d6d863744..15674a81e 100644 --- a/booksonic_air/translations/en.yaml +++ b/booksonic_air/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/browserless_chrome/translations/en.yaml b/browserless_chrome/translations/en.yaml index d6d863744..15674a81e 100644 --- a/browserless_chrome/translations/en.yaml +++ b/browserless_chrome/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/calibre/translations/en.yaml b/calibre/translations/en.yaml index d6d863744..15674a81e 100644 --- a/calibre/translations/en.yaml +++ b/calibre/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/calibre_web/translations/en.yaml b/calibre_web/translations/en.yaml index d6d863744..15674a81e 100644 --- a/calibre_web/translations/en.yaml +++ b/calibre_web/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/cloudcommander/translations/en.yaml b/cloudcommander/translations/en.yaml index d6d863744..15674a81e 100644 --- a/cloudcommander/translations/en.yaml +++ b/cloudcommander/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/code-server/translations/en.yaml b/code-server/translations/en.yaml index d6d863744..15674a81e 100644 --- a/code-server/translations/en.yaml +++ b/code-server/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/elasticsearch/translations/en.yaml b/elasticsearch/translations/en.yaml index d6d863744..15674a81e 100644 --- a/elasticsearch/translations/en.yaml +++ b/elasticsearch/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/emby/translations/en.yaml b/emby/translations/en.yaml index d6d863744..15674a81e 100644 --- a/emby/translations/en.yaml +++ b/emby/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/enedisgateway2mqtt/translations/en.yaml b/enedisgateway2mqtt/translations/en.yaml index d6d863744..15674a81e 100644 --- a/enedisgateway2mqtt/translations/en.yaml +++ b/enedisgateway2mqtt/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/enedisgateway2mqtt_dev/translations/en.yaml b/enedisgateway2mqtt_dev/translations/en.yaml index d6d863744..15674a81e 100644 --- a/enedisgateway2mqtt_dev/translations/en.yaml +++ b/enedisgateway2mqtt_dev/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/epicgamesfree/translations/en.yaml b/epicgamesfree/translations/en.yaml index d6d863744..15674a81e 100644 --- a/epicgamesfree/translations/en.yaml +++ b/epicgamesfree/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/filebrowser/translations/en.yaml b/filebrowser/translations/en.yaml index d6d863744..15674a81e 100644 --- a/filebrowser/translations/en.yaml +++ b/filebrowser/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/fireflyiii/translations/en.yaml b/fireflyiii/translations/en.yaml index d6d863744..15674a81e 100644 --- a/fireflyiii/translations/en.yaml +++ b/fireflyiii/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/fireflyiii_data_importer/translations/en.yaml b/fireflyiii_data_importer/translations/en.yaml index d6d863744..15674a81e 100644 --- a/fireflyiii_data_importer/translations/en.yaml +++ b/fireflyiii_data_importer/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/fireflyiii_fints_importer/translations/en.yaml b/fireflyiii_fints_importer/translations/en.yaml index d6d863744..15674a81e 100644 --- a/fireflyiii_fints_importer/translations/en.yaml +++ b/fireflyiii_fints_importer/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/flaresolverr/translations/en.yaml b/flaresolverr/translations/en.yaml index d6d863744..15674a81e 100644 --- a/flaresolverr/translations/en.yaml +++ b/flaresolverr/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/flexget/translations/en.yaml b/flexget/translations/en.yaml index d6d863744..15674a81e 100644 --- a/flexget/translations/en.yaml +++ b/flexget/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/gazpar2mqtt/translations/en.yaml b/gazpar2mqtt/translations/en.yaml index d6d863744..15674a81e 100644 --- a/gazpar2mqtt/translations/en.yaml +++ b/gazpar2mqtt/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/gitea/translations/en.yaml b/gitea/translations/en.yaml index d6d863744..15674a81e 100644 --- a/gitea/translations/en.yaml +++ b/gitea/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/grav/translations/en.yaml b/grav/translations/en.yaml index d6d863744..15674a81e 100644 --- a/grav/translations/en.yaml +++ b/grav/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/guacamole/translations/en.yaml b/guacamole/translations/en.yaml index d6d863744..15674a81e 100644 --- a/guacamole/translations/en.yaml +++ b/guacamole/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/immich/translations/en.yaml b/immich/translations/en.yaml index d6d863744..15674a81e 100644 --- a/immich/translations/en.yaml +++ b/immich/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/inadyn/translations/en.yaml b/inadyn/translations/en.yaml index d6d863744..15674a81e 100644 --- a/inadyn/translations/en.yaml +++ b/inadyn/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/jackett/translations/en.yaml b/jackett/translations/en.yaml index d6d863744..15674a81e 100644 --- a/jackett/translations/en.yaml +++ b/jackett/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/jellyfin/translations/en.yaml b/jellyfin/translations/en.yaml index d6d863744..15674a81e 100644 --- a/jellyfin/translations/en.yaml +++ b/jellyfin/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/joal/translations/en.yaml b/joal/translations/en.yaml index d6d863744..15674a81e 100644 --- a/joal/translations/en.yaml +++ b/joal/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/joplin/translations/en.yaml b/joplin/translations/en.yaml index d6d863744..15674a81e 100644 --- a/joplin/translations/en.yaml +++ b/joplin/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/lidarr/translations/en.yaml b/lidarr/translations/en.yaml index d6d863744..15674a81e 100644 --- a/lidarr/translations/en.yaml +++ b/lidarr/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/mealie/translations/en.yaml b/mealie/translations/en.yaml index d6d863744..15674a81e 100644 --- a/mealie/translations/en.yaml +++ b/mealie/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/mylar3/translations/en.yaml b/mylar3/translations/en.yaml index d6d863744..15674a81e 100644 --- a/mylar3/translations/en.yaml +++ b/mylar3/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/nextcloud/translations/en.yaml b/nextcloud/translations/en.yaml index d6d863744..15674a81e 100644 --- a/nextcloud/translations/en.yaml +++ b/nextcloud/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/nzbget/translations/en.yaml b/nzbget/translations/en.yaml index d6d863744..15674a81e 100644 --- a/nzbget/translations/en.yaml +++ b/nzbget/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/omada/translations/en.yaml b/omada/translations/en.yaml index d6d863744..15674a81e 100644 --- a/omada/translations/en.yaml +++ b/omada/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/omada_v3/translations/en.yaml b/omada_v3/translations/en.yaml index d6d863744..15674a81e 100644 --- a/omada_v3/translations/en.yaml +++ b/omada_v3/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/ombi/translations/en.yaml b/ombi/translations/en.yaml index d6d863744..15674a81e 100644 --- a/ombi/translations/en.yaml +++ b/ombi/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/organizr/translations/en.yaml b/organizr/translations/en.yaml index d6d863744..15674a81e 100644 --- a/organizr/translations/en.yaml +++ b/organizr/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/overseerr/translations/en.yaml b/overseerr/translations/en.yaml index d6d863744..15674a81e 100644 --- a/overseerr/translations/en.yaml +++ b/overseerr/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/paperless_ngx/translations/en.yaml b/paperless_ngx/translations/en.yaml index d6d863744..15674a81e 100644 --- a/paperless_ngx/translations/en.yaml +++ b/paperless_ngx/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/papermerge/translations/en.yaml b/papermerge/translations/en.yaml index d6d863744..15674a81e 100644 --- a/papermerge/translations/en.yaml +++ b/papermerge/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/photoprism/translations/en.yaml b/photoprism/translations/en.yaml index d6d863744..15674a81e 100644 --- a/photoprism/translations/en.yaml +++ b/photoprism/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/piwigo/translations/en.yaml b/piwigo/translations/en.yaml index d6d863744..15674a81e 100644 --- a/piwigo/translations/en.yaml +++ b/piwigo/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/plex/translations/en.yaml b/plex/translations/en.yaml index d6d863744..15674a81e 100644 --- a/plex/translations/en.yaml +++ b/plex/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/plex_meta_manager/translations/en.yaml b/plex_meta_manager/translations/en.yaml index d6d863744..15674a81e 100644 --- a/plex_meta_manager/translations/en.yaml +++ b/plex_meta_manager/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/portainer/translations/en.yaml b/portainer/translations/en.yaml index d6d863744..15674a81e 100644 --- a/portainer/translations/en.yaml +++ b/portainer/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/prowlarr/translations/en.yaml b/prowlarr/translations/en.yaml index d6d863744..15674a81e 100644 --- a/prowlarr/translations/en.yaml +++ b/prowlarr/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/qbittorrent/translations/en.yaml b/qbittorrent/translations/en.yaml index d6d863744..15674a81e 100644 --- a/qbittorrent/translations/en.yaml +++ b/qbittorrent/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/radarr/translations/en.yaml b/radarr/translations/en.yaml index d6d863744..15674a81e 100644 --- a/radarr/translations/en.yaml +++ b/radarr/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/readarr/translations/en.yaml b/readarr/translations/en.yaml index d6d863744..15674a81e 100644 --- a/readarr/translations/en.yaml +++ b/readarr/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/requestrr/translations/en.yaml b/requestrr/translations/en.yaml index d6d863744..15674a81e 100644 --- a/requestrr/translations/en.yaml +++ b/requestrr/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/resiliosync/translations/en.yaml b/resiliosync/translations/en.yaml index d6d863744..15674a81e 100644 --- a/resiliosync/translations/en.yaml +++ b/resiliosync/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/scrutiny/translations/en.yaml b/scrutiny/translations/en.yaml index d6d863744..15674a81e 100644 --- a/scrutiny/translations/en.yaml +++ b/scrutiny/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/scrutiny_fa/translations/en.yaml b/scrutiny_fa/translations/en.yaml index d6d863744..15674a81e 100644 --- a/scrutiny_fa/translations/en.yaml +++ b/scrutiny_fa/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/seafile/translations/en.yaml b/seafile/translations/en.yaml index d6d863744..15674a81e 100644 --- a/seafile/translations/en.yaml +++ b/seafile/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/sonarr/translations/en.yaml b/sonarr/translations/en.yaml index d6d863744..15674a81e 100644 --- a/sonarr/translations/en.yaml +++ b/sonarr/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/spotweb/translations/en.yaml b/spotweb/translations/en.yaml index d6d863744..15674a81e 100644 --- a/spotweb/translations/en.yaml +++ b/spotweb/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/tandoor_recipes/translations/en.yaml b/tandoor_recipes/translations/en.yaml index d6d863744..15674a81e 100644 --- a/tandoor_recipes/translations/en.yaml +++ b/tandoor_recipes/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/tdarr/translations/en.yaml b/tdarr/translations/en.yaml index d6d863744..15674a81e 100644 --- a/tdarr/translations/en.yaml +++ b/tdarr/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/teamspeak/translations/en.yaml b/teamspeak/translations/en.yaml index d6d863744..15674a81e 100644 --- a/teamspeak/translations/en.yaml +++ b/teamspeak/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/transmission/translations/en.yaml b/transmission/translations/en.yaml index d6d863744..15674a81e 100644 --- a/transmission/translations/en.yaml +++ b/transmission/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/transmission_openvpn/translations/en.yaml b/transmission_openvpn/translations/en.yaml index d6d863744..15674a81e 100644 --- a/transmission_openvpn/translations/en.yaml +++ b/transmission_openvpn/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/ubooquity/translations/en.yaml b/ubooquity/translations/en.yaml index d6d863744..15674a81e 100644 --- a/ubooquity/translations/en.yaml +++ b/ubooquity/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/unpackerr/translations/en.yaml b/unpackerr/translations/en.yaml index d6d863744..15674a81e 100644 --- a/unpackerr/translations/en.yaml +++ b/unpackerr/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/webtop_kde/translations/en.yaml b/webtop_kde/translations/en.yaml index d6d863744..15674a81e 100644 --- a/webtop_kde/translations/en.yaml +++ b/webtop_kde/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/webtrees/translations/en.yaml b/webtrees/translations/en.yaml index d6d863744..15674a81e 100644 --- a/webtrees/translations/en.yaml +++ b/webtrees/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/wger/translations/en.yaml b/wger/translations/en.yaml index d6d863744..15674a81e 100644 --- a/wger/translations/en.yaml +++ b/wger/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/whoogle/translations/en.yaml b/whoogle/translations/en.yaml index d6d863744..15674a81e 100644 --- a/whoogle/translations/en.yaml +++ b/whoogle/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/xteve/translations/en.yaml b/xteve/translations/en.yaml index d6d863744..15674a81e 100644 --- a/xteve/translations/en.yaml +++ b/xteve/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation diff --git a/zoneminder/translations/en.yaml b/zoneminder/translations/en.yaml index d6d863744..15674a81e 100644 --- a/zoneminder/translations/en.yaml +++ b/zoneminder/translations/en.yaml @@ -419,7 +419,7 @@ description: See upstream app documentation ssl: name: ssl - description: true/false : enables ssl. Need certfile and keyfile filled' + description: true/false. enables ssl. Need certfile and keyfile filled' storage_dir: name: storage_dir description: See upstream app documentation From 0588307c6c41e09345538b2624d528cfe2c50bc5 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 27 Jan 2023 07:41:21 +0100 Subject: [PATCH 20/66] correct --- addons_updater/translations/en.yaml | 2 +- arpspoof/translations/en.yaml | 2 +- baikal/translations/en.yaml | 2 +- bazarr/translations/en.yaml | 2 +- bitwarden/translations/en.yaml | 2 +- booksonic_air/translations/en.yaml | 2 +- browserless_chrome/translations/en.yaml | 2 +- calibre/translations/en.yaml | 2 +- calibre_web/translations/en.yaml | 2 +- cloudcommander/translations/en.yaml | 2 +- code-server/translations/en.yaml | 2 +- elasticsearch/translations/en.yaml | 2 +- emby/translations/en.yaml | 2 +- enedisgateway2mqtt/translations/en.yaml | 2 +- enedisgateway2mqtt_dev/translations/en.yaml | 2 +- epicgamesfree/translations/en.yaml | 2 +- filebrowser/translations/en.yaml | 2 +- fireflyiii/translations/en.yaml | 2 +- fireflyiii_data_importer/translations/en.yaml | 2 +- fireflyiii_fints_importer/translations/en.yaml | 2 +- flaresolverr/translations/en.yaml | 2 +- flexget/translations/en.yaml | 2 +- gazpar2mqtt/translations/en.yaml | 2 +- gitea/translations/en.yaml | 2 +- grav/translations/en.yaml | 2 +- guacamole/translations/en.yaml | 2 +- immich/translations/en.yaml | 2 +- inadyn/translations/en.yaml | 2 +- jackett/translations/en.yaml | 2 +- jellyfin/translations/en.yaml | 2 +- joal/translations/en.yaml | 2 +- joplin/translations/en.yaml | 2 +- lidarr/translations/en.yaml | 2 +- mealie/translations/en.yaml | 2 +- mylar3/translations/en.yaml | 2 +- nextcloud/translations/en.yaml | 2 +- nzbget/translations/en.yaml | 2 +- omada/translations/en.yaml | 2 +- omada_v3/translations/en.yaml | 2 +- ombi/translations/en.yaml | 2 +- organizr/translations/en.yaml | 2 +- overseerr/translations/en.yaml | 2 +- paperless_ngx/translations/en.yaml | 2 +- papermerge/translations/en.yaml | 2 +- photoprism/translations/en.yaml | 2 +- piwigo/translations/en.yaml | 2 +- plex/translations/en.yaml | 2 +- plex_meta_manager/translations/en.yaml | 2 +- portainer/translations/en.yaml | 2 +- prowlarr/translations/en.yaml | 2 +- qbittorrent/translations/en.yaml | 2 +- radarr/translations/en.yaml | 2 +- readarr/translations/en.yaml | 2 +- requestrr/translations/en.yaml | 2 +- resiliosync/translations/en.yaml | 2 +- scrutiny/translations/en.yaml | 2 +- scrutiny_fa/translations/en.yaml | 2 +- seafile/translations/en.yaml | 2 +- sonarr/translations/en.yaml | 2 +- spotweb/translations/en.yaml | 2 +- tandoor_recipes/translations/en.yaml | 2 +- tdarr/translations/en.yaml | 2 +- teamspeak/translations/en.yaml | 2 +- transmission/translations/en.yaml | 2 +- transmission_openvpn/translations/en.yaml | 2 +- ubooquity/translations/en.yaml | 2 +- unpackerr/translations/en.yaml | 2 +- webtop_kde/translations/en.yaml | 2 +- webtrees/translations/en.yaml | 2 +- wger/translations/en.yaml | 2 +- whoogle/translations/en.yaml | 2 +- xteve/translations/en.yaml | 2 +- zoneminder/translations/en.yaml | 2 +- 73 files changed, 73 insertions(+), 73 deletions(-) diff --git a/addons_updater/translations/en.yaml b/addons_updater/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/addons_updater/translations/en.yaml +++ b/addons_updater/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/arpspoof/translations/en.yaml b/arpspoof/translations/en.yaml index 94f91a310..65035cc01 100644 --- a/arpspoof/translations/en.yaml +++ b/arpspoof/translations/en.yaml @@ -500,7 +500,7 @@ additional_apps: description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/baikal/translations/en.yaml b/baikal/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/baikal/translations/en.yaml +++ b/baikal/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/bazarr/translations/en.yaml b/bazarr/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/bazarr/translations/en.yaml +++ b/bazarr/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/bitwarden/translations/en.yaml b/bitwarden/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/bitwarden/translations/en.yaml +++ b/bitwarden/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/booksonic_air/translations/en.yaml b/booksonic_air/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/booksonic_air/translations/en.yaml +++ b/booksonic_air/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/browserless_chrome/translations/en.yaml b/browserless_chrome/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/browserless_chrome/translations/en.yaml +++ b/browserless_chrome/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/calibre/translations/en.yaml b/calibre/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/calibre/translations/en.yaml +++ b/calibre/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/calibre_web/translations/en.yaml b/calibre_web/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/calibre_web/translations/en.yaml +++ b/calibre_web/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/cloudcommander/translations/en.yaml b/cloudcommander/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/cloudcommander/translations/en.yaml +++ b/cloudcommander/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/code-server/translations/en.yaml b/code-server/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/code-server/translations/en.yaml +++ b/code-server/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/elasticsearch/translations/en.yaml b/elasticsearch/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/elasticsearch/translations/en.yaml +++ b/elasticsearch/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/emby/translations/en.yaml b/emby/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/emby/translations/en.yaml +++ b/emby/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/enedisgateway2mqtt/translations/en.yaml b/enedisgateway2mqtt/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/enedisgateway2mqtt/translations/en.yaml +++ b/enedisgateway2mqtt/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/enedisgateway2mqtt_dev/translations/en.yaml b/enedisgateway2mqtt_dev/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/enedisgateway2mqtt_dev/translations/en.yaml +++ b/enedisgateway2mqtt_dev/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/epicgamesfree/translations/en.yaml b/epicgamesfree/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/epicgamesfree/translations/en.yaml +++ b/epicgamesfree/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/filebrowser/translations/en.yaml b/filebrowser/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/filebrowser/translations/en.yaml +++ b/filebrowser/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/fireflyiii/translations/en.yaml b/fireflyiii/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/fireflyiii/translations/en.yaml +++ b/fireflyiii/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/fireflyiii_data_importer/translations/en.yaml b/fireflyiii_data_importer/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/fireflyiii_data_importer/translations/en.yaml +++ b/fireflyiii_data_importer/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/fireflyiii_fints_importer/translations/en.yaml b/fireflyiii_fints_importer/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/fireflyiii_fints_importer/translations/en.yaml +++ b/fireflyiii_fints_importer/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/flaresolverr/translations/en.yaml b/flaresolverr/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/flaresolverr/translations/en.yaml +++ b/flaresolverr/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/flexget/translations/en.yaml b/flexget/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/flexget/translations/en.yaml +++ b/flexget/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/gazpar2mqtt/translations/en.yaml b/gazpar2mqtt/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/gazpar2mqtt/translations/en.yaml +++ b/gazpar2mqtt/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/gitea/translations/en.yaml b/gitea/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/gitea/translations/en.yaml +++ b/gitea/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/grav/translations/en.yaml b/grav/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/grav/translations/en.yaml +++ b/grav/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/guacamole/translations/en.yaml b/guacamole/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/guacamole/translations/en.yaml +++ b/guacamole/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/immich/translations/en.yaml b/immich/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/immich/translations/en.yaml +++ b/immich/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/inadyn/translations/en.yaml b/inadyn/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/inadyn/translations/en.yaml +++ b/inadyn/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/jackett/translations/en.yaml b/jackett/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/jackett/translations/en.yaml +++ b/jackett/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/jellyfin/translations/en.yaml b/jellyfin/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/jellyfin/translations/en.yaml +++ b/jellyfin/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/joal/translations/en.yaml b/joal/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/joal/translations/en.yaml +++ b/joal/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/joplin/translations/en.yaml b/joplin/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/joplin/translations/en.yaml +++ b/joplin/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/lidarr/translations/en.yaml b/lidarr/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/lidarr/translations/en.yaml +++ b/lidarr/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/mealie/translations/en.yaml b/mealie/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/mealie/translations/en.yaml +++ b/mealie/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/mylar3/translations/en.yaml b/mylar3/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/mylar3/translations/en.yaml +++ b/mylar3/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/nextcloud/translations/en.yaml b/nextcloud/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/nextcloud/translations/en.yaml +++ b/nextcloud/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/nzbget/translations/en.yaml b/nzbget/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/nzbget/translations/en.yaml +++ b/nzbget/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/omada/translations/en.yaml b/omada/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/omada/translations/en.yaml +++ b/omada/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/omada_v3/translations/en.yaml b/omada_v3/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/omada_v3/translations/en.yaml +++ b/omada_v3/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/ombi/translations/en.yaml b/ombi/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/ombi/translations/en.yaml +++ b/ombi/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/organizr/translations/en.yaml b/organizr/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/organizr/translations/en.yaml +++ b/organizr/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/overseerr/translations/en.yaml b/overseerr/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/overseerr/translations/en.yaml +++ b/overseerr/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/paperless_ngx/translations/en.yaml b/paperless_ngx/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/paperless_ngx/translations/en.yaml +++ b/paperless_ngx/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/papermerge/translations/en.yaml b/papermerge/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/papermerge/translations/en.yaml +++ b/papermerge/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/photoprism/translations/en.yaml b/photoprism/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/photoprism/translations/en.yaml +++ b/photoprism/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/piwigo/translations/en.yaml b/piwigo/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/piwigo/translations/en.yaml +++ b/piwigo/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/plex/translations/en.yaml b/plex/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/plex/translations/en.yaml +++ b/plex/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/plex_meta_manager/translations/en.yaml b/plex_meta_manager/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/plex_meta_manager/translations/en.yaml +++ b/plex_meta_manager/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/portainer/translations/en.yaml b/portainer/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/portainer/translations/en.yaml +++ b/portainer/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/prowlarr/translations/en.yaml b/prowlarr/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/prowlarr/translations/en.yaml +++ b/prowlarr/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/qbittorrent/translations/en.yaml b/qbittorrent/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/qbittorrent/translations/en.yaml +++ b/qbittorrent/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/radarr/translations/en.yaml b/radarr/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/radarr/translations/en.yaml +++ b/radarr/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/readarr/translations/en.yaml b/readarr/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/readarr/translations/en.yaml +++ b/readarr/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/requestrr/translations/en.yaml b/requestrr/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/requestrr/translations/en.yaml +++ b/requestrr/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/resiliosync/translations/en.yaml b/resiliosync/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/resiliosync/translations/en.yaml +++ b/resiliosync/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/scrutiny/translations/en.yaml b/scrutiny/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/scrutiny/translations/en.yaml +++ b/scrutiny/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/scrutiny_fa/translations/en.yaml b/scrutiny_fa/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/scrutiny_fa/translations/en.yaml +++ b/scrutiny_fa/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/seafile/translations/en.yaml b/seafile/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/seafile/translations/en.yaml +++ b/seafile/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/sonarr/translations/en.yaml b/sonarr/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/sonarr/translations/en.yaml +++ b/sonarr/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/spotweb/translations/en.yaml b/spotweb/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/spotweb/translations/en.yaml +++ b/spotweb/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/tandoor_recipes/translations/en.yaml b/tandoor_recipes/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/tandoor_recipes/translations/en.yaml +++ b/tandoor_recipes/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/tdarr/translations/en.yaml b/tdarr/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/tdarr/translations/en.yaml +++ b/tdarr/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/teamspeak/translations/en.yaml b/teamspeak/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/teamspeak/translations/en.yaml +++ b/teamspeak/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/transmission/translations/en.yaml b/transmission/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/transmission/translations/en.yaml +++ b/transmission/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/transmission_openvpn/translations/en.yaml b/transmission_openvpn/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/transmission_openvpn/translations/en.yaml +++ b/transmission_openvpn/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/ubooquity/translations/en.yaml b/ubooquity/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/ubooquity/translations/en.yaml +++ b/ubooquity/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/unpackerr/translations/en.yaml b/unpackerr/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/unpackerr/translations/en.yaml +++ b/unpackerr/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/webtop_kde/translations/en.yaml b/webtop_kde/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/webtop_kde/translations/en.yaml +++ b/webtop_kde/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/webtrees/translations/en.yaml b/webtrees/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/webtrees/translations/en.yaml +++ b/webtrees/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/wger/translations/en.yaml b/wger/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/wger/translations/en.yaml +++ b/wger/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/whoogle/translations/en.yaml b/whoogle/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/whoogle/translations/en.yaml +++ b/whoogle/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/xteve/translations/en.yaml b/xteve/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/xteve/translations/en.yaml +++ b/xteve/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation diff --git a/zoneminder/translations/en.yaml b/zoneminder/translations/en.yaml index 15674a81e..00eabb653 100644 --- a/zoneminder/translations/en.yaml +++ b/zoneminder/translations/en.yaml @@ -500,7 +500,7 @@ description: See upstream app documentation whitelist: name: whitelist - description: ""localhost,192.168.0.0/16"" # list ip subnets that won''t need a password + description: '"localhost,192.168.0.0/16" # list ip subnets that do no need a password' WHOOGLE_ALT_IG: name: WHOOGLE_ALT_IG description: See upstream app documentation From 355f87a1251b591fee89b7675cf165398fb83dfd Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 27 Jan 2023 07:42:59 +0100 Subject: [PATCH 21/66] Update en.yaml --- arpspoof/translations/en.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arpspoof/translations/en.yaml b/arpspoof/translations/en.yaml index 65035cc01..00eabb653 100644 --- a/arpspoof/translations/en.yaml +++ b/arpspoof/translations/en.yaml @@ -1,4 +1,4 @@ -additional_apps: + additional_apps: name: additional_apps description: Additional apps to install at boot allow_ipv6: From 4bbfeda007cf7d94a12ec83a7d7893b17898b1cc Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 27 Jan 2023 14:25:44 +0100 Subject: [PATCH 22/66] Update weekly_stats.yaml --- .github/workflows/weekly_stats.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/weekly_stats.yaml b/.github/workflows/weekly_stats.yaml index e0168f5a6..5e9b3fab0 100644 --- a/.github/workflows/weekly_stats.yaml +++ b/.github/workflows/weekly_stats.yaml @@ -15,10 +15,6 @@ jobs: - name: Create stats run: | echo "Starting" - # Exit if stats file younger than 3 days - if [[ ! $(find "Stats" -mtime +3 -print) ]]; then - exit 0 - fi COUNT=0 COUNT1=0 COUNT2=0 From 33d166986ae66d186c167b41b40bea71025540d0 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 13:37:52 +0000 Subject: [PATCH 23/66] GitHub bot : README updated --- Stats | 150 +++++++++++++++++++++++++++++---------------------------- Stats2 | 146 +++++++++++++++++++++++++++---------------------------- 2 files changed, 149 insertions(+), 147 deletions(-) diff --git a/Stats b/Stats index 28458737e..1e5bd8407 100644 --- a/Stats +++ b/Stats @@ -1,74 +1,76 @@ -2023-01-21 2023-01-13 2023-01-06 2022-12-30 2022-12-24 2022-12-16 2022-12-09 2022-12-08 Date -11500 10919 9777 7647 7966 4937 3908 3691 TOTAL -2238 1987 1630 1327 1176 847 588 555 portainer -1359 1359 1070 888 727 477 285 264 filebrowser -504 397 403 272 289 35 59 39 enedisgateway2mqtt -468 468 405 328 283 193 124 94 nextcloud_ocr -407 393 377 98 359 91 321 313 epicgamesfree -323 323 337 312 407 266 240 225 qbittorrent -288 288 237 181 298 226 195 195 plex_nas -276 192 142 7 90 53 38 35 mealie -254 254 294 218 282 205 204 195 transmission_ls -207 169 163 144 110 68 47 47 fireflyiii -200 200 128 95 91 47 31 29 radarr_nas -193 164 139 109 97 61 43 40 browserless_chrome -188 144 176 150 131 91 59 57 guacamole -174 119 117 123 104 45 19 14 zoneminder -155 155 134 110 95 82 17 17 code_server -148 125 102 87 80 45 21 19 addons_updater -142 126 98 88 75 39 30 29 arpspoof -135 119 97 82 72 41 32 29 whoogle-search -132 119 99 73 64 33 27 27 overseerr -127 105 93 88 78 53 51 51 omada -110 100 85 78 70 37 25 22 organizr -108 98 80 66 51 23 15 14 xteve -105 85 69 74 81 48 24 23 joplin -93 114 94 73 52 44 34 32 tandoor_recipes -91 89 71 43 60 38 22 20 scrutiny-fa -89 75 65 55 46 29 17 15 wger -85 76 67 56 49 24 20 18 baikal -80 64 50 39 26 7 4 4 vaultwarden -77 73 62 51 47 23 16 15 fireflyiii_data_importer -70 56 44 39 34 11 7 6 flaresolverr -69 62 41 28 45 18 7 5 enedisgateway2mqtt_dev -68 65 53 42 35 16 11 9 papermerge -68 53 47 38 29 13 7 7 gazpar2mqtt -64 52 46 43 37 19 13 13 teamspeak -59 46 40 34 29 12 7 7 inadyn -59 45 42 33 63 33 32 31 plex-media-manager -52 47 45 31 31 13 7 7 elasticsearch -50 40 39 30 24 9 4 4 ombi -45 38 55 48 43 21 10 9 grav -150 150 145 127 99 60 72 66 emby -43 38 34 30 24 7 13 11 omada_v3 -39 57 38 45 32 21 14 12 gitea -34 33 31 32 32 20 18 18 joal -30 23 20 24 38 22 26 26 flexget -29 25 55 49 45 27 23 22 spotweb -28 24 25 22 18 4 1 1 requestrr -20 16 8 24 18 5 7 7 fireflyiii_fints_importer -193 193 225 172 181 156 201 196 jellyfin -61 61 50 49 43 21 17 17 seafile -2 2 0 - - - - - immich -122 122 120 86 122 79 67 65 webtop_kde -52 52 43 39 65 49 42 41 readarr_nas -146 146 121 90 88 55 37 35 sonarr_nas -145 145 126 80 97 67 54 54 transmission_openvpn -68 68 57 41 37 19 10 9 ubooquity -118 118 94 106 136 104 95 95 jackett_nas -84 84 49 103 98 75 69 68 bazarr -37 37 19 11 28 12 10 8 resiliosync -22 22 73 72 81 69 73 69 calibre_web -143 143 121 112 103 78 81 81 photoprism -134 134 123 84 104 57 86 80 paperless_ng -129 129 120 114 142 100 114 113 prowlarr -115 115 125 98 112 86 107 69 calibre -81 81 67 48 84 58 58 58 scrutiny -29 29 20 8 44 28 26 26 webtrees -62 62 76 61 84 57 50 50 nzbget -58 58 52 42 68 51 45 44 lidarr_nas -44 44 40 31 30 12 8 7 tdarr -32 32 22 19 53 33 27 26 piwigo -32 32 21 22 20 11 9 9 unpackerr -25 25 24 22 19 6 3 3 mylar3 -102 102 87 72 61 33 22 20 cloudcommander +2023-01-27 2023-01-21 2023-01-13 2023-01-06 2022-12-30 2022-12-24 2022-12-16 2022-12-09 2022-12-08 Date +12065 11500 10919 9777 7647 7966 4937 3908 3691 TOTAL +2538 2238 1987 1630 1327 1176 847 588 555 portainer +1356 1359 1359 1070 888 727 477 285 264 filebrowser +493 407 393 377 98 359 91 321 313 epicgamesfree +328 276 192 142 7 90 53 38 35 mealie +325 323 323 337 312 407 266 240 225 qbittorrent +277 254 254 294 218 282 205 204 195 transmission_ls +254 - - - - - - - - myelectricaldata +251 207 169 163 144 110 68 47 47 fireflyiii +251 193 193 225 172 181 156 201 196 jellyfin +243 288 288 237 181 298 226 195 195 plex_nas +238 468 468 405 328 283 193 124 94 nextcloud_ocr +225 193 164 139 109 97 61 43 40 browserless_chrome +223 174 119 117 123 104 45 19 14 zoneminder +217 146 146 121 90 88 55 37 35 sonarr_nas +208 200 200 128 95 91 47 31 29 radarr_nas +168 148 125 102 87 80 45 21 19 addons_updater +168 142 126 98 88 75 39 30 29 arpspoof +157 93 114 94 73 52 44 34 32 tandoor_recipes +150 132 119 99 73 64 33 27 27 overseerr +148 135 119 97 82 72 41 32 29 whoogle-search +138 129 129 120 114 142 100 114 113 prowlarr +134 110 100 85 78 70 37 25 22 organizr +130 105 85 69 74 81 48 24 23 joplin +129 118 118 94 106 136 104 95 95 jackett_nas +127 122 122 120 86 122 79 67 65 webtop_kde +127 115 115 125 98 112 86 107 69 calibre +123 108 98 80 66 51 23 15 14 xteve +122 188 144 176 150 131 91 59 57 guacamole +114 102 102 87 72 61 33 22 20 cloudcommander +113 91 89 71 43 60 38 22 20 scrutiny-fa +111 89 75 65 55 46 29 17 15 wger +108 134 134 123 84 104 57 86 80 paperless_ng +104 85 76 67 56 49 24 20 18 baikal +103 80 64 50 39 26 7 4 4 vaultwarden +91 68 65 53 42 35 16 11 9 papermerge +90 70 56 44 39 34 11 7 6 flaresolverr +89 68 53 47 38 29 13 7 7 gazpar2mqtt +87 143 143 121 112 103 78 81 81 photoprism +86 22 22 73 72 81 69 73 69 calibre_web +85 150 150 145 127 99 60 72 66 emby +84 127 105 93 88 78 53 51 51 omada +83 77 73 62 51 47 23 16 15 fireflyiii_data_importer +82 64 52 46 43 37 19 13 13 teamspeak +80 84 84 49 103 98 75 69 68 bazarr +75 155 155 134 110 95 82 17 17 code_server +74 81 81 67 48 84 58 58 58 scrutiny +72 62 62 76 61 84 57 50 50 nzbget +72 145 145 126 80 97 67 54 54 transmission_openvpn +71 59 46 40 34 29 12 7 7 inadyn +69 52 47 45 31 31 13 7 7 elasticsearch +65 58 58 52 42 68 51 45 44 lidarr_nas +65 50 40 39 30 24 9 4 4 ombi +65 45 38 55 48 43 21 10 9 grav +62 52 52 43 39 65 49 42 41 readarr_nas +56 59 45 42 33 63 33 32 31 plex-media-manager +53 39 57 38 45 32 21 14 12 gitea +51 29 29 20 8 44 28 26 26 webtrees +48 34 33 31 32 32 20 18 18 joal +46 29 25 55 49 45 27 23 22 spotweb +41 28 24 25 22 18 4 1 1 requestrr +37 68 68 57 41 37 19 10 9 ubooquity +37 44 44 40 31 30 12 8 7 tdarr +37 30 23 20 24 38 22 26 26 flexget +31 37 37 19 11 28 12 10 8 resiliosync +29 20 16 8 24 18 5 7 7 fireflyiii_fints_importer +28 2 2 0 - - - - - immich +27 43 38 34 30 24 7 13 11 omada_v3 +26 32 32 22 19 53 33 27 26 piwigo +25 61 61 50 49 43 21 17 17 seafile +25 32 32 21 22 20 11 9 9 unpackerr +20 25 25 24 22 19 6 3 3 mylar3 +- 69 62 41 28 45 18 7 5 enedisgateway2mqtt_dev +- 504 397 403 272 289 35 59 39 enedisgateway2mqtt +- - - - - - - - - 22 - - - - - - - - myelectricaldata_dev diff --git a/Stats2 b/Stats2 index 4117bb6a4..41f545f14 100644 --- a/Stats2 +++ b/Stats2 @@ -1,75 +1,75 @@ Name Total armv7 amd64 aarch64 ------------------------------ -zoneminder 174 10 113 51 -xteve 108 9 59 40 -whoogle-search 135 3 89 43 -wger 89 - 51 38 -webtrees 1 0 1 0 -webtop_kde 6 0 4 2 -unpackerr 0 - 0 0 -ubooquity 3 1 2 0 -transmission_openvpn 4 0 2 2 -transmission_ls 9 0 7 2 -teamspeak 64 3 45 16 -tdarr 0 0 0 0 -tandoor_recipes 93 4 66 23 -spotweb 29 0 17 12 -sonarr_nas 4 0 3 1 -seafile 7 6 1 0 -scrutiny-fa 91 - 58 33 -scrutiny 1 - 1 0 -resiliosync 2 1 1 0 -requestrr 28 4 15 9 -readarr_nas 4 0 4 0 -radarr_nas 5 0 4 1 -qbittorrent 19 1 7 11 -prowlarr 2 0 1 1 -portainer 2239 116 1214 909 -plex-media-manager 59 1 42 16 -plex_nas 10 1 7 2 -piwigo 0 0 0 0 -photoprism 2 - 2 0 -papermerge 68 4 30 34 -paperless_ng 2 0 2 0 -overseerr 132 2 91 39 -organizr 110 6 68 36 -ombi 50 5 28 17 -omada_v3 43 - 24 19 -omada 127 - 70 57 -nzbget 0 0 0 0 -nextcloud_ocr 16 0 7 9 -mylar3 0 0 0 0 -mealie 276 - 178 98 -lidarr_nas 0 0 0 0 -joplin 105 4 65 36 -joal 34 5 15 14 -jellyfin 17 0 13 4 -jackett_nas 3 0 2 1 -inadyn 59 5 33 21 -immich 6 3 3 -guacamole 188 - 144 44 -grav 45 2 31 12 -gitea 39 - 17 22 -gazpar2mqtt 68 5 35 28 -flexget 30 0 13 17 -flaresolverr 70 3 41 26 -fireflyiii_fints_importer 20 - 11 9 -fireflyiii_data_importer 77 5 37 35 -fireflyiii 207 9 116 82 -filebrowser 24 0 13 11 -epicgamesfree 407 - 250 157 -enedisgateway2mqtt_dev 69 4 28 37 -enedisgateway2mqtt 504 42 227 235 -emby 44 0 27 17 -elasticsearch 52 - 32 20 -code_server 1 0 0 1 -cloudcommander 0 0 0 0 -calibre_web 2 1 0 1 -calibre 2 0 1 1 -browserless_chrome 193 - 129 64 -calibre_web 2 1 0 1 -vaultwarden 80 5 47 28 -bazarr 2 0 2 0 -baikal 85 5 51 29 -arpspoof 142 12 74 56 -addons_updater 148 9 81 58 +zoneminder 223 14 146 63 +xteve 123 13 64 46 +whoogle-search 148 7 94 47 +wger 111 - 62 49 +webtrees 51 4 22 25 +webtop_kde 127 5 88 34 +unpackerr 25 - 15 10 +ubooquity 37 5 17 15 +transmission_openvpn 72 6 38 28 +transmission_ls 277 12 158 107 +teamspeak 82 7 52 23 +tdarr 37 4 24 9 +tandoor_recipes 157 11 94 52 +spotweb 46 4 26 16 +sonarr_nas 217 9 137 71 +seafile 25 10 10 5 +scrutiny-fa 113 - 65 48 +scrutiny 74 - 47 27 +resiliosync 31 5 15 11 +requestrr 41 8 20 13 +readarr_nas 62 7 37 18 +radarr_nas 208 9 131 68 +qbittorrent 325 16 173 136 +prowlarr 138 7 91 40 +portainer 2538 132 1373 1033 +plex-media-manager 56 4 33 19 +plex_nas 243 12 151 80 +piwigo 26 5 11 10 +photoprism 87 - 57 30 +papermerge 91 8 42 41 +paperless_ng 108 5 59 44 +overseerr 150 6 99 45 +organizr 134 10 81 43 +ombi 65 9 35 21 +omada_v3 27 - 18 9 +omada 84 - 51 33 +nzbget 72 5 38 29 +nextcloud_ocr 238 10 127 101 +mylar3 20 4 10 6 +mealie 328 - 207 121 +lidarr_nas 65 5 41 19 +joplin 130 9 78 43 +joal 48 9 20 19 +jellyfin 251 14 127 110 +jackett_nas 129 8 84 37 +inadyn 71 9 39 23 +immich 28 15 13 +guacamole 122 - 93 29 +grav 65 6 39 20 +gitea 53 - 22 31 +gazpar2mqtt 89 10 39 40 +flexget 37 5 18 14 +flaresolverr 90 7 49 34 +fireflyiii_fints_importer 29 - 16 13 +fireflyiii_data_importer 83 4 47 32 +fireflyiii 251 14 139 98 +filebrowser 1356 66 694 596 +epicgamesfree 493 - 295 198 +myelectricaldata_dev 22 6 10 6 +myelectricaldata 254 24 118 112 +emby 85 5 45 35 +elasticsearch 69 - 41 28 +code_server 75 12 35 28 +cloudcommander 114 8 66 40 +calibre_web 86 7 40 39 +calibre 127 7 62 58 +browserless_chrome 225 - 147 78 +calibre_web 86 7 40 39 +vaultwarden 103 9 58 36 +bazarr 80 6 49 25 +baikal 104 9 60 35 +arpspoof 168 17 87 64 +addons_updater 168 13 87 68 From 9e5417c2c1f39f37f6ba9257d18ac6e0315b35d5 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 13:38:27 +0000 Subject: [PATCH 24/66] GitHub bot : README updated --- stats.png | Bin 4536 -> 4872 bytes stats_addons.png | Bin 9001 -> 0 bytes 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/stats.png b/stats.png index dd494a9630556979bb60d799bb5e3ca954cb3e6d..384043121d274af999c95d7336d1d2363246122c 100644 GIT binary patch delta 4551 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 From 89634fb7251335a1197a4b85c503aa16c23dc761 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 27 Jan 2023 15:32:16 +0100 Subject: [PATCH 25/66] Update Stats --- Stats | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Stats b/Stats index 1e5bd8407..f59d1bde0 100644 --- a/Stats +++ b/Stats @@ -6,7 +6,7 @@ 328 276 192 142 7 90 53 38 35 mealie 325 323 323 337 312 407 266 240 225 qbittorrent 277 254 254 294 218 282 205 204 195 transmission_ls -254 - - - - - - - - myelectricaldata +254 504 397 403 272 289 35 59 39 myelectricaldata 251 207 169 163 144 110 68 47 47 fireflyiii 251 193 193 225 172 181 156 201 196 jellyfin 243 288 288 237 181 298 226 195 195 plex_nas @@ -70,7 +70,5 @@ 26 32 32 22 19 53 33 27 26 piwigo 25 61 61 50 49 43 21 17 17 seafile 25 32 32 21 22 20 11 9 9 unpackerr +22 69 62 41 28 45 18 7 5 myelectricaldata_dev 20 25 25 24 22 19 6 3 3 mylar3 -- 69 62 41 28 45 18 7 5 enedisgateway2mqtt_dev -- 504 397 403 272 289 35 59 39 enedisgateway2mqtt -- - - - - - - - - 22 - - - - - - - - myelectricaldata_dev From 1b75d15a89ce0c1133076ad8e9846bb9202db7f6 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 27 Jan 2023 15:35:01 +0100 Subject: [PATCH 26/66] Update weekly_stats.yaml --- .github/workflows/weekly_stats.yaml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/workflows/weekly_stats.yaml b/.github/workflows/weekly_stats.yaml index 5e9b3fab0..bba46d071 100644 --- a/.github/workflows/weekly_stats.yaml +++ b/.github/workflows/weekly_stats.yaml @@ -214,7 +214,20 @@ jobs: set output 'stats_addons.png' plot for [i=2:*] 'Stats3' using 1:i w l title columnhead(i) smooth csplines EOFMarker - ) || true + ) || ( gnuplot-nox -persist <<-EOFMarker + set title 'Top 10 addons' + set ylabel 'Number of installations' + set xdata time + set datafile missing "-" + set timefmt "%Y-%m-%d" + set format x "%y-%m-%d" + set datafile sep ' ' + set autoscale + set terminal png size 500,300 + set output 'stats_addons.png' + plot for [i=2:*] 'Stats3' using 1:i w l title columnhead(i) + EOFMarker + ) #plot for [i=1:*] 'Stats3' using 0:i rm Stats3 - name: Commit if needed From 43715f63fc7d7800e3f31df7402bd4df5111d80e Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 14:47:36 +0000 Subject: [PATCH 27/66] GitHub bot : README updated --- Stats | 148 ++++++++++++++++++++++++++++----------------------------- Stats2 | 22 ++++----- 2 files changed, 85 insertions(+), 85 deletions(-) diff --git a/Stats b/Stats index f59d1bde0..ef710950a 100644 --- a/Stats +++ b/Stats @@ -1,74 +1,74 @@ -2023-01-27 2023-01-21 2023-01-13 2023-01-06 2022-12-30 2022-12-24 2022-12-16 2022-12-09 2022-12-08 Date -12065 11500 10919 9777 7647 7966 4937 3908 3691 TOTAL -2538 2238 1987 1630 1327 1176 847 588 555 portainer -1356 1359 1359 1070 888 727 477 285 264 filebrowser -493 407 393 377 98 359 91 321 313 epicgamesfree -328 276 192 142 7 90 53 38 35 mealie -325 323 323 337 312 407 266 240 225 qbittorrent -277 254 254 294 218 282 205 204 195 transmission_ls -254 504 397 403 272 289 35 59 39 myelectricaldata -251 207 169 163 144 110 68 47 47 fireflyiii -251 193 193 225 172 181 156 201 196 jellyfin -243 288 288 237 181 298 226 195 195 plex_nas -238 468 468 405 328 283 193 124 94 nextcloud_ocr -225 193 164 139 109 97 61 43 40 browserless_chrome -223 174 119 117 123 104 45 19 14 zoneminder -217 146 146 121 90 88 55 37 35 sonarr_nas -208 200 200 128 95 91 47 31 29 radarr_nas -168 148 125 102 87 80 45 21 19 addons_updater -168 142 126 98 88 75 39 30 29 arpspoof -157 93 114 94 73 52 44 34 32 tandoor_recipes -150 132 119 99 73 64 33 27 27 overseerr -148 135 119 97 82 72 41 32 29 whoogle-search -138 129 129 120 114 142 100 114 113 prowlarr -134 110 100 85 78 70 37 25 22 organizr -130 105 85 69 74 81 48 24 23 joplin -129 118 118 94 106 136 104 95 95 jackett_nas -127 122 122 120 86 122 79 67 65 webtop_kde -127 115 115 125 98 112 86 107 69 calibre -123 108 98 80 66 51 23 15 14 xteve -122 188 144 176 150 131 91 59 57 guacamole -114 102 102 87 72 61 33 22 20 cloudcommander -113 91 89 71 43 60 38 22 20 scrutiny-fa -111 89 75 65 55 46 29 17 15 wger -108 134 134 123 84 104 57 86 80 paperless_ng -104 85 76 67 56 49 24 20 18 baikal -103 80 64 50 39 26 7 4 4 vaultwarden -91 68 65 53 42 35 16 11 9 papermerge -90 70 56 44 39 34 11 7 6 flaresolverr -89 68 53 47 38 29 13 7 7 gazpar2mqtt -87 143 143 121 112 103 78 81 81 photoprism -86 22 22 73 72 81 69 73 69 calibre_web -85 150 150 145 127 99 60 72 66 emby -84 127 105 93 88 78 53 51 51 omada -83 77 73 62 51 47 23 16 15 fireflyiii_data_importer -82 64 52 46 43 37 19 13 13 teamspeak -80 84 84 49 103 98 75 69 68 bazarr -75 155 155 134 110 95 82 17 17 code_server -74 81 81 67 48 84 58 58 58 scrutiny -72 62 62 76 61 84 57 50 50 nzbget -72 145 145 126 80 97 67 54 54 transmission_openvpn -71 59 46 40 34 29 12 7 7 inadyn -69 52 47 45 31 31 13 7 7 elasticsearch -65 58 58 52 42 68 51 45 44 lidarr_nas -65 50 40 39 30 24 9 4 4 ombi -65 45 38 55 48 43 21 10 9 grav -62 52 52 43 39 65 49 42 41 readarr_nas -56 59 45 42 33 63 33 32 31 plex-media-manager -53 39 57 38 45 32 21 14 12 gitea -51 29 29 20 8 44 28 26 26 webtrees -48 34 33 31 32 32 20 18 18 joal -46 29 25 55 49 45 27 23 22 spotweb -41 28 24 25 22 18 4 1 1 requestrr -37 68 68 57 41 37 19 10 9 ubooquity -37 44 44 40 31 30 12 8 7 tdarr -37 30 23 20 24 38 22 26 26 flexget -31 37 37 19 11 28 12 10 8 resiliosync -29 20 16 8 24 18 5 7 7 fireflyiii_fints_importer -28 2 2 0 - - - - - immich -27 43 38 34 30 24 7 13 11 omada_v3 -26 32 32 22 19 53 33 27 26 piwigo -25 61 61 50 49 43 21 17 17 seafile -25 32 32 21 22 20 11 9 9 unpackerr -22 69 62 41 28 45 18 7 5 myelectricaldata_dev -20 25 25 24 22 19 6 3 3 mylar3 +2023-01-27 2023-01-27 2023-01-21 2023-01-13 2023-01-06 2022-12-30 2022-12-24 2022-12-16 2022-12-09 2022-12-08 Date +12105 12065 11500 10919 9777 7647 7966 4937 3908 3691 TOTAL +2542 2538 2238 1987 1630 1327 1176 847 588 555 portainer +1357 1356 1359 1359 1070 888 727 477 285 264 filebrowser +494 493 407 393 377 98 359 91 321 313 epicgamesfree +328 328 276 192 142 7 90 53 38 35 mealie +325 325 323 323 337 312 407 266 240 225 qbittorrent +277 277 254 254 294 218 282 205 204 195 transmission_ls +258 254 504 397 403 272 289 35 59 39 myelectricaldata +251 251 207 169 163 144 110 68 47 47 fireflyiii +251 251 193 193 225 172 181 156 201 196 jellyfin +243 243 288 288 237 181 298 226 195 195 plex_nas +239 238 468 468 405 328 283 193 124 94 nextcloud_ocr +225 225 193 164 139 109 97 61 43 40 browserless_chrome +223 223 174 119 117 123 104 45 19 14 zoneminder +218 217 146 146 121 90 88 55 37 35 sonarr_nas +209 208 200 200 128 95 91 47 31 29 radarr_nas +168 168 148 125 102 87 80 45 21 19 addons_updater +168 168 142 126 98 88 75 39 30 29 arpspoof +157 157 93 114 94 73 52 44 34 32 tandoor_recipes +150 150 132 119 99 73 64 33 27 27 overseerr +148 148 135 119 97 82 72 41 32 29 whoogle-search +138 138 129 129 120 114 142 100 114 113 prowlarr +134 134 110 100 85 78 70 37 25 22 organizr +130 130 105 85 69 74 81 48 24 23 joplin +129 129 118 118 94 106 136 104 95 95 jackett_nas +127 127 122 122 120 86 122 79 67 65 webtop_kde +127 127 115 115 125 98 112 86 107 69 calibre +123 123 108 98 80 66 51 23 15 14 xteve +122 122 188 144 176 150 131 91 59 57 guacamole +114 114 102 102 87 72 61 33 22 20 cloudcommander +113 113 91 89 71 43 60 38 22 20 scrutiny-fa +111 111 89 75 65 55 46 29 17 15 wger +108 108 134 134 123 84 104 57 86 80 paperless_ng +104 104 85 76 67 56 49 24 20 18 baikal +103 103 80 64 50 39 26 7 4 4 vaultwarden +91 91 68 65 53 42 35 16 11 9 papermerge +90 90 70 56 44 39 34 11 7 6 flaresolverr +89 89 68 53 47 38 29 13 7 7 gazpar2mqtt +89 87 143 143 121 112 103 78 81 81 photoprism +86 86 22 22 73 72 81 69 73 69 calibre_web +85 85 150 150 145 127 99 60 72 66 emby +84 84 127 105 93 88 78 53 51 51 omada +83 83 77 73 62 51 47 23 16 15 fireflyiii_data_importer +82 82 64 52 46 43 37 19 13 13 teamspeak +80 80 84 84 49 103 98 75 69 68 bazarr +75 75 155 155 134 110 95 82 17 17 code_server +74 74 81 81 67 48 84 58 58 58 scrutiny +72 72 62 62 76 61 84 57 50 50 nzbget +72 72 145 145 126 80 97 67 54 54 transmission_openvpn +71 71 59 46 40 34 29 12 7 7 inadyn +69 69 52 47 45 31 31 13 7 7 elasticsearch +66 65 58 58 52 42 68 51 45 44 lidarr_nas +65 65 50 40 39 30 24 9 4 4 ombi +65 65 45 38 55 48 43 21 10 9 grav +62 62 52 52 43 39 65 49 42 41 readarr_nas +56 56 59 45 42 33 63 33 32 31 plex-media-manager +53 53 39 57 38 45 32 21 14 12 gitea +51 51 29 29 20 8 44 28 26 26 webtrees +48 48 34 33 31 32 32 20 18 18 joal +46 46 29 25 55 49 45 27 23 22 spotweb +41 41 28 24 25 22 18 4 1 1 requestrr +38 37 30 23 20 24 38 22 26 26 flexget +37 37 68 68 57 41 37 19 10 9 ubooquity +37 37 44 44 40 31 30 12 8 7 tdarr +31 31 37 37 19 11 28 12 10 8 resiliosync +29 29 20 16 8 24 18 5 7 7 fireflyiii_fints_importer +28 28 2 2 0 - - - - - immich +27 27 43 38 34 30 24 7 13 11 omada_v3 +26 26 32 32 22 19 53 33 27 26 piwigo +25 25 61 61 50 49 43 21 17 17 seafile +25 25 32 32 21 22 20 11 9 9 unpackerr +23 22 69 62 41 28 45 18 7 5 myelectricaldata_dev +20 20 25 25 24 22 19 6 3 3 mylar3 diff --git a/Stats2 b/Stats2 index 41f545f14..a19389812 100644 --- a/Stats2 +++ b/Stats2 @@ -14,21 +14,21 @@ teamspeak 82 7 52 23 tdarr 37 4 24 9 tandoor_recipes 157 11 94 52 spotweb 46 4 26 16 -sonarr_nas 217 9 137 71 +sonarr_nas 218 9 137 72 seafile 25 10 10 5 scrutiny-fa 113 - 65 48 scrutiny 74 - 47 27 resiliosync 31 5 15 11 requestrr 41 8 20 13 readarr_nas 62 7 37 18 -radarr_nas 208 9 131 68 +radarr_nas 209 9 131 69 qbittorrent 325 16 173 136 prowlarr 138 7 91 40 -portainer 2538 132 1373 1033 +portainer 2542 132 1374 1036 plex-media-manager 56 4 33 19 plex_nas 243 12 151 80 piwigo 26 5 11 10 -photoprism 87 - 57 30 +photoprism 89 - 58 31 papermerge 91 8 42 41 paperless_ng 108 5 59 44 overseerr 150 6 99 45 @@ -37,10 +37,10 @@ ombi 65 9 35 21 omada_v3 27 - 18 9 omada 84 - 51 33 nzbget 72 5 38 29 -nextcloud_ocr 238 10 127 101 +nextcloud_ocr 239 10 127 102 mylar3 20 4 10 6 mealie 328 - 207 121 -lidarr_nas 65 5 41 19 +lidarr_nas 66 5 41 20 joplin 130 9 78 43 joal 48 9 20 19 jellyfin 251 14 127 110 @@ -51,15 +51,15 @@ guacamole 122 - 93 29 grav 65 6 39 20 gitea 53 - 22 31 gazpar2mqtt 89 10 39 40 -flexget 37 5 18 14 +flexget 38 5 18 15 flaresolverr 90 7 49 34 fireflyiii_fints_importer 29 - 16 13 fireflyiii_data_importer 83 4 47 32 fireflyiii 251 14 139 98 -filebrowser 1356 66 694 596 -epicgamesfree 493 - 295 198 -myelectricaldata_dev 22 6 10 6 -myelectricaldata 254 24 118 112 +filebrowser 1357 66 694 597 +epicgamesfree 494 - 296 198 +myelectricaldata_dev 23 6 10 7 +myelectricaldata 258 25 119 114 emby 85 5 45 35 elasticsearch 69 - 41 28 code_server 75 12 35 28 From b363ff5c5503a3216bf00efb7aa866bfac29ff8a Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 14:48:10 +0000 Subject: [PATCH 28/66] GitHub bot : README updated --- stats.png | Bin 4872 -> 4875 bytes stats_addons.png | Bin 0 -> 8852 bytes 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/stats.png b/stats.png index 384043121d274af999c95d7336d1d2363246122c..6725fca2d04f5a9cd0ccb9e8da8fc08e8ca090f1 100644 GIT binary patch delta 4364 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 a*n!~ZiOlKdr4sAE6W2^EjBBsljr~73Sgz>+ delta 4379 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 diff --git a/stats_addons.png b/stats_addons.png index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..ce9bf40f3d282f2509467b8fcb53253bda2a7e21 100644 GIT binary patch literal 8852 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 Ky{b|+4gDY4nsY1w literal 0 HcmV?d00001 From 5b3b2a6725a0c3ab02b020999ec22fdd6cb99013 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 27 Jan 2023 15:53:11 +0100 Subject: [PATCH 29/66] Update Stats --- Stats | 148 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 74 insertions(+), 74 deletions(-) diff --git a/Stats b/Stats index ef710950a..f59d1bde0 100644 --- a/Stats +++ b/Stats @@ -1,74 +1,74 @@ -2023-01-27 2023-01-27 2023-01-21 2023-01-13 2023-01-06 2022-12-30 2022-12-24 2022-12-16 2022-12-09 2022-12-08 Date -12105 12065 11500 10919 9777 7647 7966 4937 3908 3691 TOTAL -2542 2538 2238 1987 1630 1327 1176 847 588 555 portainer -1357 1356 1359 1359 1070 888 727 477 285 264 filebrowser -494 493 407 393 377 98 359 91 321 313 epicgamesfree -328 328 276 192 142 7 90 53 38 35 mealie -325 325 323 323 337 312 407 266 240 225 qbittorrent -277 277 254 254 294 218 282 205 204 195 transmission_ls -258 254 504 397 403 272 289 35 59 39 myelectricaldata -251 251 207 169 163 144 110 68 47 47 fireflyiii -251 251 193 193 225 172 181 156 201 196 jellyfin -243 243 288 288 237 181 298 226 195 195 plex_nas -239 238 468 468 405 328 283 193 124 94 nextcloud_ocr -225 225 193 164 139 109 97 61 43 40 browserless_chrome -223 223 174 119 117 123 104 45 19 14 zoneminder -218 217 146 146 121 90 88 55 37 35 sonarr_nas -209 208 200 200 128 95 91 47 31 29 radarr_nas -168 168 148 125 102 87 80 45 21 19 addons_updater -168 168 142 126 98 88 75 39 30 29 arpspoof -157 157 93 114 94 73 52 44 34 32 tandoor_recipes -150 150 132 119 99 73 64 33 27 27 overseerr -148 148 135 119 97 82 72 41 32 29 whoogle-search -138 138 129 129 120 114 142 100 114 113 prowlarr -134 134 110 100 85 78 70 37 25 22 organizr -130 130 105 85 69 74 81 48 24 23 joplin -129 129 118 118 94 106 136 104 95 95 jackett_nas -127 127 122 122 120 86 122 79 67 65 webtop_kde -127 127 115 115 125 98 112 86 107 69 calibre -123 123 108 98 80 66 51 23 15 14 xteve -122 122 188 144 176 150 131 91 59 57 guacamole -114 114 102 102 87 72 61 33 22 20 cloudcommander -113 113 91 89 71 43 60 38 22 20 scrutiny-fa -111 111 89 75 65 55 46 29 17 15 wger -108 108 134 134 123 84 104 57 86 80 paperless_ng -104 104 85 76 67 56 49 24 20 18 baikal -103 103 80 64 50 39 26 7 4 4 vaultwarden -91 91 68 65 53 42 35 16 11 9 papermerge -90 90 70 56 44 39 34 11 7 6 flaresolverr -89 89 68 53 47 38 29 13 7 7 gazpar2mqtt -89 87 143 143 121 112 103 78 81 81 photoprism -86 86 22 22 73 72 81 69 73 69 calibre_web -85 85 150 150 145 127 99 60 72 66 emby -84 84 127 105 93 88 78 53 51 51 omada -83 83 77 73 62 51 47 23 16 15 fireflyiii_data_importer -82 82 64 52 46 43 37 19 13 13 teamspeak -80 80 84 84 49 103 98 75 69 68 bazarr -75 75 155 155 134 110 95 82 17 17 code_server -74 74 81 81 67 48 84 58 58 58 scrutiny -72 72 62 62 76 61 84 57 50 50 nzbget -72 72 145 145 126 80 97 67 54 54 transmission_openvpn -71 71 59 46 40 34 29 12 7 7 inadyn -69 69 52 47 45 31 31 13 7 7 elasticsearch -66 65 58 58 52 42 68 51 45 44 lidarr_nas -65 65 50 40 39 30 24 9 4 4 ombi -65 65 45 38 55 48 43 21 10 9 grav -62 62 52 52 43 39 65 49 42 41 readarr_nas -56 56 59 45 42 33 63 33 32 31 plex-media-manager -53 53 39 57 38 45 32 21 14 12 gitea -51 51 29 29 20 8 44 28 26 26 webtrees -48 48 34 33 31 32 32 20 18 18 joal -46 46 29 25 55 49 45 27 23 22 spotweb -41 41 28 24 25 22 18 4 1 1 requestrr -38 37 30 23 20 24 38 22 26 26 flexget -37 37 68 68 57 41 37 19 10 9 ubooquity -37 37 44 44 40 31 30 12 8 7 tdarr -31 31 37 37 19 11 28 12 10 8 resiliosync -29 29 20 16 8 24 18 5 7 7 fireflyiii_fints_importer -28 28 2 2 0 - - - - - immich -27 27 43 38 34 30 24 7 13 11 omada_v3 -26 26 32 32 22 19 53 33 27 26 piwigo -25 25 61 61 50 49 43 21 17 17 seafile -25 25 32 32 21 22 20 11 9 9 unpackerr -23 22 69 62 41 28 45 18 7 5 myelectricaldata_dev -20 20 25 25 24 22 19 6 3 3 mylar3 +2023-01-27 2023-01-21 2023-01-13 2023-01-06 2022-12-30 2022-12-24 2022-12-16 2022-12-09 2022-12-08 Date +12065 11500 10919 9777 7647 7966 4937 3908 3691 TOTAL +2538 2238 1987 1630 1327 1176 847 588 555 portainer +1356 1359 1359 1070 888 727 477 285 264 filebrowser +493 407 393 377 98 359 91 321 313 epicgamesfree +328 276 192 142 7 90 53 38 35 mealie +325 323 323 337 312 407 266 240 225 qbittorrent +277 254 254 294 218 282 205 204 195 transmission_ls +254 504 397 403 272 289 35 59 39 myelectricaldata +251 207 169 163 144 110 68 47 47 fireflyiii +251 193 193 225 172 181 156 201 196 jellyfin +243 288 288 237 181 298 226 195 195 plex_nas +238 468 468 405 328 283 193 124 94 nextcloud_ocr +225 193 164 139 109 97 61 43 40 browserless_chrome +223 174 119 117 123 104 45 19 14 zoneminder +217 146 146 121 90 88 55 37 35 sonarr_nas +208 200 200 128 95 91 47 31 29 radarr_nas +168 148 125 102 87 80 45 21 19 addons_updater +168 142 126 98 88 75 39 30 29 arpspoof +157 93 114 94 73 52 44 34 32 tandoor_recipes +150 132 119 99 73 64 33 27 27 overseerr +148 135 119 97 82 72 41 32 29 whoogle-search +138 129 129 120 114 142 100 114 113 prowlarr +134 110 100 85 78 70 37 25 22 organizr +130 105 85 69 74 81 48 24 23 joplin +129 118 118 94 106 136 104 95 95 jackett_nas +127 122 122 120 86 122 79 67 65 webtop_kde +127 115 115 125 98 112 86 107 69 calibre +123 108 98 80 66 51 23 15 14 xteve +122 188 144 176 150 131 91 59 57 guacamole +114 102 102 87 72 61 33 22 20 cloudcommander +113 91 89 71 43 60 38 22 20 scrutiny-fa +111 89 75 65 55 46 29 17 15 wger +108 134 134 123 84 104 57 86 80 paperless_ng +104 85 76 67 56 49 24 20 18 baikal +103 80 64 50 39 26 7 4 4 vaultwarden +91 68 65 53 42 35 16 11 9 papermerge +90 70 56 44 39 34 11 7 6 flaresolverr +89 68 53 47 38 29 13 7 7 gazpar2mqtt +87 143 143 121 112 103 78 81 81 photoprism +86 22 22 73 72 81 69 73 69 calibre_web +85 150 150 145 127 99 60 72 66 emby +84 127 105 93 88 78 53 51 51 omada +83 77 73 62 51 47 23 16 15 fireflyiii_data_importer +82 64 52 46 43 37 19 13 13 teamspeak +80 84 84 49 103 98 75 69 68 bazarr +75 155 155 134 110 95 82 17 17 code_server +74 81 81 67 48 84 58 58 58 scrutiny +72 62 62 76 61 84 57 50 50 nzbget +72 145 145 126 80 97 67 54 54 transmission_openvpn +71 59 46 40 34 29 12 7 7 inadyn +69 52 47 45 31 31 13 7 7 elasticsearch +65 58 58 52 42 68 51 45 44 lidarr_nas +65 50 40 39 30 24 9 4 4 ombi +65 45 38 55 48 43 21 10 9 grav +62 52 52 43 39 65 49 42 41 readarr_nas +56 59 45 42 33 63 33 32 31 plex-media-manager +53 39 57 38 45 32 21 14 12 gitea +51 29 29 20 8 44 28 26 26 webtrees +48 34 33 31 32 32 20 18 18 joal +46 29 25 55 49 45 27 23 22 spotweb +41 28 24 25 22 18 4 1 1 requestrr +37 68 68 57 41 37 19 10 9 ubooquity +37 44 44 40 31 30 12 8 7 tdarr +37 30 23 20 24 38 22 26 26 flexget +31 37 37 19 11 28 12 10 8 resiliosync +29 20 16 8 24 18 5 7 7 fireflyiii_fints_importer +28 2 2 0 - - - - - immich +27 43 38 34 30 24 7 13 11 omada_v3 +26 32 32 22 19 53 33 27 26 piwigo +25 61 61 50 49 43 21 17 17 seafile +25 32 32 21 22 20 11 9 9 unpackerr +22 69 62 41 28 45 18 7 5 myelectricaldata_dev +20 25 25 24 22 19 6 3 3 mylar3 From 4e2a9ae349f4f68403c089730403b6d00c52466d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 27 Jan 2023 16:06:17 +0100 Subject: [PATCH 30/66] Update build.json --- epicgamesfree/build.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/epicgamesfree/build.json b/epicgamesfree/build.json index a5fc99d06..b0d29ca64 100644 --- a/epicgamesfree/build.json +++ b/epicgamesfree/build.json @@ -1,7 +1,7 @@ { "build_from": { - "aarch64": "ghcr.io/claabs/epicgames-freegames-node:latest", - "amd64": "ghcr.io/claabs/epicgames-freegames-node:latest" + "aarch64": "charlocharlie/epicgames-freegames:latest", + "amd64": "charlocharlie/epicgames-freegames:latest" }, "codenotary": { "signer": "alexandrep.github@gmail.com" From b424ddb27473d5a7d41a9165f520bcc53b3f99ba Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 17:04:31 +0000 Subject: [PATCH 31/66] GitHub bot : README updated --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c85dc9f33..a22bf8dac 100644 --- a/README.md +++ b/README.md @@ -43,17 +43,17 @@ If you want to do add the repository manually, please follow the procedure highl Number of addons in the repository : 74 -Total number of addons installed : 11500 +Total number of addons installed : 12065 Top 3 most installed addons : -1. Portainer (2238x) +1. Portainer (2538x) 2. Filebrowser (1359x) -3. Enedisgateway2mqtt (504x) +3. Epicgamesfree (493x) Most used architectures : -- amd64: 57% +- amd64: 56% - aarch64: 38% -- armv7: 4% +- armv7: 6% Downloads evolution : @@ -488,7 +488,7 @@ Downloads evolution : ![amd64][amd64-badge] ![armv7][armv7-badge] -✓ ![image](https://api.iconify.design/mdi/docker.svg) [Portainer (2238x)](portainer/) : Manage your Docker environment with ease +✓ ![image](https://api.iconify.design/mdi/docker.svg) [Portainer (2538x)](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) From e057929e97b71cbe9527dd76fae1b5a3d3b01dc2 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 27 Jan 2023 21:19:38 +0100 Subject: [PATCH 32/66] Update weekly_stats.yaml --- .github/workflows/weekly_stats.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/weekly_stats.yaml b/.github/workflows/weekly_stats.yaml index bba46d071..38725b22e 100644 --- a/.github/workflows/weekly_stats.yaml +++ b/.github/workflows/weekly_stats.yaml @@ -152,6 +152,7 @@ jobs: set autoscale set terminal png size 500,300 set output 'stats.png' + set tics font "Helvetica,10" plot 'Stats3' using 1:2 lt rgb 'red' w l title 'Total addons' smooth csplines EOFMarker rm Stats3 @@ -212,6 +213,7 @@ jobs: set autoscale set terminal png size 500,300 set output 'stats_addons.png' + set tics font "Helvetica,10" plot for [i=2:*] 'Stats3' using 1:i w l title columnhead(i) smooth csplines EOFMarker ) || ( gnuplot-nox -persist <<-EOFMarker @@ -225,6 +227,7 @@ jobs: set autoscale set terminal png size 500,300 set output 'stats_addons.png' + set tics font "Helvetica,10" plot for [i=2:*] 'Stats3' using 1:i w l title columnhead(i) EOFMarker ) From 3c8d2166ce9f4c7ca7cb16da0748faf809588265 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 27 Jan 2023 21:21:01 +0100 Subject: [PATCH 33/66] Update weekly_stats.yaml --- .github/workflows/weekly_stats.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/weekly_stats.yaml b/.github/workflows/weekly_stats.yaml index 38725b22e..b4cc411cd 100644 --- a/.github/workflows/weekly_stats.yaml +++ b/.github/workflows/weekly_stats.yaml @@ -15,6 +15,7 @@ jobs: - name: Create stats run: | echo "Starting" + exit 0 COUNT=0 COUNT1=0 COUNT2=0 From bc38ed5470abe7b826259407c99d10ebf51aff30 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 20:21:56 +0000 Subject: [PATCH 34/66] GitHub bot : README updated --- stats.png | Bin 4875 -> 2832 bytes stats_addons.png | Bin 8852 -> 7258 bytes 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/stats.png b/stats.png index 6725fca2d04f5a9cd0ccb9e8da8fc08e8ca090f1..48a94b3ca8a91eb913f85252fba28fe0eb3e57e0 100644 GIT binary patch delta 2517 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 UKA$gf{A)O8WoKD?=4#@90A#TQ?EnA( diff --git a/stats_addons.png b/stats_addons.png index ce9bf40f3d282f2509467b8fcb53253bda2a7e21..8ad3525b4b65827c22ac1672e6f1786552d2fec6 100644 GIT binary patch delta 6996 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 VSqqJCyVr!J`9k-3m8yB@{{SfK?}h*X From a9a664442725c6e752b9df5ebc5a402af8018df4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 27 Jan 2023 21:23:02 +0100 Subject: [PATCH 35/66] Update weekly_stats.yaml --- .github/workflows/weekly_stats.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/weekly_stats.yaml b/.github/workflows/weekly_stats.yaml index b4cc411cd..676acbe03 100644 --- a/.github/workflows/weekly_stats.yaml +++ b/.github/workflows/weekly_stats.yaml @@ -15,7 +15,6 @@ jobs: - name: Create stats run: | echo "Starting" - exit 0 COUNT=0 COUNT1=0 COUNT2=0 @@ -153,7 +152,7 @@ jobs: set autoscale set terminal png size 500,300 set output 'stats.png' - set tics font "Helvetica,10" + set tics font "Helvetica,8" plot 'Stats3' using 1:2 lt rgb 'red' w l title 'Total addons' smooth csplines EOFMarker rm Stats3 @@ -214,7 +213,7 @@ jobs: set autoscale set terminal png size 500,300 set output 'stats_addons.png' - set tics font "Helvetica,10" + set tics font "Helvetica,8" plot for [i=2:*] 'Stats3' using 1:i w l title columnhead(i) smooth csplines EOFMarker ) || ( gnuplot-nox -persist <<-EOFMarker @@ -228,7 +227,7 @@ jobs: set autoscale set terminal png size 500,300 set output 'stats_addons.png' - set tics font "Helvetica,10" + set tics font "Helvetica,8" plot for [i=2:*] 'Stats3' using 1:i w l title columnhead(i) EOFMarker ) From 6ecd19d5578cbffe710e3916cce68cc1b7f5f222 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 27 Jan 2023 21:24:48 +0100 Subject: [PATCH 36/66] Update weekly_stats.yaml --- .github/workflows/weekly_stats.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/weekly_stats.yaml b/.github/workflows/weekly_stats.yaml index 676acbe03..a41097e7c 100644 --- a/.github/workflows/weekly_stats.yaml +++ b/.github/workflows/weekly_stats.yaml @@ -152,7 +152,7 @@ jobs: set autoscale set terminal png size 500,300 set output 'stats.png' - set tics font "Helvetica,8" + set term png tiny plot 'Stats3' using 1:2 lt rgb 'red' w l title 'Total addons' smooth csplines EOFMarker rm Stats3 @@ -213,7 +213,7 @@ jobs: set autoscale set terminal png size 500,300 set output 'stats_addons.png' - set tics font "Helvetica,8" + set term png tiny plot for [i=2:*] 'Stats3' using 1:i w l title columnhead(i) smooth csplines EOFMarker ) || ( gnuplot-nox -persist <<-EOFMarker @@ -227,7 +227,7 @@ jobs: set autoscale set terminal png size 500,300 set output 'stats_addons.png' - set tics font "Helvetica,8" + set term png tiny plot for [i=2:*] 'Stats3' using 1:i w l title columnhead(i) EOFMarker ) From 587554625b39aa1fad1ac8138adaef3bc0151f28 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 27 Jan 2023 21:28:03 +0100 Subject: [PATCH 37/66] Update weekly_stats.yaml --- .github/workflows/weekly_stats.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/weekly_stats.yaml b/.github/workflows/weekly_stats.yaml index a41097e7c..fc2148127 100644 --- a/.github/workflows/weekly_stats.yaml +++ b/.github/workflows/weekly_stats.yaml @@ -15,6 +15,7 @@ jobs: - name: Create stats run: | echo "Starting" + exit 0 COUNT=0 COUNT1=0 COUNT2=0 From 668686a721b7eeff6e133d54ad3efec765837f09 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 20:28:57 +0000 Subject: [PATCH 38/66] GitHub bot : README updated --- stats.png | Bin 2832 -> 2574 bytes stats_addons.png | Bin 7258 -> 4671 bytes 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/stats.png b/stats.png index 48a94b3ca8a91eb913f85252fba28fe0eb3e57e0..da10b1056338992098816b2e32f8bea728be642f 100644 GIT binary patch delta 2257 zcma);dpOg78^?2qa!xsBhAH%OK4lgq);20c>8TvcuTsuybN+@T$=a4s&3T&0(33;j zQn4Ij))47u5}9w#wwl9Fo^@Tn>-ppP>$(4UUGM9@KKK2;?)#6==R;H{>>?UU=+*Br zl#uR`xa)B*P(lOPmWy$7@r|R*6>cY&TPkcRUEVwxS+Cy~s*q>V^_^bRQ+G!X(-Cwv z>*&rc|BXXCrZRpEjRHlR-s7O{@7>}ISt zt=HEe4)%=6TJ{`YD`p>C^ITe6w1GM-r0d(K1A(K0U&F}}d;qFUk^0Br&`v^|UypNq zkh6mCf^JaI@$&;{(d)kx-CCdlI=qVrSxrzfo9 zZ573>vQE-oA<~P5 zc?4_*^_Z1BHPWX7J>(L0D)kHH*T%O~jS!4@*+2%SaBHI8nhHi4Lw*{!XOE37#auvN=$g*Jf6YrJ`ENh@@(6!~% zKJ|+R{;>P+qe=7}nIA)FKjfpdL~3>EsF^yEp4KQDIFx`N8FSkTZcO8bbf}`z87K0M zPj!=>-#F`!Pj|7DS|6p8B+Xpg!a1ElV&pBEad~v)4fS#PZxueXQAkphcYT{%y{q=a zhbwaVSM9uwlO(`Fj)|Bjy++#ohygmIZ#9Sk>OX!{W#>C1sz&>*rR`uv9k+8cT_{;# z?X1t-^6ri&y03#0L*<9mJ`l?`s#pg3!nrneRXSiukG)_!ctQdA1J$C^&nB6_ZH&DQ zG1SD17v-?`t>e+u#`$v`F4Lpwukb*Z1cRUVhltL&`t)ReS%~Zq1isGJXujYPtiVTm z2CIk>w2O}h`YhS!3G9vKS;dh*b@!hKcdwe&k(W4lY<@j*hyWjzExKgeNo2Dx~?TX!pj_Y``qAtfn$fPa%nLbmRlt+)!ROcft?TQHk>(kmdS@HVZnSLAl zg6&-S;7fUm{E9jlgwL{!jq8Yq_h2W90ZM;xqXSf6VyIFP?KiO$4b}}TC7;zkjNrZx zDGdYE_!;#aE-64$>SVQpMULByi4z@1(BXRAODQjnKRaZ&Rh!Ss(&a@`n|c#b3DIRt z(IUQ?lH`|15G+$YYuL&SS3|QQQ32XgW3$(Va>kxzuj3W5G>>tHTvf#cLrD~ROm5#f zVnF5!oLP&d_#Iv{-OavI+9VO5jOv_)mhM<NwjzjI;$_mdP)Cq1nQV=_T- zYMMk4{3*V0!^FoSXT;EV7h{j37$*C~Fq5MKQM`g*TyGv_UfimP&4oV~mDFN$@uf8E z!+0Y{cT~JZ3x@VURDKVeE23r!mAlss%>8!qJA)YrZaez2oNc$79wt@YgWpV-x@>m# z86Z@CH>l@CYqh|wBz46Ryi|kjy4MLhjVDjck#nYM^5=c3Il5GYG^pg#;!2!X`9GxF zpkivNBAFpNZ*VnhotfQl^U1p!^3At7H(7nQ5+vwW^qE!#CiV4?LxjLR(~VM??C*zf zWR*t@nPIUs0%iRX`AY?Ykvk<`J;KGw0BHax=}%b_9_DSW$uTjTnr~S$xun$a z_ggl delta 2517 zcmZ8jdpy(YAMfIFO0KPRT$;Jx+E4gpXf2n_rIH*<(T);F?yQ)_Hp4aF7$p+;d%+cRz z`MZJs&VzJ1oy+Bd!C(XeK_-(?D3n4HT{-{EPIX|@Uhnk#ZvE;NXrveK^vgG%#-Y$JN`aOgES;|&1V;*%JhdN-Ldv{HMQHC z{6@>R#4EWUWm<%Rv(G+_`X;ins>Pk}#Vx{~l$fRvTQ=T?s{A2NeKYbf(83r&S^kUc zzWYEpll=zW?H7+280K7^Mo-OI?Vk#p6qo z5liJO0*(22e)r+BmFGluar-}~ni>5O+0G4BL5j3c?PF?$v4i{>#+&BwNh28mB9;#g@yNu11GUvD2)7e( zU(gn0>$WE){!Qd0T}A1SfpL~oe#}P8{I_JI7}`o+eCO`-W%>D-3Qu>dm6WJ@8%z+;p?k+rG9|>sq zdRFZ=_6%4+F{k=JG$Y6WpGI529}4pI)U{ULx8^@SNpE{>N|wb-XzS(z zJF6JG0ZB7fmj(PbF+KW6s21*3Gem1yJ8znSS2hqkG!ci{c6N})%W>z|&>FE|V|SXh zW)pcPS*aP~;=@#kgKAw07|)mrS0h~hp~9B1#^R{yL)fKNMw(3)JZ5i{nOfb<02eef z4%sWQYe8BEm#s*C+eK91RSu0wS5hr%P9&>}n7I-}pmRgqEL@dbI{PqboA zo&MR}QnpzRklx=aC8ko2r{uR3;I4l;lxjeH_QK{y478NY@coe8L|F^3;P`y@HkE0|y{Hy-`7k z0K>($2oycmZK-GSgbyabyAXST*5=)|o>z5i_=ef8Asxl!k-_7iJbFYs>nD^2qXFQ0 zRj{8O1D{jjaVGU>zX~(apASPg7usHHB3zxRpWG_axIpLO@h8u^k~+sufdPfElx@FL=+G7c$Z1sixE&FD*BXZauU+ef5Dcl7d+&Lc8WN z{AXj6I%)g9T9(`Pt;p~kDa))2;<(XhXvHHD-<5FQ(@BYU^;M^GYX^vFrK=#Zq_uN2 z&fSjY!w7nsmloKsNiegsDcv;r`d`PJs$*?TBYPp7-Cth<#hZXhe?e*-_!a+r+br6I zvZ>Qrsr=aH{ztS)Db}keNS=a)D7GIp^q}cR3y_M^GX)vZA?a{UU;fJa{O9!^1;zN{jE@GiG$1VDpi9S#^JpXv2{ImLnYy<(+=sIc>b@;@wafU52UY+%z*ld^MfCi^tAs{Ago% zq}U2ZzvsDB@Zw`k@&WS1ToE~Yxj(^;y)>`QW9Pz4M~gw$pQ8`&7;RX~GWp`)6nE_w zjD8w3TIZ_l;Kz(PEaR{=m`|CO$ngSIWavQNi*eM%aTVMImr3p^9~$>WChB|!!d^0H z>Ka`bV@fA@!}b?aDOCu-lz%l}4=&jia$4k$#GKUc1hdP+_GR=Z?c_mJWq{&w%X0qr ziG%9R(P4YH{v_OT-48g#5XLIxm##Dy@wJN&(~&Lchscvu^ivGzCl4e>3*=E*(&Jby z1dQ?N?)*de`zNH34F&ky7NlLLn5v}Aa3(je)`GNG(d6y+Ez6{=V{gp0$83AAupsci z^iL5dlygW-{eM~fi+0ZyV3I$hYUk%(Ny41G5)Pr0h+UL_h<9cBgP=U6|Fuy^{@zXf bWj|X2BjP2EJ$`GZ-$}PqXPuur{*3!C@z3x6 diff --git a/stats_addons.png b/stats_addons.png index 8ad3525b4b65827c22ac1672e6f1786552d2fec6..3054abafbb35778c3b0d477d4400628b507e3326 100644 GIT binary patch delta 4370 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 M07*qoM6N<$f~TYD761SM delta 6977 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 D1s~0c From 2428b6cc345210011fab9ab3058e670cc2a37b2c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 27 Jan 2023 21:29:58 +0100 Subject: [PATCH 39/66] Update weekly_stats.yaml --- .github/workflows/weekly_stats.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/weekly_stats.yaml b/.github/workflows/weekly_stats.yaml index fc2148127..bba486281 100644 --- a/.github/workflows/weekly_stats.yaml +++ b/.github/workflows/weekly_stats.yaml @@ -153,7 +153,7 @@ jobs: set autoscale set terminal png size 500,300 set output 'stats.png' - set term png tiny + set term png small plot 'Stats3' using 1:2 lt rgb 'red' w l title 'Total addons' smooth csplines EOFMarker rm Stats3 @@ -214,7 +214,7 @@ jobs: set autoscale set terminal png size 500,300 set output 'stats_addons.png' - set term png tiny + set term png small plot for [i=2:*] 'Stats3' using 1:i w l title columnhead(i) smooth csplines EOFMarker ) || ( gnuplot-nox -persist <<-EOFMarker @@ -228,7 +228,7 @@ jobs: set autoscale set terminal png size 500,300 set output 'stats_addons.png' - set term png tiny + set term png small plot for [i=2:*] 'Stats3' using 1:i w l title columnhead(i) EOFMarker ) From 2ca259f902417729c820fb0ebf1615d338793861 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 20:31:11 +0000 Subject: [PATCH 40/66] GitHub bot : README updated --- stats.png | Bin 2574 -> 2835 bytes stats_addons.png | Bin 4671 -> 5265 bytes 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/stats.png b/stats.png index da10b1056338992098816b2e32f8bea728be642f..65fc2fa06b95b2dc8c826186229564b021c42ad7 100644 GIT binary patch delta 2506 zcmZXWc{JN;7sp?8N|{ncO^v9vwwF>35w%CfUP^T%T7xc1B(X%qPg~R)OKa(fm{vlK zR+p(-B29JdsHLr~6&|HQC2gkyvXghEnzG+Vao$o33g_(j*Z;f)=gEOZ zAIYoJLU$W0FWAQCa~ACCg@8#WxLGA(HZV61ua^g$C$2mBjx9&zJl<4ViyAwr_ipoq zj{gTYsWx>;EuCWsJh-P)#6Jtn{mhUIiUad~Kwli;6}#(jvH>`WTXOOc{H}aO-)=1Y zL~~oe>&l^$s$~nA|9nF|mxS_P^ISmYu!27YxMp~sY$4;ca@uAlK4pHnM3~EV0~hb; z1aF>5-CxTUlJsx*f*>TgVD3r2POrL0ogu~v;BEZL2CA}k$D<4w!t5loV&3j~nkP8@ zoX})=x%)>ON3uo74@zwFg`Xw%MhYBDo67Q-w$l51L8t!?AV^^#MsqoXo6}O)<}LHFQdsaYb;BkR?fPNO}Tc zuTcfFWk_+sz7dW-!&ocKu}~6zF@r$qGy;@5(IB;2- zgiftpVYqP#esJ~8tQ$5>n zvW=yB7&>T7HIMMKXXjhnZDYlSW7OlX6-KnmJ2U`A`{jl(ojC6)uUqWzaCJxDf`l|?8Pb>ZFg zdj;HlEY*0T+nzn!n!vIRD>%ScCiT)K|>GXO&t3h4NCfbhx$Mqhh+5MY)2iuk> zY+n28QVl(pN5&#V`;%EEn>o(>dttU^T8fQq2)zE7DEB<=N1>Nm5vzf~?4@B>nq%GL zI7E1b&w;}P&(wU%YG(uXNuFx*Xb0Sw!0dU5rJ|-r@CmcNg_PBZSkRRZdteQcss~=v zs1`m1fqYjBa6{c?mt=oa*$G)<9+vOTCcf>%Cx=rQTW1-`XJt3~ztZ2ast1mKj21f% zNop2`jQto`@C1ID_fW!!d6KlnVjRT8zJA{o0e#C%^Mx> z8rTCe{%~>wF(+hA6Yx-%#l~D&DIhxh)_Th_SQBv2>Hj+O2y-wBNTcym+FzYk?Y_9W zxTn#|nv-DJ`S!a4SjD6loRtM@zpTLzT0hsEhqX?BnoP}C)gg$T3B7IFpnxG|Hs^iW zLDtUh#w#KZ6tl0cE{z8c2~AbV#&_>dZD35P#&?g~8(3UpY1Jr@>+hn`e=W5qlk1Cd zfKW^~Mpc8b01t8>*XbtiL|^pkpe@n=J<4YWO(}Rc{B|U16ip#5sae8?T$=6;8DNk@ zE33uVmAvk80A{36#RqAZ$n;l+zEq zTk8`FXDRK0WQSO1OX94|Abg`7;G}q?8tt08%T2>>kawTZi&yn7vnkxp8lKr9+OT|) zaNdwLVB%P#6W%)R!16)=Z+X=yaWTCFJ{s^`HEV?NZ(A)NR{waWfXZoU3 zRc3==pa7E(V;3ZB za?urUU}&2t0#_IGe~7=?X&Y9XBRgwhTJs8+?9jEP8Q*U4&~r9#By2r4jVE=IDuY+! zls>Q2J_e8;F=B_9y2v%ZJlfXUlp!)Eoms?IPMLQ8DCcnzlGqR;Ro0jjWh%Ydp7C{w zjO*$@!t!6b@_%L|9va(RC10m9=mBUtl0ZYJH>MSWMXmu6Uzpk1*SU2&yyv2{z1GAf z?G`YXeF0?OQEqZsjp$ReUvMuLJ^d!YE|1n}xZx(CQdFKJS1zYmnseU|^D+u?n-V8) zq@1F~iOMjUn(0;xp20k=c(D$06Z@ZOGu3v+0=E!|tEF=O2I-`hcqo9ld89_p_E3$s zZr=NjuZb_aN`0rqsQ2s7ARp@L`5E{iFFNd5$#u?!U=uj% zc{1IIUL>@iSZ}nOz-3rsI#HPB7>GRMzER*h?y{~^A>bE{4H{_94Es7S%!9Sr}{ z>!z^s0I!?)vcED@X3E;*>P)do4&?KJ;k#=3b#XbjzgfII{1HuV5!e3)Bnk_M delta 2243 zcma);dpOg78^?2qa!xsB7V``JoKKlWiM5RiQF#At~0Gl^{9oNYCS@T}|lUC$rSU(fx=>v~`J^||l&b>Dw{KA(H)gk7~4B!F$X z7*}VXSn_P)c2b#z!WPQX=D~DFiAYY2-j##-ZAT{Yrh_n53j_wm(Y z_OVru#nlCCsQrAJo?RLcFe=y>P73D%P-U{zKL&?(5?Xz`o#FzW6ny4&0|SqrA3%#< z|4MLehWhJpFZOwm1OcmPDr`R#cvcZxr&+4#mOAY98KO4!B{t$iEFzx!Wv;t!Hf13A z51%WbVCA4B!X+MB>1J4e+R(OqbN%!B@W(-eW+_jN@GeIW zIftG~`9j`U|8~kD=4&>_$IKX4fCs~|lku?kkgud3lcfum)JF#90730`#wjV^UI0ChLzf}bo$(X*K(3wAy6YEH+p1}X<#nosRhzo_pAyZ=6lNY9q} zF@*L-K1xlXR#8Sx)pO{n4WfZV@%WK3*R9|>A2*~!6;Y-gNjE;#PIi3jTYG%Elcm)1 zD2*s->e3q4*8wC%+>#lWM@QUHAD91D?mZKUBu0AGwYt{1Xg_?oESG=P*2^eS0vzl! z7W1U%NSkktzs~4ejU0dVAHS)x^PM48qwUt>cCfsb)3KQ*lq|4v(qnFUcgF+W+fI(A z@`7s~h-E8PECYSu9P8Rj9Wc1tPOu$3p#c1eYF6oI6V2W>#N37$XyV0-vfumG;b=<3 z+_^pu)4lQUumIas(AvFK?*NDw>rzUM5`x`A!3gw1=;hkle${HD=sMdf{dwEi6DcZlOfts2y|7WOf%uh}premp8(1%x3CGxfXs*jhw+tA-eo(P4!-vRwX_ zG6YSe`}*J58t_FNBg@ywDym3c9$eI*l-$jVO$4H zAluVmjqOZq1_W*{9((ps^Fu|u*6bLsv$|G(q1O@dEx_KS&}-ccJgN)nT}7G4$JRTu znxf72;WTT?*P_h|&Lokz*7JVL$SFEmzNYOOZqg}WqSzcmykA5-Bh6CM+Wqt$GA0#= zXSbvC<+PKlMvDbIZbQOnUpaIku;DGkdS*W{FKK!Y6sKEj?{b2BMrqN4xcQo=qrxfX zK7a(!nXvpmWG|nqjKa?NCCxj|Mknqx*J;yA=iegZKyXUhWxrJL3m9*-uwZ%k<@Y>7 zj4`gJKgw)x@^N#<8`76^guzFuUk*r>LEvOw;PYV#5bnCfRfBS)iqbn*uw-7)BAFmK z%7Ij))|27U_Pxk>Q?BJ!ZSVz}*1ZN`+T-k|s1paEmp2(_>!di=oi9}92Z*h45_6F4 zvxD~u0#(-|lQ!&UdQ53z9z9Z1orkorEhY%8PHW#}#p!XT`>pK?wsYizF6Alm%4=Z| z9?K#owmlBsjh)Q#SNf9^<*x!0LzRkXyNM-hux?<<`K-2K1m}G)B@|HOrPuXwi2j;V zC#&quvt6f+9qBlN4#)joav3G=?2y4$Z5}IAmm5KC>`6eyN0l-~3-~5-qHi8SutfE! zW-HfU4atH;`fE##&0H7C8F`exj#I?a+{YPmmE{u*B~i#Rxqaty{4I zb`P5?qGkw{yVms0e0TCXf*1%+8~U=GO_$mpOp3ZYuZb>o+4Sr)K&bp~aE~Lc#T>Vs z*cnUkR1LE2S|jK*oIEj0%ATsupYyKj)1@M$K_%yAmz+73|3kVCDyC2rNet0>{i~U4 z%&dOvPhM4!Z$3@AN$N8dAVIgh*Q7EavA2I5A_VT4tW#jJzaPGl6>d)OG>fGXAnS+7 zUn~%e+$r(w7A{QsOJi`tCADLzzCymyTO6w)3}}fxw`RrHUfdPq|7Zs`b0xG0mo>DX zZ_Hno{AQ`_Jmk)MS%5+*lbx>gCoc*QbGKG!8=FqeH7^=pQmTJ^z9YmkHgmUp^Na`x zIm+*3rOh48aXeiY!(G1hh=)55u>8kQpVd>VcJLxkwFyFIhCuc*}dYeD48 zY}uYtUxVmZ0Z#SQ1Yo?xHu!jE+#oy6`3+4yVT{{w{`c+&s? diff --git a/stats_addons.png b/stats_addons.png index 3054abafbb35778c3b0d477d4400628b507e3326..428605c1833a9d0644a23c1649cb44c439f61340 100644 GIT binary patch delta 4937 zcmZX2WmwY<+%+K}-612CkS@uAFnWZ5ptpdGPNhp=#GeolV>r5D-h@ahAdD1gBu1lb zquD@YsH5w>ulM=%T+jJ(KAh`Z*Et`4zYnKJ3@O$4j1u6aF*VeC7+LhIm@#KvlF7(5 zv<2~@r2Zn%RWnVAgX3m5tpjPSoFnzBMRypn#FuSWVN?B3`u~#l<3sUF(7yDAaZ8%W zzD`x*X7?lF(ogE6fkpm6vha^RAha?{{Nv>u;iU!N2ky<)IJW6^#X4YMaT4ZgHaAU$ zvEVq3K1h|amRBVgizN&7#a3GHoJp#789?Rp7VT?n{olP1jqux~FnNh>pXu+i^_QqP z)RhYRUr|7#kAu*9B!$T5Fk(I|?mo@|-n$+AC%0f4Q}-0y;*zUJxZH;xSvC1Ii9mfH zUh4whW9jXA>O7{rPGasr_jCk-yJ06e7R4Q#Dne=c&Xx>aNq%JN(nD=?p@3%bp8PiI zj4HiJiDVWw!ZlW5rDP}R}6DvxO0o? z<7-3CdGp1Jrs*2*6cWD5b3H@DT9X2Xg$@8+&q;?Z!2sW+SXq$rt)7C1=FS#M#GLcV zJpUjQRG^4TxNs`s2vyOc;2J9})Ko4*c5{{ZrSVL5f=8fLuRvL=)!qPoJIwWp zf9pd%q>i_>-3*nxLwjLOWX;kC%DCW8D{wc57Xmq)nqhOvk4#YB$pSk(I+xA#tw302 zwG6oy);SKu2S*sR!m8Uk(lKbF){pAR8}i8|+zgqNTFEOG8{88dZAEMm|6ngF0uzpf zm}mDeI9iY{#C>O##)d7Ia|q`;h9CR?7T;}byPuvww$c(`*uxL{&IbSWNfjz#a@AWz zHqpjDga)vK2YGtlaf6�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 From f9d4da16f59b14b10a9c2c7d277bb8bc45eeb956 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 27 Jan 2023 22:02:47 +0100 Subject: [PATCH 41/66] Update weekly_stats.yaml --- .github/workflows/weekly_stats.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/weekly_stats.yaml b/.github/workflows/weekly_stats.yaml index bba486281..fc2148127 100644 --- a/.github/workflows/weekly_stats.yaml +++ b/.github/workflows/weekly_stats.yaml @@ -153,7 +153,7 @@ jobs: set autoscale set terminal png size 500,300 set output 'stats.png' - set term png small + set term png tiny plot 'Stats3' using 1:2 lt rgb 'red' w l title 'Total addons' smooth csplines EOFMarker rm Stats3 @@ -214,7 +214,7 @@ jobs: set autoscale set terminal png size 500,300 set output 'stats_addons.png' - set term png small + set term png tiny plot for [i=2:*] 'Stats3' using 1:i w l title columnhead(i) smooth csplines EOFMarker ) || ( gnuplot-nox -persist <<-EOFMarker @@ -228,7 +228,7 @@ jobs: set autoscale set terminal png size 500,300 set output 'stats_addons.png' - set term png small + set term png tiny plot for [i=2:*] 'Stats3' using 1:i w l title columnhead(i) EOFMarker ) From a366a2f7c2ae42ad1298d9b3d1c4fff3cee446a5 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 27 Jan 2023 22:11:14 +0100 Subject: [PATCH 42/66] Update weekly_stats.yaml --- .github/workflows/weekly_stats.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/weekly_stats.yaml b/.github/workflows/weekly_stats.yaml index fc2148127..a41097e7c 100644 --- a/.github/workflows/weekly_stats.yaml +++ b/.github/workflows/weekly_stats.yaml @@ -15,7 +15,6 @@ jobs: - name: Create stats run: | echo "Starting" - exit 0 COUNT=0 COUNT1=0 COUNT2=0 From 84b134018fe375b4456aebadc262d254fe2d300d Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 28 Jan 2023 01:56:14 +0100 Subject: [PATCH 43/66] Updater bot : calibre_web updated to 0.6.19-ls193 --- calibre_web/CHANGELOG.md | 3 +++ calibre_web/config.json | 2 +- calibre_web/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/calibre_web/CHANGELOG.md b/calibre_web/CHANGELOG.md index 2072d36e7..a5f067942 100644 --- a/calibre_web/CHANGELOG.md +++ b/calibre_web/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.6.19-ls193 (28-01-2023) +- Update to latest version from linuxserver/docker-calibre-web + ## 0.6.19-ls192 (14-01-2023) - Update to latest version from linuxserver/docker-calibre-web diff --git a/calibre_web/config.json b/calibre_web/config.json index fecc83805..08c5c6d8f 100644 --- a/calibre_web/config.json +++ b/calibre_web/config.json @@ -91,6 +91,6 @@ }, "slug": "calibre-web", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre-web", - "version": "0.6.19-ls192-2", + "version": "0.6.19-ls193", "video": true } diff --git a/calibre_web/updater.json b/calibre_web/updater.json index 3fd4fde52..879f8aee3 100644 --- a/calibre_web/updater.json +++ b/calibre_web/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "14-01-2023", + "last_update": "28-01-2023", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "calibre-web", "source": "github", "upstream_repo": "linuxserver/docker-calibre-web", - "upstream_version": "0.6.19-ls192" + "upstream_version": "0.6.19-ls193" } From 9df035d28965f0da1205978ce8b15e9fa1997fc1 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 28 Jan 2023 01:56:23 +0100 Subject: [PATCH 44/66] Updater bot : cloudcommander updated to 16.11.0 --- cloudcommander/CHANGELOG.md | 3 +++ cloudcommander/config.json | 2 +- cloudcommander/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/cloudcommander/CHANGELOG.md b/cloudcommander/CHANGELOG.md index ad52c7201..46790d78e 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,4 +1,7 @@ +## 16.11.0 (28-01-2023) +- Update to latest version from coderaiser/cloudcmd + ## 16.10.0 (21-01-2023) - Update to latest version from coderaiser/cloudcmd - WARNING : update to supervisor 2022.11 before installing diff --git a/cloudcommander/config.json b/cloudcommander/config.json index 637c10b8c..557f6a348 100644 --- a/cloudcommander/config.json +++ b/cloudcommander/config.json @@ -76,5 +76,5 @@ }, "slug": "cloudcommander", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander", - "version": "16.10.0" + "version": "16.11.0" } diff --git a/cloudcommander/updater.json b/cloudcommander/updater.json index ca0d34720..73872783a 100644 --- a/cloudcommander/updater.json +++ b/cloudcommander/updater.json @@ -1,8 +1,8 @@ { - "last_update": "21-01-2023", + "last_update": "28-01-2023", "repository": "alexbelgium/hassio-addons", "slug": "cloudcommander", "source": "github", "upstream_repo": "coderaiser/cloudcmd", - "upstream_version": "16.10.0" + "upstream_version": "16.11.0" } From 3214cd008e22fa702c164337d960fa1fab6ed950 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 28 Jan 2023 01:56:50 +0100 Subject: [PATCH 45/66] Updater bot : enedisgateway2mqtt_dev updated to 0.8.14b1 --- enedisgateway2mqtt_dev/CHANGELOG.md | 3 +++ enedisgateway2mqtt_dev/config.json | 2 +- enedisgateway2mqtt_dev/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/enedisgateway2mqtt_dev/CHANGELOG.md b/enedisgateway2mqtt_dev/CHANGELOG.md index 6ba2a16d7..7ca6a1020 100644 --- a/enedisgateway2mqtt_dev/CHANGELOG.md +++ b/enedisgateway2mqtt_dev/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 0.8.14b1 (28-01-2023) +- Update to latest version from m4dm4rtig4n/myelectricaldata - Ingress addition ## 0.8.13 (22-01-2023) diff --git a/enedisgateway2mqtt_dev/config.json b/enedisgateway2mqtt_dev/config.json index 798fde1e5..277affc15 100644 --- a/enedisgateway2mqtt_dev/config.json +++ b/enedisgateway2mqtt_dev/config.json @@ -36,5 +36,5 @@ ], "slug": "enedisgateway2mqtt_dev", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "0.8.14-beta1-6" + "version": "0.8.14b1" } diff --git a/enedisgateway2mqtt_dev/updater.json b/enedisgateway2mqtt_dev/updater.json index 108726d57..3fb034890 100644 --- a/enedisgateway2mqtt_dev/updater.json +++ b/enedisgateway2mqtt_dev/updater.json @@ -1,9 +1,9 @@ { "github_beta": "true", - "last_update": "22-01-2023", + "last_update": "28-01-2023", "repository": "alexbelgium/hassio-addons", "slug": "enedisgateway2mqtt", "source": "github", "upstream_repo": "m4dm4rtig4n/myelectricaldata", - "upstream_version": "0.8.14-beta1" + "upstream_version": "0.8.14b1" } From 7444e12da7e2deca1819fff034e7aff6436da69f Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 28 Jan 2023 01:56:55 +0100 Subject: [PATCH 46/66] Updater bot : epicgamesfree updated to bullseye-slim-2023-01-26 --- epicgamesfree/CHANGELOG.md | 3 +++ epicgamesfree/config.json | 2 +- epicgamesfree/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/epicgamesfree/CHANGELOG.md b/epicgamesfree/CHANGELOG.md index e20e40009..121404326 100644 --- a/epicgamesfree/CHANGELOG.md +++ b/epicgamesfree/CHANGELOG.md @@ -1,4 +1,7 @@ +## bullseye-slim-2023-01-26 (2023-01-26) +- Update to latest version from charlocharlie/epicgames-freegames + ## 67778639ee9bc09c8a543f7e7904116f850dcabc-2023-01-12 (2023-01-12) - Update to latest version from charlocharlie/epicgames-freegames diff --git a/epicgamesfree/config.json b/epicgamesfree/config.json index d5b19adaf..eeea03344 100644 --- a/epicgamesfree/config.json +++ b/epicgamesfree/config.json @@ -22,6 +22,6 @@ }, "slug": "epicgamesfree", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "67778639ee9bc09c8a543f7e7904116f850dcabc-2023-01-12", + "version": "bullseye-slim-2023-01-26", "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]" } diff --git a/epicgamesfree/updater.json b/epicgamesfree/updater.json index d93f84261..9b3b24df3 100644 --- a/epicgamesfree/updater.json +++ b/epicgamesfree/updater.json @@ -1,10 +1,10 @@ { "dockerhub_by_date": true, "dockerhub_list_size": 2, - "last_update": "2023-01-12", + "last_update": "2023-01-26", "repository": "alexbelgium/hassio-addons", "slug": "epicgamesfree", "source": "dockerhub", "upstream_repo": "charlocharlie/epicgames-freegames", - "upstream_version": "67778639ee9bc09c8a543f7e7904116f850dcabc-2023-01-12" + "upstream_version": "bullseye-slim-2023-01-26" } From 31e4c76d32b4a21f3e5f4ade3e959f1f4210bc33 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 28 Jan 2023 01:57:14 +0100 Subject: [PATCH 47/66] Updater bot : fireflyiii_data_importer updated to version-v1.0.2 --- fireflyiii_data_importer/CHANGELOG.md | 3 +++ fireflyiii_data_importer/Dockerfile | 2 +- fireflyiii_data_importer/config.json | 2 +- fireflyiii_data_importer/updater.json | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/fireflyiii_data_importer/CHANGELOG.md b/fireflyiii_data_importer/CHANGELOG.md index e9a3ad40d..a3d8c5ef3 100644 --- a/fireflyiii_data_importer/CHANGELOG.md +++ b/fireflyiii_data_importer/CHANGELOG.md @@ -1,4 +1,7 @@ +## version-v1.0.2 (28-01-2023) +- Update to latest version from fireflyiii/data-importer + ## version-v1.0.0 (22-01-2023) - Update to latest version from fireflyiii/data-importer - WARNING : update to supervisor 2022.11 before installing diff --git a/fireflyiii_data_importer/Dockerfile b/fireflyiii_data_importer/Dockerfile index 9fd819096..597a8e7a3 100644 --- a/fireflyiii_data_importer/Dockerfile +++ b/fireflyiii_data_importer/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="version-v1.0.0" +ARG BUILD_UPSTREAM="version-v1.0.2" FROM ${BUILD_FROM} ################## diff --git a/fireflyiii_data_importer/config.json b/fireflyiii_data_importer/config.json index a386352f7..337479c27 100644 --- a/fireflyiii_data_importer/config.json +++ b/fireflyiii_data_importer/config.json @@ -40,6 +40,6 @@ }, "slug": "fireflyiii_data_importer", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "version-v1.0.0", + "version": "version-v1.0.2", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" } diff --git a/fireflyiii_data_importer/updater.json b/fireflyiii_data_importer/updater.json index 1a55ccf9f..17d058d38 100644 --- a/fireflyiii_data_importer/updater.json +++ b/fireflyiii_data_importer/updater.json @@ -1,8 +1,8 @@ { - "last_update": "22-01-2023", + "last_update": "28-01-2023", "repository": "alexbelgium/hassio-addons", "slug": "fireflyiii_data_importer", "source": "dockerhub", "upstream_repo": "fireflyiii/data-importer", - "upstream_version": "version-v1.0.0" + "upstream_version": "version-v1.0.2" } From e782701e11e7a7cf5a829057c67283861f901f19 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 28 Jan 2023 01:57:26 +0100 Subject: [PATCH 48/66] Updater bot : flexget updated to 3.5.21 --- flexget/CHANGELOG.md | 3 +++ flexget/config.json | 2 +- flexget/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/flexget/CHANGELOG.md b/flexget/CHANGELOG.md index 7dfc08fe1..0869c4fae 100644 --- a/flexget/CHANGELOG.md +++ b/flexget/CHANGELOG.md @@ -1,4 +1,7 @@ +## 3.5.21 (28-01-2023) +- Update to latest version from wiserain/flexget + ## 3.5.18 (21-01-2023) - Update to latest version from wiserain/flexget diff --git a/flexget/config.json b/flexget/config.json index f22573d3a..2fef93993 100644 --- a/flexget/config.json +++ b/flexget/config.json @@ -38,6 +38,6 @@ }, "slug": "flexget", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "3.5.18", + "version": "3.5.21", "webui": "[PROTO:ssl]://[HOST]:[PORT:5050]" } diff --git a/flexget/updater.json b/flexget/updater.json index d9724432a..252f120f2 100644 --- a/flexget/updater.json +++ b/flexget/updater.json @@ -1,8 +1,8 @@ { - "last_update": "21-01-2023", + "last_update": "28-01-2023", "repository": "alexbelgium/hassio-addons", "slug": "flexget", "source": "dockerhub", "upstream_repo": "wiserain/flexget", - "upstream_version": "3.5.18" + "upstream_version": "3.5.21" } From 0a7d0653b09b698a7bc440e7bd2aa12441f10f91 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 28 Jan 2023 01:58:02 +0100 Subject: [PATCH 49/66] Updater bot : immich updated to 1.43.0 --- immich/CHANGELOG.md | 3 +++ immich/Dockerfile | 2 +- immich/config.json | 2 +- immich/updater.json | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/immich/CHANGELOG.md b/immich/CHANGELOG.md index 8a5abdf48..84583d01e 100644 --- a/immich/CHANGELOG.md +++ b/immich/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.43.0 (28-01-2023) +- Update to latest version from immich-app/immich + ## 1.42.0 (21-01-2023) - Update to latest version from immich-app/immich diff --git a/immich/Dockerfile b/immich/Dockerfile index f89d3d041..c3e6b8972 100644 --- a/immich/Dockerfile +++ b/immich/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_VERSION ARG BUILD_FROM -ARG BUILD_UPSTREAM="1.42.0" +ARG BUILD_UPSTREAM="1.43.0" FROM ${BUILD_FROM} ################## diff --git a/immich/config.json b/immich/config.json index 862c348db..549aec389 100644 --- a/immich/config.json +++ b/immich/config.json @@ -96,6 +96,6 @@ ], "slug": "immich", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.42.0", + "version": "1.43.0", "webui": "http://[HOST]:[PORT:8080]" } diff --git a/immich/updater.json b/immich/updater.json index 73591ca3f..a2f5df125 100644 --- a/immich/updater.json +++ b/immich/updater.json @@ -1,9 +1,9 @@ { "github_beta": "true", - "last_update": "21-01-2023", + "last_update": "28-01-2023", "repository": "alexbelgium/hassio-addons", "slug": "immich", "source": "github", "upstream_repo": "immich-app/immich", - "upstream_version": "1.42.0" + "upstream_version": "1.43.0" } From 8af7fbd20781b8bef5d498aead14b3fea157d02e Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 28 Jan 2023 01:58:18 +0100 Subject: [PATCH 50/66] Updater bot : jackett updated to 0.20.2721 --- jackett/CHANGELOG.md | 3 +++ jackett/config.json | 2 +- jackett/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/jackett/CHANGELOG.md b/jackett/CHANGELOG.md index 5bbc4091e..8aee893b8 100644 --- a/jackett/CHANGELOG.md +++ b/jackett/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.20.2721 (28-01-2023) +- Update to latest version from linuxserver/docker-jackett + ## 0.20.2687 (22-01-2023) - Update to latest version from linuxserver/docker-jackett diff --git a/jackett/config.json b/jackett/config.json index 854731209..20b36b7e8 100644 --- a/jackett/config.json +++ b/jackett/config.json @@ -92,6 +92,6 @@ }, "slug": "jackett_nas", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/jackett", - "version": "0.20.2687", + "version": "0.20.2721", "webui": "[PROTO:ssl]://[HOST]:[PORT:9117]" } diff --git a/jackett/updater.json b/jackett/updater.json index a3f79be4b..b9ede9d38 100644 --- a/jackett/updater.json +++ b/jackett/updater.json @@ -1,8 +1,8 @@ { - "last_update": "22-01-2023", + "last_update": "28-01-2023", "repository": "alexbelgium/hassio-addons", "slug": "jackett", "source": "github", "upstream_repo": "linuxserver/docker-jackett", - "upstream_version": "0.20.2687" + "upstream_version": "0.20.2721" } From 308f58709bf35e0d4e2de8bdf5bdf97b88a59fff Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 28 Jan 2023 01:58:27 +0100 Subject: [PATCH 51/66] Updater bot : jellyfin updated to 10.8.9-1-ls197 --- jellyfin/CHANGELOG.md | 3 +++ jellyfin/config.json | 2 +- jellyfin/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/jellyfin/CHANGELOG.md b/jellyfin/CHANGELOG.md index 45ba8c8e4..0e2bbebb5 100644 --- a/jellyfin/CHANGELOG.md +++ b/jellyfin/CHANGELOG.md @@ -1,4 +1,7 @@ +## 10.8.9-1-ls197 (28-01-2023) +- Update to latest version from linuxserver/docker-jellyfin + ## 10.8.8-1-ls196 (21-01-2023) - Update to latest version from linuxserver/docker-jellyfin diff --git a/jellyfin/config.json b/jellyfin/config.json index 63d252db7..a2002c605 100644 --- a/jellyfin/config.json +++ b/jellyfin/config.json @@ -106,6 +106,6 @@ }, "slug": "jellyfin", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "10.8.8-1-ls196", + "version": "10.8.9-1-ls197", "video": true } diff --git a/jellyfin/updater.json b/jellyfin/updater.json index ed216a6cf..e493be489 100644 --- a/jellyfin/updater.json +++ b/jellyfin/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "21-01-2023", + "last_update": "28-01-2023", "repository": "alexbelgium/hassio-addons", "slug": "jellyfin", "source": "github", "upstream_repo": "linuxserver/docker-jellyfin", - "upstream_version": "10.8.8-1-ls196" + "upstream_version": "10.8.9-1-ls197" } From 482d800dd643f8870f2ee7a347984af7c5f67021 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 28 Jan 2023 01:59:16 +0100 Subject: [PATCH 52/66] Updater bot : omada updated to 5.7-chromium-amd64-2023-01-26 --- omada/CHANGELOG.md | 3 +++ omada/Dockerfile | 2 +- omada/config.json | 2 +- omada/updater.json | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/omada/CHANGELOG.md b/omada/CHANGELOG.md index 43e530534..ca0a6f6c7 100644 --- a/omada/CHANGELOG.md +++ b/omada/CHANGELOG.md @@ -1,4 +1,7 @@ +## 5.7-chromium-amd64-2023-01-26 (2023-01-26) +- Update to latest version from mbentley/omada-controller + ## 5.7-chromium-amd64-2023-01-19 (2023-01-19) - Update to latest version from mbentley/omada-controller diff --git a/omada/Dockerfile b/omada/Dockerfile index 21378b1e6..f2ac35a2c 100644 --- a/omada/Dockerfile +++ b/omada/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="5.7-chromium-amd64-2023-01-19" +ARG BUILD_UPSTREAM="5.7-chromium-amd64-2023-01-26" FROM ${BUILD_FROM} ################## diff --git a/omada/config.json b/omada/config.json index c4914e0a1..923cceeeb 100644 --- a/omada/config.json +++ b/omada/config.json @@ -45,6 +45,6 @@ }, "slug": "omada", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "5.7-chromium-amd64-2023-01-19", + "version": "5.7-chromium-amd64-2023-01-26", "webui": "[PROTO:ssl]://[HOST]:[PORT:8088]" } diff --git a/omada/updater.json b/omada/updater.json index 8a97ed794..f513b9872 100644 --- a/omada/updater.json +++ b/omada/updater.json @@ -1,9 +1,9 @@ { "dockerhub_by_date": true, - "last_update": "2023-01-19", + "last_update": "2023-01-26", "repository": "alexbelgium/hassio-addons", "slug": "omada", "source": "dockerhub", "upstream_repo": "mbentley/omada-controller", - "upstream_version": "5.7-chromium-amd64-2023-01-19" + "upstream_version": "5.7-chromium-amd64-2023-01-26" } From df80e1e0b1df8720688228b52c90614811aab662 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 28 Jan 2023 01:59:22 +0100 Subject: [PATCH 53/66] Updater bot : omada_v3 updated to 5.7-chromium-amd64-2023-01-26 --- omada_v3/CHANGELOG.md | 3 +++ omada_v3/Dockerfile | 2 +- omada_v3/config.json | 2 +- omada_v3/updater.json | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/omada_v3/CHANGELOG.md b/omada_v3/CHANGELOG.md index 43e530534..ca0a6f6c7 100644 --- a/omada_v3/CHANGELOG.md +++ b/omada_v3/CHANGELOG.md @@ -1,4 +1,7 @@ +## 5.7-chromium-amd64-2023-01-26 (2023-01-26) +- Update to latest version from mbentley/omada-controller + ## 5.7-chromium-amd64-2023-01-19 (2023-01-19) - Update to latest version from mbentley/omada-controller diff --git a/omada_v3/Dockerfile b/omada_v3/Dockerfile index bf488d901..0e05d7c19 100644 --- a/omada_v3/Dockerfile +++ b/omada_v3/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="5.7-chromium-amd64-2023-01-19" +ARG BUILD_UPSTREAM="5.7-chromium-amd64-2023-01-26" FROM ${BUILD_FROM} ################## diff --git a/omada_v3/config.json b/omada_v3/config.json index 3feb5ef58..3df90ba16 100644 --- a/omada_v3/config.json +++ b/omada_v3/config.json @@ -45,6 +45,6 @@ }, "slug": "omada_v3", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "5.7-chromium-amd64-2023-01-19", + "version": "5.7-chromium-amd64-2023-01-26", "webui": "[PROTO:ssl]://[HOST]:[PORT:8088]" } diff --git a/omada_v3/updater.json b/omada_v3/updater.json index f20e4af87..4463af9bd 100644 --- a/omada_v3/updater.json +++ b/omada_v3/updater.json @@ -1,9 +1,9 @@ { "dockerhub_by_date": true, - "last_update": "2023-01-19", + "last_update": "2023-01-26", "repository": "alexbelgium/hassio-addons", "slug": "omada_v3", "source": "dockerhub", "upstream_repo": "mbentley/omada-controller", - "upstream_version": "5.7-chromium-amd64-2023-01-19" + "upstream_version": "5.7-chromium-amd64-2023-01-26" } From dd32bde9d530430948e85bc7ff90ee878c93e97b Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 28 Jan 2023 01:59:44 +0100 Subject: [PATCH 54/66] Updater bot : overseerr updated to 1.32.2 --- overseerr/CHANGELOG.md | 3 +++ overseerr/config.json | 2 +- overseerr/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/overseerr/CHANGELOG.md b/overseerr/CHANGELOG.md index f455b716b..6decb8a18 100644 --- a/overseerr/CHANGELOG.md +++ b/overseerr/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.32.2 (28-01-2023) +- Update to latest version from linuxserver/docker-overseerr + ## 1.31.0 (25-12-2022) - Update to latest version from linuxserver/docker-overseerr - WARNING : update to supervisor 2022.11 before installing diff --git a/overseerr/config.json b/overseerr/config.json index 012b68d5e..9d6dfeef6 100644 --- a/overseerr/config.json +++ b/overseerr/config.json @@ -34,6 +34,6 @@ }, "slug": "overseerr", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/overseerr", - "version": "1.31.0", + "version": "1.32.2", "webui": "[PROTO:ssl]://[HOST]:[PORT:5055]" } diff --git a/overseerr/updater.json b/overseerr/updater.json index 71d0c4618..fcb62f71b 100644 --- a/overseerr/updater.json +++ b/overseerr/updater.json @@ -1,8 +1,8 @@ { - "last_update": "25-12-2022", + "last_update": "28-01-2023", "repository": "alexbelgium/hassio-addons", "slug": "overseerr", "source": "github", "upstream_repo": "linuxserver/docker-overseerr", - "upstream_version": "1.31.0" + "upstream_version": "1.32.2" } From a4d38e5b769ede6c02e436015aa9968c8e625879 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 28 Jan 2023 01:59:53 +0100 Subject: [PATCH 55/66] Updater bot : paperless_ngx updated to 1.12.1 --- paperless_ngx/CHANGELOG.md | 3 +++ paperless_ngx/Dockerfile | 2 +- paperless_ngx/config.json | 2 +- paperless_ngx/updater.json | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/paperless_ngx/CHANGELOG.md b/paperless_ngx/CHANGELOG.md index fbf6001ad..b9c23bfa9 100644 --- a/paperless_ngx/CHANGELOG.md +++ b/paperless_ngx/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.12.1 (28-01-2023) +- Update to latest version from paperless-ngx/paperless-ngx + ## 1.11.3 (07-01-2023) - Update to latest version from paperless-ngx/paperless-ngx diff --git a/paperless_ngx/Dockerfile b/paperless_ngx/Dockerfile index 8ec8ebf54..d2529e4ef 100644 --- a/paperless_ngx/Dockerfile +++ b/paperless_ngx/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="1.11.3" +ARG BUILD_UPSTREAM="1.12.1" FROM ${BUILD_FROM}:${BUILD_UPSTREAM} ################## diff --git a/paperless_ngx/config.json b/paperless_ngx/config.json index 50df4a538..c21172e48 100644 --- a/paperless_ngx/config.json +++ b/paperless_ngx/config.json @@ -102,6 +102,6 @@ ], "slug": "paperless_ng", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.11.3-2", + "version": "1.12.1", "webui": "http://[HOST]:[PORT:8000]" } diff --git a/paperless_ngx/updater.json b/paperless_ngx/updater.json index 6ae40c4fb..98ff89c3f 100644 --- a/paperless_ngx/updater.json +++ b/paperless_ngx/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "false", - "last_update": "07-01-2023", + "last_update": "28-01-2023", "repository": "alexbelgium/hassio-addons", "slug": "paperless_ngx", "source": "github", "upstream_repo": "paperless-ngx/paperless-ngx", - "upstream_version": "1.11.3" + "upstream_version": "1.12.1" } From e81ff2381c41f7fa29b9bf93cfe88ca59c8ae170 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 28 Jan 2023 02:00:13 +0100 Subject: [PATCH 56/66] Updater bot : piwigo updated to 13.5.0 --- piwigo/CHANGELOG.md | 3 +++ piwigo/config.json | 2 +- piwigo/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/piwigo/CHANGELOG.md b/piwigo/CHANGELOG.md index 564aa2b56..5394032ab 100644 --- a/piwigo/CHANGELOG.md +++ b/piwigo/CHANGELOG.md @@ -1,4 +1,7 @@ +## 13.5.0 (28-01-2023) +- Update to latest version from linuxserver/docker-piwigo + ## 13.4.0 (25-12-2022) - Update to latest version from linuxserver/docker-piwigo diff --git a/piwigo/config.json b/piwigo/config.json index 2c15240c1..7bfafd274 100644 --- a/piwigo/config.json +++ b/piwigo/config.json @@ -78,6 +78,6 @@ "slug": "piwigo", "stage": "experimental", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "13.4.0-2", + "version": "13.5.0", "webui": "[PROTO:ssl]://[HOST]:[PORT:80]" } diff --git a/piwigo/updater.json b/piwigo/updater.json index 72466a282..0ce6fbdb0 100644 --- a/piwigo/updater.json +++ b/piwigo/updater.json @@ -1,8 +1,8 @@ { - "last_update": "25-12-2022", + "last_update": "28-01-2023", "repository": "alexbelgium/hassio-addons", "slug": "piwigo", "source": "github", "upstream_repo": "linuxserver/docker-piwigo", - "upstream_version": "13.4.0" + "upstream_version": "13.5.0" } From 8208c1daca07418820c9c1222fbd5dcb9e213098 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 28 Jan 2023 02:00:21 +0100 Subject: [PATCH 57/66] Updater bot : plex updated to 1.30.2.6563-3d4dc0cce-ls150 --- plex/CHANGELOG.md | 3 +++ plex/config.json | 2 +- plex/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/plex/CHANGELOG.md b/plex/CHANGELOG.md index 27cbcb35a..e6e3bb8ec 100644 --- a/plex/CHANGELOG.md +++ b/plex/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.30.2.6563-3d4dc0cce-ls150 (28-01-2023) +- Update to latest version from linuxserver/docker-plex + ## 1.30.1.6562-915986d62-ls148 (14-01-2023) - Update to latest version from linuxserver/docker-plex diff --git a/plex/config.json b/plex/config.json index a7f2107ca..901ac8142 100644 --- a/plex/config.json +++ b/plex/config.json @@ -114,7 +114,7 @@ }, "slug": "plex_nas", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex", - "version": "1.30.1.6562-915986d62-ls148-2", + "version": "1.30.2.6563-3d4dc0cce-ls150", "video": true, "webui": "[PROTO:ssl]://[HOST]:[PORT:32400]/web" } diff --git a/plex/updater.json b/plex/updater.json index e64846894..6c3ca2a68 100644 --- a/plex/updater.json +++ b/plex/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "14-01-2023", + "last_update": "28-01-2023", "repository": "alexbelgium/hassio-addons", "slug": "plex", "source": "github", "upstream_repo": "linuxserver/docker-plex", - "upstream_version": "1.30.1.6562-915986d62-ls148" + "upstream_version": "1.30.2.6563-3d4dc0cce-ls150" } From 30736d36310cc13185c6d3cf3bc0665dae8c692c Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 28 Jan 2023 02:00:30 +0100 Subject: [PATCH 58/66] Updater bot : plex_meta_manager updated to v1.18.3-ls45 --- plex_meta_manager/CHANGELOG.md | 3 +++ plex_meta_manager/config.json | 2 +- plex_meta_manager/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/plex_meta_manager/CHANGELOG.md b/plex_meta_manager/CHANGELOG.md index f530d6228..0e7e73d1e 100644 --- a/plex_meta_manager/CHANGELOG.md +++ b/plex_meta_manager/CHANGELOG.md @@ -1,4 +1,7 @@ +## v1.18.3-ls45 (28-01-2023) +- Update to latest version from linuxserver/docker-plex-meta-manager + ## v1.18.3-ls44 (21-01-2023) - Update to latest version from linuxserver/docker-plex-meta-manager diff --git a/plex_meta_manager/config.json b/plex_meta_manager/config.json index 03682a712..828701faa 100644 --- a/plex_meta_manager/config.json +++ b/plex_meta_manager/config.json @@ -34,5 +34,5 @@ }, "slug": "plex-meta-manager", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex_meta_manager", - "version": "v1.18.3-ls44" + "version": "v1.18.3-ls45" } diff --git a/plex_meta_manager/updater.json b/plex_meta_manager/updater.json index 19957cbd8..cc22be801 100644 --- a/plex_meta_manager/updater.json +++ b/plex_meta_manager/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "21-01-2023", + "last_update": "28-01-2023", "repository": "alexbelgium/hassio-addons", "slug": "plex_meta_manager", "source": "github", "upstream_repo": "linuxserver/docker-plex-meta-manager", - "upstream_version": "v1.18.3-ls44" + "upstream_version": "v1.18.3-ls45" } From 657472ed8a81aa63bba35e9039e8944e80de707b Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 28 Jan 2023 02:00:45 +0100 Subject: [PATCH 59/66] Updater bot : prowlarr updated to nightly-1.1.2.2430-ls537 --- prowlarr/CHANGELOG.md | 3 +++ prowlarr/config.json | 2 +- prowlarr/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/prowlarr/CHANGELOG.md b/prowlarr/CHANGELOG.md index e91640cc1..885f068d9 100644 --- a/prowlarr/CHANGELOG.md +++ b/prowlarr/CHANGELOG.md @@ -1,4 +1,7 @@ +## nightly-1.1.2.2430-ls537 (28-01-2023) +- Update to latest version from linuxserver/docker-prowlarr + ## nightly-1.1.1.2367-ls526 (22-01-2023) - Update to latest version from linuxserver/docker-prowlarr diff --git a/prowlarr/config.json b/prowlarr/config.json index 69465275c..1a96af343 100644 --- a/prowlarr/config.json +++ b/prowlarr/config.json @@ -94,6 +94,6 @@ }, "slug": "prowlarr", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "nightly-1.1.1.2367-ls526", + "version": "nightly-1.1.2.2430-ls537", "webui": "[PROTO:ssl]://[HOST]:[PORT:9696]" } diff --git a/prowlarr/updater.json b/prowlarr/updater.json index f5b9ca25b..da6066d0a 100644 --- a/prowlarr/updater.json +++ b/prowlarr/updater.json @@ -1,10 +1,10 @@ { "github_beta": "true", "github_fulltag": "true", - "last_update": "22-01-2023", + "last_update": "28-01-2023", "repository": "alexbelgium/hassio-addons", "slug": "prowlarr", "source": "github", "upstream_repo": "linuxserver/docker-prowlarr", - "upstream_version": "nightly-1.1.1.2367-ls526" + "upstream_version": "nightly-1.1.2.2430-ls537" } From d1d59b09cf2493160b0419af4918607d3f923aeb Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 28 Jan 2023 02:00:53 +0100 Subject: [PATCH 60/66] Updater bot : qbittorrent updated to 4.5.0-r1-ls241 --- qbittorrent/CHANGELOG.md | 3 +++ qbittorrent/Dockerfile | 2 +- qbittorrent/config.json | 2 +- qbittorrent/updater.json | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/qbittorrent/CHANGELOG.md b/qbittorrent/CHANGELOG.md index 5cb4abf8c..c1e3cb96e 100644 --- a/qbittorrent/CHANGELOG.md +++ b/qbittorrent/CHANGELOG.md @@ -1,4 +1,7 @@ +## 4.5.0-r1-ls241 (28-01-2023) +- Update to latest version from linuxserver/docker-qbittorrent + ## 4.5.0-r1-ls240 (21-01-2023) - Update to latest version from linuxserver/docker-qbittorrent diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 4d028a723..789cb8a47 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="4.5.0-r1-ls240" +ARG BUILD_UPSTREAM="4.5.0-r1-ls241" FROM ${BUILD_FROM}-$BUILD_UPSTREAM ################## diff --git a/qbittorrent/config.json b/qbittorrent/config.json index 460937c86..7ea6e976e 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -117,5 +117,5 @@ }, "slug": "qbittorrent", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "4.5.0-r1-ls240" + "version": "4.5.0-r1-ls241" } diff --git a/qbittorrent/updater.json b/qbittorrent/updater.json index 0106fa021..c1b8921cd 100644 --- a/qbittorrent/updater.json +++ b/qbittorrent/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "21-01-2023", + "last_update": "28-01-2023", "repository": "alexbelgium/hassio-addons", "slug": "qbittorrent", "source": "github", "upstream_repo": "linuxserver/docker-qbittorrent", - "upstream_version": "4.5.0-r1-ls240" + "upstream_version": "4.5.0-r1-ls241" } From 9e99efceadff841ef3764c01c5787302adbc0eec Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 28 Jan 2023 02:01:08 +0100 Subject: [PATCH 61/66] Updater bot : readarr updated to nightly-0.1.2.1544-ls158 --- readarr/CHANGELOG.md | 3 +++ readarr/config.json | 2 +- readarr/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/readarr/CHANGELOG.md b/readarr/CHANGELOG.md index 09100a79e..6734f1be0 100644 --- a/readarr/CHANGELOG.md +++ b/readarr/CHANGELOG.md @@ -1,4 +1,7 @@ +## nightly-0.1.2.1544-ls158 (28-01-2023) +- Update to latest version from linuxserver/docker-readarr + ## nightly-0.1.2.1533-ls155 (22-01-2023) - Update to latest version from linuxserver/docker-readarr diff --git a/readarr/config.json b/readarr/config.json index fa7a6ee11..ec45e8b99 100644 --- a/readarr/config.json +++ b/readarr/config.json @@ -80,6 +80,6 @@ }, "slug": "readarr_nas", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/readarr", - "version": "nightly-0.1.2.1533-ls155", + "version": "nightly-0.1.2.1544-ls158", "webui": "[PROTO:ssl]://[HOST]:[PORT:8787]" } diff --git a/readarr/updater.json b/readarr/updater.json index 63e304775..cd8d63832 100644 --- a/readarr/updater.json +++ b/readarr/updater.json @@ -1,10 +1,10 @@ { "github_beta": "true", "github_fulltag": "true", - "last_update": "22-01-2023", + "last_update": "28-01-2023", "repository": "alexbelgium/hassio-addons", "slug": "readarr", "source": "github", "upstream_repo": "linuxserver/docker-readarr", - "upstream_version": "nightly-0.1.2.1533-ls155" + "upstream_version": "nightly-0.1.2.1544-ls158" } From 7dbaf9213c79a44648a762f4792899d1a7ac8c97 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 28 Jan 2023 02:02:13 +0100 Subject: [PATCH 62/66] Updater bot : transmission updated to 3.00-r8-ls150 --- transmission/CHANGELOG.md | 3 +++ transmission/config.json | 2 +- transmission/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/transmission/CHANGELOG.md b/transmission/CHANGELOG.md index 0a819d6f1..54ed9953d 100644 --- a/transmission/CHANGELOG.md +++ b/transmission/CHANGELOG.md @@ -1,4 +1,7 @@ +## 3.00-r8-ls150 (28-01-2023) +- Update to latest version from linuxserver/docker-transmission + ## 3.00-r8-ls149 (21-01-2023) - Update to latest version from linuxserver/docker-transmission diff --git a/transmission/config.json b/transmission/config.json index 131846e9d..466c2768e 100644 --- a/transmission/config.json +++ b/transmission/config.json @@ -98,5 +98,5 @@ }, "slug": "transmission_ls", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "3.00-r8-ls149" + "version": "3.00-r8-ls150" } diff --git a/transmission/updater.json b/transmission/updater.json index 23cd710d9..83ae13534 100644 --- a/transmission/updater.json +++ b/transmission/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "21-01-2023", + "last_update": "28-01-2023", "repository": "alexbelgium/hassio-addons", "slug": "transmission", "source": "github", "upstream_repo": "linuxserver/docker-transmission", - "upstream_version": "3.00-r8-ls149" + "upstream_version": "3.00-r8-ls150" } From b3254b8386fe47cfc1d7ec93be20e8fb9e124133 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 28 Jan 2023 05:50:08 +0100 Subject: [PATCH 63/66] Update build.json --- immich/build.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/immich/build.json b/immich/build.json index cdd0a9f9c..bdfa2d932 100644 --- a/immich/build.json +++ b/immich/build.json @@ -1,7 +1,7 @@ { "build_from": { - "aarch64": "martabal/immich:v1.40", - "amd64": "martabal/immich:v1.40" + "aarch64": "martabal/immich-dev:latest", + "amd64": "martabal/immich-dev:latest" }, "codenotary": { "signer": "alexandrep.github@gmail.com" From 19e8d7fc3dc436e0e11be898f9cd602d37c5ea60 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 28 Jan 2023 05:50:30 +0100 Subject: [PATCH 64/66] Update config.json --- immich/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immich/config.json b/immich/config.json index 549aec389..3c8fe0568 100644 --- a/immich/config.json +++ b/immich/config.json @@ -96,6 +96,6 @@ ], "slug": "immich", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.43.0", + "version": "1.43.0-2", "webui": "http://[HOST]:[PORT:8080]" } From 8d9eb3c058ebab588ab187e4b0b9937479fb322c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 28 Jan 2023 05:53:11 +0100 Subject: [PATCH 65/66] imagegenius --- immich/build.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/immich/build.json b/immich/build.json index bdfa2d932..2c46ae1eb 100644 --- a/immich/build.json +++ b/immich/build.json @@ -1,7 +1,7 @@ { "build_from": { - "aarch64": "martabal/immich-dev:latest", - "amd64": "martabal/immich-dev:latest" + "aarch64": "imagegenius/immich:latest", + "amd64": "imagegenius/immich:latest" }, "codenotary": { "signer": "alexandrep.github@gmail.com" From 99067abd65c7662b44b47b90baf520f26df31011 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 28 Jan 2023 05:53:30 +0100 Subject: [PATCH 66/66] Update config.json --- immich/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immich/config.json b/immich/config.json index 3c8fe0568..549aec389 100644 --- a/immich/config.json +++ b/immich/config.json @@ -96,6 +96,6 @@ ], "slug": "immich", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.43.0-2", + "version": "1.43.0", "webui": "http://[HOST]:[PORT:8080]" }