mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-05 23:25:57 +02:00
Claudify
This commit is contained in:
@@ -87,4 +87,11 @@ gitmail: your github email
|
|||||||
verbose: "false"
|
verbose: "false"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### 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
|
[repository]: https://github.com/alexbelgium/hassio-addons
|
||||||
|
|||||||
@@ -72,6 +72,20 @@ Additional variables can be configured using the config.yaml file found in /conf
|
|||||||
- Config_env.yaml
|
- Config_env.yaml
|
||||||
Additional environment variables can be configured there
|
Additional environment variables can be configured there
|
||||||
|
|
||||||
|
### Mounting Drives
|
||||||
|
|
||||||
|
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
|
## Installation
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -51,6 +51,20 @@ Additional variables can be configured using the config.yaml file found in /conf
|
|||||||
- Config_env.yaml
|
- Config_env.yaml
|
||||||
Additional environment variables can be configured there
|
Additional environment variables can be configured there
|
||||||
|
|
||||||
|
### Mounting Drives
|
||||||
|
|
||||||
|
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
|
## Installation
|
||||||
|
|
||||||
The installation of this add-on is pretty straightforward and not different in comparison to installing any other add-on.
|
The installation of this add-on is pretty straightforward and not different in comparison to installing any other add-on.
|
||||||
|
|||||||
@@ -76,6 +76,20 @@ Additional variables can be configured using the config.yaml file found in /conf
|
|||||||
- Config_env.yaml
|
- Config_env.yaml
|
||||||
Additional environment variables can be configured there
|
Additional environment variables can be configured there
|
||||||
|
|
||||||
|
### Mounting Drives
|
||||||
|
|
||||||
|
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
|
## Installation
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user