introduction REST API + message docker only work for ip camera's

This commit is contained in:
Cédric Verstraeten
2017-02-01 08:43:31 +01:00
parent 354c94190e
commit 3c253da9a8
3 changed files with 18 additions and 3 deletions

View File

@@ -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

View File

@@ -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**.

View File

@@ -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