19 lines
477 B
YAML
19 lines
477 B
YAML
architecture: amd64
|
|
maintainer: Jerry Jacobs
|
|
maintainer_email: jerry.jacobs@dualinventive.com
|
|
homepage: https://www.dualinventive.eu
|
|
description:
|
|
short: Realtime status websocket server
|
|
long: >
|
|
Realtime status websocket server
|
|
files:
|
|
- file: cmd/wss/wss
|
|
dest: /usr/sbin/di-wss
|
|
- file: etc/wss.conf
|
|
dest: /etc/di/wss.conf
|
|
conffiles: true
|
|
- file: etc/wss.service
|
|
dest: /lib/systemd/system/di-wss.service
|
|
- file: cmd/wss-ping/wss-ping
|
|
dest: /usr/bin/di-wss-ping
|