Skip to content

Commit

Permalink
README: document enabling/disabling services
Browse files Browse the repository at this point in the history
Support for enabling/disabling services has been added in
54f7665 but was so far not
documented, which made it hard to find.

This is a very useful feature for people who prefer to avoid relying
on the proprietary application to enable services, so add it to the
main README file.

Signed-off-by: Raphaël Mélotte <[email protected]>
  • Loading branch information
rmelotte committed Oct 11, 2024
1 parent f15fdae commit 85ee19a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,22 @@ neolink ptz --config=config.toml CameraName zoom 2.5

With 1.0 being normal and 2.5 being 2.5x zoom

### Enabling services (http, https, rtmp, rtsp and onvif)

Services can be enabled/disabled using the `services` command.

For example, to enable the http port:
```bash
neolink services --config=/etc/neolink.toml CameraName http on
```

To disable it:
```bash
neolink services --config=/etc/neolink.toml CameraName http off
```

Note that this might not work on older camera models.

## License

Neolink is free software, released under the GNU Affero General Public License
Expand Down

0 comments on commit 85ee19a

Please sign in to comment.