Code Monkey home page Code Monkey logo

dockermgnt-synology's Introduction

dockermgnt

A stack I use on my Synology NAS, running piHole, unifi-Controller, Portainer.

How It works

  • git clone the repository
  • Copy the .env-example to .env
  • Edit the .env file to your likes
  • Configure Network

Configure Network

Running macvlan gives you the option to host containers on your local subnet. However the network interface where the network will be hosted on needs to be set to promiscuous mode.

sudo ip link set eth0 promisc on 

If you prefer to have the network created through the docker-compose file, you can uncomment that config. If a docker network is created externally. This is done so:

docker network create -d macvlan --subnet 192.168.1.0/24 --gateway 192.168.1.1 -o parent=eth0 --aux-address="host:192.168.1.XX" mainLan

Run the script

Copy and make necessary changes to the .env file

cp .env-example .env

Copy and make necessary changes to the init-mongo-EXAMPLE.js

cp init-mongo-EXAMPLE.js init-mongo.js

Run docker-compose

docker-compose up -d

Setup of Observium

Create the user for the initial setup

docker exec -it mgnt-observium bash

./adduser.php <username> <password> <level>

Troubleshooting

Running portainer will allow you to read container log files more easily.

check that the connection between unifi and the mongo container is working fine.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.