mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-01 13:23:01 +02:00
This commit adds an initial YANG model for Infix web services under the infix-services.yang umbrella. For now the nginx server statements in /etc/nginx/nginx.conf are always on, but the backend ttyd, and the entire nginx server can be disabled. The default in the YANG model for both is disabled, the factory-config has been updated to enable these services by default. The Web Console Interface mDNS service has been updated to advertise on port 7681, which nginx is set to forward to ttyd. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
Configuration Daemon
confd is the Infix configuration daemon that serves as the glue
between sysrepo and netopeer2 (NETCONF) and the UNIX system under
it all.
Origin & References
Based on the Open Source dklibc/sysrepo_plugin_ietf_system project by Denis Kalashnikov.