forked from home-assistant/addons
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,3 +57,13 @@ Default you can use `fullchain.pem` and `privkey.pem` from `/ssl` for you stuff. | |
|
||
## Addon need to known | ||
`/data` is a volume with a persistant store. `/data/options.json` have the user config inside. You can use `jq` inside shell script to parse this data. | ||
|
||
# Custom Addon repository | ||
Add a `repository.json` to root of your git repository with: | ||
```json | ||
{ | ||
"name": "Needed, Name of repository", | ||
"url": "url to website (optional)", | ||
"maintainer": "(optional) Pascal Vizeli <[email protected]>" | ||
} | ||
``` |