mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 17:31:03 +01:00
Add env vars support to remaining add-ons
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
|
||||
## 3.4.5-1 (18-11-2025)
|
||||
- Added `env_vars` option to allow custom environment variables from the add-on configuration.
|
||||
|
||||
## 3.4.5 (15-11-2025)
|
||||
- Update to latest version from FlareSolverr/FlareSolverr (changelog : https://github.com/FlareSolverr/FlareSolverr/releases)
|
||||
|
||||
|
||||
@@ -81,6 +81,10 @@ No configuration options are available - FlareSolverr works automatically with d
|
||||
- **CPU**: Moderate usage during challenge solving
|
||||
- **Network**: Requires internet access to function
|
||||
|
||||
### Environment variables
|
||||
|
||||
Use the add-on `env_vars` option to pass extra environment variables (uppercase or lowercase names). See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.
|
||||
|
||||
## Support
|
||||
|
||||
Create an issue on github
|
||||
|
||||
@@ -67,12 +67,18 @@ devices:
|
||||
- /dev/nvme2
|
||||
image: ghcr.io/alexbelgium/flaresolverr-{arch}
|
||||
name: FlareSolverr
|
||||
options:
|
||||
env_vars: []
|
||||
ports:
|
||||
8191/tcp: 8191
|
||||
ports_description:
|
||||
8191/tcp: Web interface
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
value: str?
|
||||
slug: flaresolverr
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: "3.4.5"
|
||||
version: "3.4.5-1"
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:8191]"
|
||||
|
||||
Reference in New Issue
Block a user