mirror of
https://github.com/kerberos-io/documentation.git
synced 2026-08-23 15:18:31 +00:00
introduction REST API + message docker only work for ip camera's
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
# Docker
|
||||
|
||||
A Docker image is available on [**the Docker Hub**](https://hub.docker.com/u/kerberos/). Before you can run this image you will have to get [**Docker**](https://docker.com) installed. After the installation you can use **docker-compose** to get Kerberos.io up and running. More detailed information can be [**found here**](https://blog.cedric.ws/kerberosio-available-on-docker).
|
||||
** --- For the moment this approach only works for IP cameras, we don't have a cross-platform method to inject a USB camera or Raspberry Pi camera --- **
|
||||
|
||||
A Docker image (x86) is available on [**the Docker Hub**](https://hub.docker.com/u/kerberos/). Before you can run this image you will have to get [**Docker**](https://docker.com) installed. After the installation you can use **docker-compose** to get Kerberos.io up and running. More detailed information can be [**found here**](https://blog.cedric.ws/kerberosio-available-on-docker).
|
||||
|
||||
##Docker Compose
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Multi-camera with Docker
|
||||
|
||||
** --- This approach only works for IP-cameras --- **
|
||||
** --- For the moment this approach only works for IP cameras, we don't have a cross-platform method to inject a USB camera or Raspberry Pi camera --- **
|
||||
|
||||
If you own multiple IP-cameras, then you probably **don't want** to setup **a Raspberry Pi for each camera**. Thanks to Docker there is an easier approach: instead of running multiple machines you can run multiple containers on a single machine. When you're processing a lot of cameras, you can **distribute the cameras/containers across multiple machines** by using **Docker Swarm**.
|
||||
|
||||
|
||||
@@ -1 +1,14 @@
|
||||
#API
|
||||
# API
|
||||
|
||||
If you want to integrate Kerberos.io into your own application, you're at the right place! The Kerberos.io web interface comes with a **REST**full **API**, that allows you to get and modify data delivered by the Kerberos.io framework.
|
||||
|
||||
* Reboot the system
|
||||
* Disable Kerberos.io
|
||||
* Health check
|
||||
* Enable or disable output devices
|
||||
* ..
|
||||
|
||||
|
||||
## Authentication
|
||||
|
||||
To use the **RESTfull API** of your Kerberos.io instance you need to apply
|
||||
|
||||
Reference in New Issue
Block a user