Start wireguard client before homeassistant.
This commit is contained in:
parent
dc0edf6516
commit
76925d9ff1
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
name: WireGuard Client
|
name: WireGuard Client
|
||||||
version: 0.2.0
|
version: 0.3.0
|
||||||
slug: wireguard_client
|
slug: wireguard_client
|
||||||
description: Fast, modern, secure Wireguard tunnel (client)
|
description: Fast, modern, secure Wireguard tunnel (client)
|
||||||
url: https://github.com/bigmoby/addon-wireguard-client
|
url: https://github.com/bigmoby/addon-wireguard-client
|
||||||
|
@ -11,6 +11,7 @@ arch:
|
||||||
- armv7
|
- armv7
|
||||||
- i386
|
- i386
|
||||||
apparmor: true
|
apparmor: true
|
||||||
|
startup: "services"
|
||||||
host_network: true
|
host_network: true
|
||||||
init: false
|
init: false
|
||||||
ports:
|
ports:
|
||||||
|
@ -53,4 +54,4 @@ schema:
|
||||||
allowed_ips:
|
allowed_ips:
|
||||||
- str
|
- str
|
||||||
persistent_keep_alive: int
|
persistent_keep_alive: int
|
||||||
image: "bigmoby/{arch}-addon-wireguard-client"
|
image: "bigmoby/{arch}-addon-wireguard-client"
|
||||||
|
|
Loading…
Reference in a new issue