File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
33echo " API bootstrap script startup"
4+ echo " IOTstack Template Path: "
5+ echo " IOTstack Template Services: $( ls /usr/iotstack_api/templates/services/ | wc -l) "
6+ echo " IOTstack Template Networks: $( ls /usr/iotstack_api/templates/networks/ | wc -l) "
7+ echo " IOTstack Template Scripts: $( ls /usr/iotstack_api/templates/scripts/ | wc -l) "
48
59if [[ $IOTENV == " development" || " $1 " = " development" ]]; then
610 echo " Starting API in development mode"
Original file line number Diff line number Diff line change 7575 " node-red-contrib-tf-function" ,
7676 " node-red-contrib-tf-model" ,
7777 " node-red-contrib-post-object-detection" ,
78- " node-red-contrib-bert-tokenizer"
78+ " node-red-contrib-bert-tokenizer" ,
79+ " node-red-contrib-redis"
7980 ]
8081 }
8182 }
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ const pihole = () => {
4747 retr . getMeta = ( ) => {
4848 return {
4949 serviceName, // Required
50- displayName : 'Redis (Untested) ' ,
50+ displayName : 'Redis' ,
5151 serviceTypeTags : [ 'database' , 'cache' ] ,
5252 iconUri : '/logos/redis.png'
5353 } ;
You can’t perform that action at this time.
0 commit comments