TrustPoint-Project / trustpoint

MIT License
5 stars 0 forks source link

Configurable mDNS host in Django settings #146

Closed Aircoookie closed 4 hours ago

Aircoookie commented 1 week ago

Related to #114

Description of changes Added config variables for the mDNS service broadcast IP and port to django settings.py. If possible, we'd want to pass a default from Apache in a production enviroment. Still, it needs to be added to SysConf Network settings for 1.0.0 as even Apache is not aware of the final Trustpoint address due to factors like which interface is used, NATs, ...

Notes These are the changes required on the Trustpoint-side to make Client and Zero-Touch Demo onboarding work regardless of IP and port. For the corresponding PR to the client, see https://github.com/TrustPoint-Project/trustpoint-client/pull/8

Legal