infix icon indicating copy to clipboard operation
infix copied to clipboard

Document use and configuration of Web and Web Terminal services

Open jovatn opened this issue 1 year ago • 0 comments

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
    }

jovatn avatar Nov 04 '24 07:11 jovatn