mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-29 12:13:01 +02:00
Converting to gunicorn, which is the recommended production server for Flask apps, means app main() function is no longer called at startup, so we have to factor out the mDNS CNAME functionality for infix.local and network.local to a separate app. We take this opportunity to collapse the structure, move non-class methods to __init.py__, and rename the AvahiAlias class. A prototype for replacing the overhead of mdns-alias with a C daemon is in its early stages. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
7 lines
148 B
Plaintext
7 lines
148 B
Plaintext
config BR2_PACKAGE_NETBROWSE
|
|
bool netbrowse
|
|
select BR2_PACKAGE_PYTHON_FLASK
|
|
help
|
|
Browse mDNS hosts on your network from http://network.local
|
|
|