mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-03 12:34:32 -04:00
28 lines
777 B
YAML
28 lines
777 B
YAML
# this is the base "template" for the package
|
|
name: headscale
|
|
description: headscale coordination server for Tailscale
|
|
arch: ${ARCH}
|
|
version: ${VERSION}
|
|
priority: optional
|
|
vendor: Juan Font
|
|
maintainer: Kristoffer Dalby <kristoffer@dalby.cc>
|
|
homepage: https://github.com/juanfont/headscale
|
|
license: BSD
|
|
contents:
|
|
- src: ./build/headscale
|
|
dst: /usr/bin/headscale
|
|
- src: ./config-example.yaml
|
|
dst: /etc/headscale/config.yaml
|
|
type: config|noreplace
|
|
file_info:
|
|
mode: 0640
|
|
- src: ./docs/packaging/headscale.systemd.service
|
|
dst: /etc/systemd/system/headscale.service
|
|
- dst: /var/lib/headscale
|
|
type: dir
|
|
- dst: /var/run/headscale
|
|
type: dir
|
|
scripts:
|
|
postinstall: ./docs/packaging/postinstall.sh
|
|
postremove: ./docs/packaging/postremove.sh
|