@ -85,10 +83,10 @@ You may need to add the following lines to your docker file if you plan on enabl
@@ -85,10 +83,10 @@ You may need to add the following lines to your docker file if you plan on enabl
```
After that you do this open this port on your firewall and redirect it to the Docker Host's IP with seafile running on it.
## docker-compose up -d
### docker-compose up -d
After you have the .env and docker-compose files set up in this directory. Do a ```docker-compose up -d``` to start the containers. After they start modify seahub_settings.py and ccnet.conf as shown below.
Why did I do ports 521:521? Well I wanted to enable FTP inside the docker with port 521 open (see below). You don't have to choose 521 this is arbitrary make sure your conf.json matches.. I will assume no port forward is needed on the router because Cameras and Shinobi NVR is on the sane LAN.
# shinobi/config/conf.json
## shinobi/config/conf.json
Here I added the following lines to conf.json to enable FTP.
```
@ -151,10 +151,10 @@ Here I added the following lines to conf.json to enable FTP.
@@ -151,10 +151,10 @@ Here I added the following lines to conf.json to enable FTP.
"thisIsDocker": true,
```
# Camera specific notes
## Camera specific notes
You may need to port forward RTSP or RTMP ports for your cameras.
# Reolink Specific (RLC-410-5MP and RLC-520) Gotchas
## Reolink Specific (RLC-410-5MP and RLC-520) Gotchas
### RTMP Main Stream (High Bit Rate 1024Kbps ~ 8192Kbps)
Don't even use caddy for this deployment I don't know how to make it work.
Just use the forwarded ports. Make sure UFW allows all the required ports such as 3478, 10001, 8080, etc...
@ -14,7 +14,7 @@ After `docker-compose up -d`. Navigate to HOSTIPADDRESS:8080 to access the contr
@@ -14,7 +14,7 @@ After `docker-compose up -d`. Navigate to HOSTIPADDRESS:8080 to access the contr