mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
@@ -50,7 +50,6 @@ Options can be configured through two ways :
|
||||
|
||||
Additional variables can be set as ENV variables by adding them in the config.yaml in the location defined in your addon options according to this guide : https://github.com/alexbelgium/hassio-addons/wiki/Addons-feature:-add-env-variables
|
||||
|
||||
|
||||
The complete list of ENV variables can be seen here : https://raw.githubusercontent.com/firefly-iii/firefly-iii/main/.env.example
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -55,7 +55,6 @@ Options can be configured through two ways :
|
||||
|
||||
Additional variables can be set as ENV variables by adding them in the config.yaml in the location defined in your addon options according to this guide : https://github.com/alexbelgium/hassio-addons/wiki/Addons-feature:-add-env-variables
|
||||
|
||||
|
||||
The complete list of ENV variables can be seen here : https://github.com/firefly-iii/data-importer/blob/main/.env.example
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -46,7 +46,6 @@ The installation of this add-on is pretty straightforward and not different in c
|
||||
|
||||
Webui can be found at <http://homeassistant:8787/readarr> or with ingress ☝️ by clicking the `Open Web UI` button.
|
||||
|
||||
|
||||
The default username/password : described in the startup log.
|
||||
|
||||
## Configuration
|
||||
|
||||
@@ -1,16 +1,17 @@
|
||||
|
||||
## v5.3.2 (31-05-2025)
|
||||
|
||||
- Update to latest version from haugene/docker-transmission-openvpn (changelog : https://github.com/haugene/docker-transmission-openvpn/releases)
|
||||
|
||||
## v5.3.1-6 (29-12-2023)
|
||||
|
||||
- Minor bugs fixed
|
||||
- BREAKING CHANGE FOR CUSTOM VPN : if you are using a custom VPN provider, you must remove OPENVPN_CUSTOM_PROVIDER from your addon option and instead set OPENVPN_PROVIDER to "custom", then reference your ovpn file in your "OPENVPN_CONFIG". For example, if AIRVPN has provided to you an *.ovpn filed named AIRVPN.ovpn, you need to install an addon such as Filebrowser, go in the /config/addons_config/transmission/openvpn folder and put the AIRVPN.ovpn here. Then, in the addon option you need to write "AIRVPN" in the "OPENVPN_CONFIG" option
|
||||
- BREAKING CHANGE FOR CUSTOM VPN : if you are using a custom VPN provider, you must remove OPENVPN_CUSTOM_PROVIDER from your addon option and instead set OPENVPN_PROVIDER to "custom", then reference your ovpn file in your "OPENVPN_CONFIG". For example, if AIRVPN has provided to you an \*.ovpn filed named AIRVPN.ovpn, you need to install an addon such as Filebrowser, go in the /config/addons_config/transmission/openvpn folder and put the AIRVPN.ovpn here. Then, in the addon option you need to write "AIRVPN" in the "OPENVPN_CONFIG" option
|
||||
- Removed (not used anymore) : "OPENVPN_CUSTOM_PROVIDER", "OPENVPN_CUSTOM_PROVIDER_OVPN_LOCATION", "TRANSMISSION_V3_UPDATE"
|
||||
|
||||
## v5.3.1 (09-12-2023)
|
||||
|
||||
- Update to latest version from haugene/docker-transmission-openvpn
|
||||
|
||||
## v5.2.0-6 (30-11-2023)
|
||||
|
||||
- Minor bugs fixed
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
## ⚠ Open Issue : [🐛 [wger] Error during installation (opened 2025-07-07)](https://github.com/alexbelgium/hassio-addons/issues/1941) by [@devslash0](https://github.com/devslash0)
|
||||
|
||||
# Hass.io Add-ons: Wger
|
||||
|
||||
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)
|
||||
@@ -45,7 +46,6 @@ Options can be configured through two ways :
|
||||
|
||||
Additional variables can be set as ENV variables by adding them in the config.yaml in the location defined in your addon options according to this guide : https://github.com/alexbelgium/hassio-addons/wiki/Addons-feature:-add-env-variables
|
||||
|
||||
|
||||
The complete list of ENV variables can be seen here : not available
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
# ⚠️ It is recommended to use Kometa addon (<https://github.com/alexbelgium/hassio-addons>) instead of this. ⚠️
|
||||
|
||||
# Home assistant add-on: Plex-meta-manager
|
||||
@@ -70,7 +69,6 @@ PMM_NO_MISSING: False #Set to True to run without any of the missing movie/show
|
||||
|
||||
Additional variables can be set as ENV variables by adding them in the config.yaml in the location defined in your addon options according to this guide : https://github.com/alexbelgium/hassio-addons/wiki/Addons-feature:-add-env-variables
|
||||
|
||||
|
||||
The complete list of ENV variables can be seen here : https://github.com/meisnate12/Plex-Meta-Manager/wiki/Run-Commands-&-Environmental-Variables
|
||||
|
||||
## Support
|
||||
|
||||
Reference in New Issue
Block a user