Skip to content

These images are designed to be used in a micro-service environment. Many thanks to Shinobi Dev and MoeIsCool for their great work!

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

idlerun/docker-shinobi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

page title tags date
Shinobi Support for Raspberry Pi
shinobi camera raspberry pi
2018-05-26

Overview

Run https://shinobi.video/ on Docker on a Raspberry Pi (tested on Raspberry Pi 3 B+)

Requirements

Install Docker as described here: https://www.raspberrypi.org/blog/docker-comes-to-raspberry-pi/

curl -sSL https://get.docker.com | sh

Get some dependencies

sudo apt-get install -y git-core python3 python3-pip
sudo pip3 install docker-compose

Checkout the repo

git clone https://github.com/idlerun/docker-shinobi.git

Usage

Create containers:

cd docker-shinobi/debian
docker-compose up -d --build

Log in:

Web Address : http://xxx.xxx.xxx.xxx:8080/super
Username : [email protected]
Password : admin

More info here: https://shinobi.video/docs/start#content-docker

Swap

raspbian has pretty limited swap by default, might be helpful to add osme more.

mkdir -v /var/cache/swap
cd /var/cache/swap
sudo dd if=/dev/zero of=swapfile bs=1K count=2M
sudo mkswap swapfile
sudo swapon swapfile

About

These images are designed to be used in a micro-service environment. Many thanks to Shinobi Dev and MoeIsCool for their great work!

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%