2024-04-24 00:54:59 +00:00
|
|
|
name: LockServer
|
|
|
|
description: manage z-wave locks
|
|
|
|
version: "0.1.0"
|
|
|
|
slug: "lockserver"
|
|
|
|
init: false
|
|
|
|
webui: "http://[HOST]:[PORT:8080]"
|
|
|
|
arch:
|
|
|
|
- aarch64
|
|
|
|
- amd64
|
2024-04-24 01:01:06 +00:00
|
|
|
- armv7l
|
2024-04-24 00:54:59 +00:00
|
|
|
stage: experimental
|
|
|
|
watchdog: http://[HOST]:[PORT:8080]/health
|
2024-04-24 01:00:35 +00:00
|
|
|
image: git.janky.solutions/finn/lockserver:latest
|