Is it possible to run the program in CLI mode?

pericoa year ago

I have a CLI-only server and would like to manage the application, connections, devices, etc, through CLI. All documentation seems oriented towards GUI.

Track-tracea year ago

Did you read about the api?

Anton Tananaeva year ago

There's no CLI, but as Track-trace said, there's an API you can use from command line. For example using curl.

pericoa year ago

OK, thanks. Any guide for beginners? Never used an API in my life.

Anton Tananaeva year ago