From 16170480b9c8ef06e6c9239277fbf546db35a2b9 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 2 May 2017 02:37:29 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index b552783..0935543 100644 --- a/README.md +++ b/README.md @@ -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 " +} +```