mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 21:24:20 +01:00
Create README.md
This commit is contained in:
27
README.md
Normal file
27
README.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# hassio-addons
|
||||
Docker addons for HassIO
|
||||
|
||||
## Addon folder
|
||||
|
||||
```
|
||||
addon_name:
|
||||
Dockerfile
|
||||
config.json
|
||||
```
|
||||
|
||||
Use `FROM %%BASE_IMAGE%%` inside your docker file. We use alpine linux 3.5 for addons.
|
||||
|
||||
## Addon config
|
||||
|
||||
```json
|
||||
{
|
||||
'name': 'xy',
|
||||
'image': 'xy',
|
||||
'verson': '1.2',
|
||||
'description': 'long descripton',
|
||||
'startup': 'before|after',
|
||||
'ports': [123, ],
|
||||
'map_config': bool,
|
||||
'map_ssl': bool,
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user