diff --git a/baikal/README.md b/baikal/README.md index 272ad588a..55933f4ca 100644 --- a/baikal/README.md +++ b/baikal/README.md @@ -39,6 +39,13 @@ Configurations can be done through the app webUI, except for the following optio ``` +### Custom Scripts and Environment Variables + +This addon supports custom scripts and environment variables through the `addon_config` mapping: + +- **Custom scripts**: See [Running Custom Scripts in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Running-custom-scripts-in-Addons) +- **Environment variables**: See [Add Environment Variables to your Addon](https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon) + ## Installation --- diff --git a/calibre/README.md b/calibre/README.md index 38b519a98..b00519039 100644 --- a/calibre/README.md +++ b/calibre/README.md @@ -91,7 +91,7 @@ This addon supports mounting both local drives and remote SMB shares: ### Custom Scripts and Environment Variables -This addon supports custom scripts and environment variables: +This addon supports custom scripts and environment variables through the `addon_config` mapping: - **Custom scripts**: See [Running Custom Scripts in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Running-custom-scripts-in-Addons) - **Environment variables**: See [Add Environment Variables to your Addon](https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon) diff --git a/gitea/README.md b/gitea/README.md index 8fa232af0..f46c07e21 100644 --- a/gitea/README.md +++ b/gitea/README.md @@ -57,7 +57,7 @@ ROOT_URL: "http://homeassistant.local:3000" ### Custom Scripts and Environment Variables -This addon supports custom scripts and environment variables: +This addon supports custom scripts and environment variables through the `addon_config` mapping: - **Custom scripts**: See [Running Custom Scripts in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Running-custom-scripts-in-Addons) - **Environment variables**: See [Add Environment Variables to your Addon](https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon) diff --git a/immich/README.md b/immich/README.md index 84a36ac20..ee2d18263 100644 --- a/immich/README.md +++ b/immich/README.md @@ -79,6 +79,13 @@ This addon supports mounting both local drives and remote SMB shares: - **Local drives**: See [Mounting Local Drives in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Mounting-Local-Drives-in-Addons) - **Remote shares**: See [Mounting Remote Shares in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Mounting-remote-shares-in-Addons) +### Custom Scripts and Environment Variables + +This addon supports custom scripts and environment variables through the `addon_config` mapping: + +- **Custom scripts**: See [Running Custom Scripts in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Running-custom-scripts-in-Addons) +- **Environment variables**: See [Add Environment Variables to your Addon](https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon) + ## Installation The installation of this add-on is pretty straightforward and not different in diff --git a/librespeed/README.md b/librespeed/README.md index 6a138221a..5be5ff380 100644 --- a/librespeed/README.md +++ b/librespeed/README.md @@ -56,6 +56,13 @@ cifsusername: "username" # optional, smb username, same for all smb shares cifspassword: "password" # optional, smb password ``` +### Custom Scripts and Environment Variables + +This addon supports custom scripts and environment variables through the `addon_config` mapping: + +- **Custom scripts**: See [Running Custom Scripts in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Running-custom-scripts-in-Addons) +- **Environment variables**: See [Add Environment Variables to your Addon](https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon) + ## Support Create an issue on github diff --git a/mealie/README.md b/mealie/README.md index 7afe15ab5..bff6b1064 100644 --- a/mealie/README.md +++ b/mealie/README.md @@ -69,7 +69,7 @@ ALLOW_SIGNUP: false ### Custom Scripts and Environment Variables -This addon supports custom scripts and environment variables: +This addon supports custom scripts and environment variables through the `addon_config` mapping: - **Custom scripts**: See [Running Custom Scripts in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Running-custom-scripts-in-Addons) - **Environment variables**: See [Add Environment Variables to your Addon](https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon) diff --git a/netalertx/README.md b/netalertx/README.md index 8b7c8e36d..0a2ce902b 100644 --- a/netalertx/README.md +++ b/netalertx/README.md @@ -55,4 +55,11 @@ PGID: user GPID: user ``` +### Custom Scripts and Environment Variables + +This addon supports custom scripts and environment variables through the `addon_config` mapping: + +- **Custom scripts**: See [Running Custom Scripts in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Running-custom-scripts-in-Addons) +- **Environment variables**: See [Add Environment Variables to your Addon](https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon) + [repository]: https://github.com/alexbelgium/hassio-addons diff --git a/nzbget/README.md b/nzbget/README.md index 7a02f0505..f7f5b8c6d 100644 --- a/nzbget/README.md +++ b/nzbget/README.md @@ -64,6 +64,13 @@ This addon supports mounting both local drives and remote SMB shares: - **Local drives**: See [Mounting Local Drives in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Mounting-Local-Drives-in-Addons) - **Remote shares**: See [Mounting Remote Shares in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Mounting-remote-shares-in-Addons) +### Custom Scripts and Environment Variables + +This addon supports custom scripts and environment variables through the `addon_config` mapping: + +- **Custom scripts**: See [Running Custom Scripts in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Running-custom-scripts-in-Addons) +- **Environment variables**: See [Add Environment Variables to your Addon](https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon) + ## Installation The installation of this add-on is pretty straightforward and not different in comparison to installing any other add-on. diff --git a/postgres_15/README.md b/postgres_15/README.md index 7578873ca..6544ff056 100644 --- a/postgres_15/README.md +++ b/postgres_15/README.md @@ -57,7 +57,7 @@ For more information, check the [official PostgreSQL image docs](https://hub.doc ### Custom Scripts and Environment Variables -This addon supports custom scripts and environment variables: +This addon supports custom scripts and environment variables through the `addon_config` mapping: - **Custom scripts**: See [Running Custom Scripts in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Running-custom-scripts-in-Addons) - **Environment variables**: See [Add Environment Variables to your Addon](https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon) diff --git a/postgres_17/README.md b/postgres_17/README.md index 8cc73e001..138b701a8 100644 --- a/postgres_17/README.md +++ b/postgres_17/README.md @@ -49,6 +49,13 @@ For more info check [base image docs](https://hub.docker.com/_/postgres). By default `postgresql.conf` is stored in volume accessible by other addons and Home Assistant, so you can conviniently modify it by e.g. File Editor addon. If you prefer better security change `CONFIG_LOCATION` to e.g. `/data/orig/postgresql.conf`, so it will be acessible only to this addon, but you will have to modify it by the [Hassio SSH](https://developers.home-assistant.io/docs/operating-system/debugging/). +### Custom Scripts and Environment Variables + +This addon supports custom scripts and environment variables through the `addon_config` mapping: + +- **Custom scripts**: See [Running Custom Scripts in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Running-custom-scripts-in-Addons) +- **Environment variables**: See [Add Environment Variables to your Addon](https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon) + ## Installation The installation of this add-on is pretty straightforward and not different in comparison to installing any other add-on. diff --git a/sabnzbd/README.md b/sabnzbd/README.md index f78f6e92d..57163f29e 100644 --- a/sabnzbd/README.md +++ b/sabnzbd/README.md @@ -64,6 +64,13 @@ This addon supports mounting both local drives and remote SMB shares: - **Local drives**: See [Mounting Local Drives in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Mounting-Local-Drives-in-Addons) - **Remote shares**: See [Mounting Remote Shares in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Mounting-remote-shares-in-Addons) +### Custom Scripts and Environment Variables + +This addon supports custom scripts and environment variables through the `addon_config` mapping: + +- **Custom scripts**: See [Running Custom Scripts in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Running-custom-scripts-in-Addons) +- **Environment variables**: See [Add Environment Variables to your Addon](https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon) + ## Installation The installation of this add-on is pretty straightforward and not different in comparison to installing any other add-on. diff --git a/unpackerr/README.md b/unpackerr/README.md index d6bb166f8..724f29a95 100644 --- a/unpackerr/README.md +++ b/unpackerr/README.md @@ -102,7 +102,7 @@ This addon supports mounting both local drives and remote SMB shares: ### Custom Scripts and Environment Variables -This addon supports custom script execution and environment variable injection: +This addon supports custom script execution and environment variable injection through the `addon_config` mapping: - **Custom scripts**: See [Running Custom Scripts in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Running-custom-scripts-in-Addons) - **Environment variables**: See [Add Environment Variables to your Addon](https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon)