Skip to content

A fork of the ShinobiDocker (https://bitbucket.org/ShinobiSystems/shinobidocker) repo converted to be compatible with arm

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

CGillen/shinobidocker-arm

Repository files navigation

Shinobi CCTV on Docker

This image was inspired by MiGoller. Since forking; mrproper's previous image has been merged to make an ultimate docker image with docker-compose.

Due to MiGoller's valiant efforts Shinobi now supports Docker. I hope I speak for everyone when I say thank you MiGoller!

Find MiGoller's original image here : https://hub.docker.com/r/migoller/shinobi/ Find the original/official image here : https://hub.docker.com/r/shinobicctv/shinobi/

How to Dock Shinobi

docker-compose should already be installed.

  1. Clone the Repo and enter the docker-shinobi directory.

    git clone https://github.com/CGillen/shinobidocker-arm.git ShinobiDocker && cd ShinobiDocker
    
  2. Spark one up.

    sh start-image.sh
    
  3. Open your computer's IP address in your web browser on port 8080. Open the superuser panel to create an account.

    Web Address : http://xxx.xxx.xxx.xxx:8080/super
    Username : [email protected]
    Password : admin
    
  4. After account creation head on over to the main Web Address and start using Shinobi!

    http://xxx.xxx.xxx.xxx:8080/
    
  5. Enjoy!

How to build image

Use docker buildx extension to build for multiple architectures docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t wyldecorey/shinobicctv-arm:latest . --push

About

A fork of the ShinobiDocker (https://bitbucket.org/ShinobiSystems/shinobidocker) repo converted to be compatible with arm

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