13 lines
285 B
YAML
13 lines
285 B
YAML
name: LockServer
|
|
description: manage z-wave locks
|
|
version: "0.1.0"
|
|
slug: "lockserver"
|
|
init: false
|
|
webui: "http://[HOST]:[PORT:8080]"
|
|
arch:
|
|
- aarch64
|
|
- amd64
|
|
- armv7l
|
|
stage: experimental
|
|
watchdog: http://[HOST]:[PORT:8080]/health
|
|
image: git.janky.solutions/finn/lockserver:latest
|