add bundle:snapserver

This commit is contained in:
Franzi 2025-06-28 12:10:04 +02:00
parent 575474af83
commit a4d4b0b8e0
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 106 additions and 0 deletions

View file

@ -0,0 +1,24 @@
[server]
threads = -1
[stream]
bind_to_address = 0.0.0.0
port = 1704
% for source in sorted(node.metadata.get('snapserver/sources')):
source = ${source}
% endfor
[streaming_client]
initial_volume = 100
[http]
enabled = true
port = 1780
hostname = ${node.metadata.get('snapserver/domain')}
doc_root = /usr/share/snapweb/
[tcp]
enabled = true
bind_to_address = 0.0.0.0
port = 1705