Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored May 2, 2017
1 parent 0b4adb7 commit 969a6d5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]>"
}
```

0 comments on commit 969a6d5

Please sign in to comment.