-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from unicam-complex-system/intrusion-detection
Intrusion detection
- Loading branch information
Showing
39 changed files
with
862 additions
and
1,182 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
#The SSL_CERTIFICATE and PRIVATE_KEY refer to the variables used for https encryption, you can specify your own if | ||
#you have generated a cert from a CA. Otherwise you can live it as it is. | ||
|
||
#SSL_CERTIFICATE=/path-to/server.crt | ||
#PRIVATE_KEY=/path-to/server.key | ||
LISTEN_PORT=8080 | ||
MONGO_PROTOCOL=mongodb | ||
MONGO_HOST=localhost:27017 | ||
MONGO_HOST=127.0.0.1:27017 | ||
MONGO_INITDB_ROOT_USERNAME=root | ||
MONGO_INITDB_ROOT_PASSWORD=123123 | ||
JWT_SECRET=RIpEW4QJCzEovH8wNsxv16aMiyGn0yNk | ||
CSD_USER=root | ||
CSD_PASSWORD=123123 | ||
TELEGRAM_TOKEN=TOKEN_FROM_TELEGRAM | ||
TELEGRAM_TOKEN=TELEGRAM_TOKEN_FROM_TELEGRAM | ||
BCRYPT_SALT=$2b$10$0H7uZ2aSzUll9k96X7EvHu | ||
OPENVIDU_URL=http://localhost:4443/ | ||
OPENVIDU_SECRET=MY_SECRET | ||
NVR_IP_ADDRESS=rtsp://192.168.1.41:80 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#!/bin/sh | ||
rm -r ./static/stream/* | ||
mkdir -p ./static/stream/cam0 | ||
mkdir -p ./static/stream/cam1 | ||
mkdir -p ./static/stream/cam2 | ||
mkdir -p ./static/stream/cam3 | ||
mkdir -p ./static/stream/cam4 | ||
mkdir -p ./static/stream/cam5 | ||
mkdir -p ./static/stream/cam6 | ||
mkdir -p ./static/stream/cam7 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.