kernelkit / infix

Linux :yellow_heart: NETCONF = Infix
https://kernelkit.org
GNU General Public License v2.0
52 stars 12 forks source link

Document use and configuration of Web and Web Terminal services #797

Open jovatn opened 1 week ago

jovatn commented 1 week ago

Infix has a web-service, with a set of (sub?) services related to it (web console, netbrowse and restconf) Currently there does not seem to be any information on how to use or manage these services, at least not for enable/disable the generic web service or the web console. (For netbrowse, there is a documentation task (#738), and for restconf some documentation exists in scripting.md.)

  "infix-services:web": {
    "enabled": true,
    "console": {
      "enabled": true
    },
    "netbrowse": {
      "enabled": true
    },
    "restconf": {
      "enabled": true
    }