-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathnetbootd.yml
33 lines (24 loc) · 952 Bytes
/
netbootd.yml
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
28
29
30
31
32
33
---
# This is a sample config file for netbootd in YAML format.
# You can use any format supported by https://github.com/spf13/viper.
# Place this file in /etc/netbootd/ or current working directory.
# Set address to listen on (DHCP, TFTP & HTTP)
#address: 0.0.0.0
# Set interface to listen on
#interface: eth0
# debug logging
debug: false
# trace logging (most verbose)
trace: false
api:
port: 8081
# API endpoints can require static authentication via the HTTP "Authorization" header.
# Uncomment the following line and the value will be required in all API requests (except self-action).
#authorization: Bearer secretkey
# In order for API to use TLS, uncomment and set the following to the correct paths.
#TLSPrivateKeyPath: /etc/ssl/private.key
#TLSCertificatePath: /etc/ssl/certificate.pem
http:
port: 8080
# Set to directory from which initial manifests will be loaded at startup
#manifestPath: /etc/netbootd/manifests/