config_api - euzu/tuliprox GitHub Wiki

api

api: {host: localhost, port: 8901, web_root: ./web}

api contains the server-mode settings. To run m3u-filter in server-mode you need to start it with the -scli argument.

  • host is the hostname or ip-address like 192.168.0.2 or my-server.fr
  • port is the port
  • web_rootis the path which contains the frontend files.