diff --git a/README.md b/README.md index d2819c0..6b38f9e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Run [Defined Networking's DNClient](https://www.defined.net/) (Managed Nebula) a 1. In Home Assistant, go to **Settings → Add-ons → Add-on Store** 2. Click the **⋮** menu (top right) → **Repositories** -3. Add this repository URL: `https://github.com/johnmaguire/homeassistant-addon-dnclient` +3. Add this repository URL: `https://forge.johnmaguire.me/jarvis/homeassistant-addon-dnclient` 4. Find **DNClient** in the store and click **Install** ## Configuration diff --git a/dnclient/config.yaml b/dnclient/config.yaml index b31ddae..a274b2f 100644 --- a/dnclient/config.yaml +++ b/dnclient/config.yaml @@ -2,7 +2,7 @@ name: DNClient version: "0.1.0" slug: dnclient description: "Run Defined Networking's DNClient (Managed Nebula) on Home Assistant OS" -url: "https://github.com/johnmaguire/homeassistant-addon-dnclient" +url: "https://forge.johnmaguire.me/jarvis/homeassistant-addon-dnclient" arch: - amd64 - aarch64 diff --git a/dnclient/icon.png b/dnclient/icon.png new file mode 100644 index 0000000..e199251 Binary files /dev/null and b/dnclient/icon.png differ diff --git a/dnclient/logo.png b/dnclient/logo.png new file mode 100644 index 0000000..c8cb138 Binary files /dev/null and b/dnclient/logo.png differ diff --git a/repository.json b/repository.json index f380e5a..2909c14 100644 --- a/repository.json +++ b/repository.json @@ -1,5 +1,5 @@ { "name": "Defined Networking Add-ons", - "url": "https://github.com/johnmaguire/homeassistant-addon-dnclient", + "url": "https://forge.johnmaguire.me/jarvis/homeassistant-addon-dnclient", "maintainer": "John Maguire" }