mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
commit
730ada875f
3 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
location / {
|
location / {
|
||||||
rewrite ^/$ $1/{{ iiab_home_url }};
|
rewrite ^/$ $1{{ iiab_home_url }};
|
||||||
}
|
}
|
||||||
|
|
||||||
location /usb {
|
location /usb {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
- name: FAIL (STOP INSTALLING) IF nodejs_version is not set to 10.x
|
- name: FAIL (STOP INSTALLING) IF nodejs_version is not set to 12.x
|
||||||
fail:
|
fail:
|
||||||
msg: "Sugarizer install cannot proceed, as it currently requires Node.js 10.x, and your nodejs_version is set to {{ nodejs_version }}. Please check the value of nodejs_version in /opt/iiab/iiab/vars/default_vars.yml and possibly also /etc/iiab/local_vars.yml"
|
msg: "Sugarizer install cannot proceed, as it currently requires Node.js 12.x, and your nodejs_version is set to {{ nodejs_version }}. Please check the value of nodejs_version in /opt/iiab/iiab/vars/default_vars.yml and possibly also /etc/iiab/local_vars.yml"
|
||||||
when: sugarizer_install and (nodejs_version != "10.x")
|
when: sugarizer_install and (nodejs_version != "12.x")
|
||||||
|
|
||||||
|
|
||||||
# 1. DOWNLOAD+LINK /opt/iiab/sugarizer
|
# 1. DOWNLOAD+LINK /opt/iiab/sugarizer
|
||||||
|
|
|
@ -369,7 +369,7 @@ mosquitto_port: 1883
|
||||||
|
|
||||||
# Node.js version used by roles/nodejs/tasks/main.yml for 3 roles:
|
# Node.js version used by roles/nodejs/tasks/main.yml for 3 roles:
|
||||||
# nodered (Node-RED), pbx (Asterix, FreePBX) & sugarizer (Sugarizer)
|
# nodered (Node-RED), pbx (Asterix, FreePBX) & sugarizer (Sugarizer)
|
||||||
nodejs_version: 10.x # was 8.x until 2019-02-02
|
nodejs_version: 12.x # was 8.x until 2019-02-02, was 10.x until 2019-12-21
|
||||||
|
|
||||||
# Flow-based visual programming for wiring together IoT hardware devices etc
|
# Flow-based visual programming for wiring together IoT hardware devices etc
|
||||||
nodered_install: False
|
nodered_install: False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue