16 lines
414 B
YAML
16 lines
414 B
YAML
|
|
---
|
||
|
|
galaxy_info:
|
||
|
|
author: sjat
|
||
|
|
description: >-
|
||
|
|
Self-hosted NetBird coordinator (ADR-016): combined server image
|
||
|
|
(Management + Signal + Relay + STUN) plus dashboard UI, run on askari via
|
||
|
|
Docker Compose behind the Caddy reverse proxy. Pinned images; secrets from
|
||
|
|
vault.
|
||
|
|
license: MIT
|
||
|
|
min_ansible_version: "2.17"
|
||
|
|
platforms:
|
||
|
|
- name: Debian
|
||
|
|
versions:
|
||
|
|
- trixie
|
||
|
|
dependencies: []
|