Moe
d8c8177f9e
Update installed Node.js version from 11 to 12 (Ubuntu and CentOS)
2020-02-11 11:38:28 -08:00
Moe
9f3a0e814f
Add CUDA 10 Installer for TensorFlow plugin
2020-02-07 16:19:00 -08:00
Moe
a5d5a6e715
Merge branch 'dev' of https://gitlab.com/Shinobi-Systems/Shinobi into dev
2020-02-07 15:21:59 -08:00
Moe
43d7422502
Update CUDA Installer for 10.2
...
+ Add Automatic Plugin Key Generation for Yolo and TensorFlow plugins
+ Change gcc and g++ versions that are installed to version 8
2020-02-07 15:21:57 -08:00
Moe
1971955034
Merge branch 'events.js' into 'dev'
...
add '{{REASON}}' substitution string for webhook
See merge request Shinobi-Systems/Shinobi!145
2020-02-07 20:04:33 +00:00
Moe
24057e3da3
Merge branch 'patch-5' into 'dev'
...
Start Shinobi via cronjob in more logical way (OpenBSD)
See merge request Shinobi-Systems/Shinobi!153
2020-02-07 20:03:28 +00:00
Moe
813d0df2c5
Merge branch 'patch-6' into 'dev'
...
Add shebang line and follow best practices when using "cd"
See merge request Shinobi-Systems/Shinobi!154
2020-02-07 20:03:05 +00:00
Moe
59777596c4
Merge branch 'patch-7' into 'dev'
...
Add shebang and follow best practices when using "cd"
See merge request Shinobi-Systems/Shinobi!155
2020-02-07 20:02:53 +00:00
Moe
050d228d63
Merge branch 'patch-8' into 'dev'
...
Add shebang line
See merge request Shinobi-Systems/Shinobi!156
2020-02-07 20:02:33 +00:00
Moe
9d64c232dc
Merge branch 'patch-9' into 'dev'
...
Add shebang and use "read -r" for correctness
See merge request Shinobi-Systems/Shinobi!157
2020-02-07 20:02:13 +00:00
Moe
1eca18b502
Merge branch 'patch-10' into 'dev'
...
Use "read -r" for correctness in macos.sh
See merge request Shinobi-Systems/Shinobi!158
2020-02-07 20:01:50 +00:00
Moe
a2cd2dbb11
Merge branch 'patch-11' into 'dev'
...
use "read -r" for correctness in macos-part2.sh
See merge request Shinobi-Systems/Shinobi!159
2020-02-07 20:01:32 +00:00
Moe
475365f090
Merge branch 'patch-12' into 'dev'
...
Use cleaner math for calculating OpenBSD RAM usage
See merge request Shinobi-Systems/Shinobi!160
2020-02-07 20:01:15 +00:00
Moe
08d2b97a82
Merge branch 'patch-13' into 'dev'
...
opensuse.sh : use double quotes to prevent globbing and word splitting. use "read -r"
See merge request Shinobi-Systems/Shinobi!161
2020-02-07 20:00:59 +00:00
Moe
f6c10d1976
Merge branch 'patch-14' into 'dev'
...
Use double quotes to prevent globbing and word splitting. Use "read -r" for correctness
See merge request Shinobi-Systems/Shinobi!162
2020-02-07 20:00:42 +00:00
Moe
8dbf994520
Merge branch 'patch-15' into 'dev'
...
Ubuntu Easy Installer: Use double quote to prevent globbing and word...
See merge request Shinobi-Systems/Shinobi!163
2020-02-07 19:57:37 +00:00
Moe
4d846e3c95
Merge branch 'patch-16' into 'dev'
...
ubuntu.sh : Use double quotes to prevent globbing and word splitting. Use "read -r" for correctness
See merge request Shinobi-Systems/Shinobi!164
2020-02-07 19:57:14 +00:00
Moe
8e21f87169
Merge branch 'dev' into 'dev'
...
Fix long standing issue with incorrect file size calculation
See merge request Shinobi-Systems/Shinobi!165
2020-02-07 19:56:34 +00:00
Moe
e8e122c6de
Update Installer chooser
2020-02-07 11:53:13 -08:00
Moe
831eba89b6
Add Touchless Ubuntu Installer
2020-02-07 11:47:18 -08:00
JordanGeoghegan
f5f89e6d74
Fix longstanding issue with incorrect file size calculation
2020-01-31 18:30:24 -08:00
Moe
c44faa94ad
add validation to plugin conf.json modification tool+
2020-01-29 04:48:33 -08:00
Moe
b8543b67aa
add a validation to plugin conf.json modification tool
2020-01-29 04:33:59 -08:00
Moe
0e0d82d3ee
Add configuration tool for plugin conf.json files
...
- first parameter of command is the name of the plugin's folder.
- Example of usage : `node tool/modifyConfigurationForPlugin.js tensorflow key=1234asdfg port=8080`
- modifying the key value will auto update the main conf.json
2020-01-29 04:15:51 -08:00
Moe
2f44953188
Fix zombie process created by cameraThread/snapshot.js
2020-01-26 23:14:44 -08:00
Moe
98bb9e3740
Add TensorFlow install README
2020-01-26 21:42:52 -08:00
Jordan Geoghegan
265fb78825
ubuntu.sh : Use double quotes to prevent globbing and word splitting. Use "read -r" for correctness
2020-01-26 03:21:13 +00:00
Jordan Geoghegan
3977d754cc
Ubuntu Easy Installer: Use double quote to prevent globbing and word splitting. Use "read -r" for correctness
2020-01-26 03:17:56 +00:00
Jordan Geoghegan
0cb318e5d3
Use double quotes to prevent globbing and word splitting. Use "read -r" for correctness
2020-01-26 03:11:04 +00:00
Jordan Geoghegan
bcd3245976
opensuse.sh : use double quotes to prevent globbing and word splitting. use "read -r"
2020-01-26 03:01:53 +00:00
Jordan Geoghegan
093b0a70f7
Use cleaner math for calculating OpenBSD RAM usage
2020-01-26 02:56:01 +00:00
Jordan Geoghegan
3a40478e48
use "read -r" for correctness in macos-part2.sh
2020-01-26 02:38:34 +00:00
Jordan Geoghegan
8b4f677fbf
Use "read -r" for correctness
2020-01-26 02:35:49 +00:00
Jordan Geoghegan
817a8de400
Add shebang and use "read -r" for correctness
2020-01-26 02:24:36 +00:00
Jordan Geoghegan
20d7954b39
Add shebang line
2020-01-26 02:16:21 +00:00
Jordan Geoghegan
414f630d1b
Add shebang and follow best practices when using "cd"
2020-01-26 02:12:13 +00:00
Jordan Geoghegan
37cd8a69fd
Add shebang line and follow best practices when using "cd"
2020-01-26 02:09:52 +00:00
Jordan Geoghegan
966fb4f027
Start Shinobi via cronjob in more logical way
2020-01-25 05:17:58 +00:00
Moe
103c543a0e
fix tensorflow INSTALL.sh order of operations
2020-01-23 14:14:23 -08:00
Moe
4f3003d754
Jetson Nano headless script fix network reset
2020-01-23 14:14:06 -08:00
Moe
fe2d22a78a
Merge branch 'patch-5' into 'dev'
...
There are 1048576 bytes in a mebibyte, not 1000000. Fixes physical RAM display...
See merge request Shinobi-Systems/Shinobi!152
2020-01-23 21:53:27 +00:00
Jordan Geoghegan
1f592d38da
There are 1048576 bytes in a mebibyte, not 1000000. Fixes physical RAM display in dashboard. Tested on OpenBSD and Alpine Linux
2020-01-23 21:48:20 +00:00
Moe
ef9e3af8a3
Merge branch 'patch-3' into 'dev'
...
There are 1048576 bytes in a mebibyte, not 1000000. Fixes physical RAM display in dashboard.
See merge request Shinobi-Systems/Shinobi!149
2020-01-23 21:39:55 +00:00
Moe
5605e29d69
Merge branch 'patch-5' into 'dev'
...
Improve Linux CPU usage monitoring. Add support for Busybox based distros....
See merge request Shinobi-Systems/Shinobi!151
2020-01-23 21:38:24 +00:00
Moe
9cb9a72afa
add notice for missing database in super user panel
2020-01-21 09:54:18 -08:00
Jordan Geoghegan
5a3bf96845
Improve Linux CPU usage monitoring. Add support for Busybox based distros. Tested on Ubuntu, CentOS and Alpine Linux.
...
Required as part of ongoing work to officially support Alpine Linux
2020-01-21 08:09:04 +00:00
Jordan Geoghegan
68bc043051
There are 1048576 bytes in a mebibyte, not 1000000. Fixes physical RAM display in dashboard.
...
Tested on OpenBSD and Alpine Linux
2020-01-21 02:24:46 +00:00
Moe
5f0ed0a486
fix zombie process with SIGTERM event
2020-01-20 12:39:17 -08:00
Moe
b7f234a086
snapCmd path fix
2020-01-20 12:38:44 -08:00
Moe
2cbf51645b
Allow choosing CPU or GPU for TensorFlow plugin
...
- "tfjsBuild" option can be added to TensorFlow conf.json. Values are "cpu" and "gpu"
+ update TensorFlow plugin installer
+ clean up code a little
2020-01-20 08:30:31 -08:00