Update README.md
This commit is contained in:
10
README.md
10
README.md
@@ -57,3 +57,13 @@ Default you can use `fullchain.pem` and `privkey.pem` from `/ssl` for you stuff.
|
|||||||
|
|
||||||
## Addon need to known
|
## 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.
|
`/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 <pvizeli@syshack.ch>"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user