-
-
Notifications
You must be signed in to change notification settings - Fork 320
Expand file tree
/
Copy pathconfig.yaml
More file actions
27 lines (27 loc) · 688 Bytes
/
config.yaml
File metadata and controls
27 lines (27 loc) · 688 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
arch:
- aarch64
- amd64
description: "\U0001F426 NetBird self-hosted server stack (management, signal, relay, dashboard, Caddy)"
image: ghcr.io/alexbelgium/netbird-server-{arch}
init: false
map:
- addon_config:rw
name: NetBird Server
options:
domain: netbird.example.com
slug: netbird-server
ports:
80/tcp: 80
443/tcp: 443
443/udp: 443
3478/udp: 3478
ports_description:
80/tcp: Caddy HTTP (ACME HTTP-01)
443/tcp: Caddy HTTPS (dashboard + APIs)
443/udp: Caddy HTTP/3 (optional)
3478/udp: NetBird Relay STUN
schema:
domain: str
url: https://github.com/alexbelgium/hassio-addons/tree/master/netbird-server
version: 0.64.5-7
webui: "[PROTO:ssl]://[HOST]:[PORT:443]"