netboot.xyz add

This commit is contained in:
bcurran3 2020-05-02 17:23:23 -07:00 committed by GitHub
parent 28f83a6572
commit b0fc9916ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,6 +52,7 @@ portainer_enabled: false
glances_enabled: false
stats_enabled: false
guacamole_enabled: false
netbootxyz_enabled: false
netdata_enabled: false
watchtower_enabled: false
cloudflare_ddns_enabled: false
@ -525,6 +526,17 @@ ombi_config_directory: "{{ docker_home }}/ombi/config"
ombi_user_id: "0"
ombi_group_id: "0"
###
### netbootxyz
###
netbootxyz_available_externally: "false"
netbootxyz_data_directory: "{{ docker_home }}/netbootxyz"
netbootxyz_port_http: "3002"
netbootxyz_port_http2: "5803"
netbootxyz_port_tftp: "69"
netbootxyz_user_id: "1000"
netbootxyz_group_id: "1000"
###
### Netdata
###