mirror of
https://github.com/YunoHost-Apps/nodered_ynh.git
synced 2024-09-03 19:46:25 +02:00
commit
e37a6a89c6
7 changed files with 14 additions and 14 deletions
|
@ -28,7 +28,7 @@ It provides a browser-based editor that makes it easy to wire together flows usi
|
||||||
|
|
||||||
### Override the default settings
|
### Override the default settings
|
||||||
|
|
||||||
From the installation directory, go edit the `data/settings.user.js`. For example:
|
From the installation directory, go edit the `/opt/yunohost/nodered/data/settings.user.js`. For example:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
module.exports = (defaultSettings) => ({
|
module.exports = (defaultSettings) => ({
|
||||||
|
@ -43,10 +43,10 @@ logging: { // replace the default logging option ...defaultSettings.logging, //
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
You can check the default settings Yunohost generates at `data/settings.js` and find the documentation for configuring Node-RED here: https://nodered.org/docs/user-guide/runtime/configuration
|
You can check the default settings Yunohost generates at `/opt/yunohost/nodered/data/settings.js` and find the documentation for configuring Node-RED here: https://nodered.org/docs/user-guide/runtime/configuration
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 2.2.0~ynh1
|
**Shipped version:** 2.2.2~ynh1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@ Il propose un éditeur accessible dans le navigateur, qui facilite l'ébauche de
|
||||||
|
|
||||||
### Surcharger la configuration par défaut
|
### Surcharger la configuration par défaut
|
||||||
|
|
||||||
Depuis le répertoire d'installation, éditer le fichier `data/settings.user.js`. Par exemple
|
Depuis le répertoire d'installation, éditer le fichier `/opt/yunohost/nodered/data/settings.user.js`. Par exemple
|
||||||
|
|
||||||
```js
|
```js
|
||||||
module.exports = (defaultSettings) => ({
|
module.exports = (defaultSettings) => ({
|
||||||
|
@ -42,10 +42,10 @@ module.exports = (defaultSettings) => ({
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
Vous pouvez consulter les paramètres par défaut générez par Yunohost dans `data/settings.js` et trouver la documentation pour configurer Node-RED ici: https://nodered.org/docs/user-guide/runtime/configuration
|
Vous pouvez consulter les paramètres par défaut générez par Yunohost dans `/opt/yunohost/nodered/data/settings.js` et trouver la documentation pour configurer Node-RED ici: https://nodered.org/docs/user-guide/runtime/configuration
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 2.2.0~ynh1
|
**Version incluse :** 2.2.2~ynh1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/node-red/node-red/releases/download/2.2.0/node-red-2.2.0.zip
|
SOURCE_URL=https://github.com/node-red/node-red/releases/download/2.2.2/node-red-2.2.2.zip
|
||||||
SOURCE_SUM=2dc96a2506b032dd3caf6452e384f2017d48061f05ddc50f731e2f856b27bfbb
|
SOURCE_SUM=22be0fa68ed1e4bac24aed89d943c67e8d8fb5a20bcd94ee6a304224b8ebe9bd
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -19,7 +19,7 @@ StandardError=inherit
|
||||||
NoNewPrivileges=yes
|
NoNewPrivileges=yes
|
||||||
PrivateTmp=yes
|
PrivateTmp=yes
|
||||||
PrivateDevices=yes
|
PrivateDevices=yes
|
||||||
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
|
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 AF_NETLINK
|
||||||
RestrictNamespaces=yes
|
RestrictNamespaces=yes
|
||||||
RestrictRealtime=yes
|
RestrictRealtime=yes
|
||||||
DevicePolicy=closed
|
DevicePolicy=closed
|
||||||
|
|
|
@ -11,7 +11,7 @@ It provides a browser-based editor that makes it easy to wire together flows usi
|
||||||
|
|
||||||
### Override the default settings
|
### Override the default settings
|
||||||
|
|
||||||
From the installation directory, go edit the `data/settings.user.js`. For example:
|
From the installation directory, go edit the `/opt/yunohost/nodered/data/settings.user.js`. For example:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
module.exports = (defaultSettings) => ({
|
module.exports = (defaultSettings) => ({
|
||||||
|
@ -26,4 +26,4 @@ logging: { // replace the default logging option ...defaultSettings.logging, //
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
You can check the default settings Yunohost generates at `data/settings.js` and find the documentation for configuring Node-RED here: https://nodered.org/docs/user-guide/runtime/configuration
|
You can check the default settings Yunohost generates at `/opt/yunohost/nodered/data/settings.js` and find the documentation for configuring Node-RED here: https://nodered.org/docs/user-guide/runtime/configuration
|
||||||
|
|
|
@ -12,7 +12,7 @@ Il propose un éditeur accessible dans le navigateur, qui facilite l'ébauche de
|
||||||
|
|
||||||
### Surcharger la configuration par défaut
|
### Surcharger la configuration par défaut
|
||||||
|
|
||||||
Depuis le répertoire d'installation, éditer le fichier `data/settings.user.js`. Par exemple
|
Depuis le répertoire d'installation, éditer le fichier `/opt/yunohost/nodered/data/settings.user.js`. Par exemple
|
||||||
|
|
||||||
```js
|
```js
|
||||||
module.exports = (defaultSettings) => ({
|
module.exports = (defaultSettings) => ({
|
||||||
|
@ -29,4 +29,4 @@ module.exports = (defaultSettings) => ({
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
Vous pouvez consulter les paramètres par défaut générez par Yunohost dans `data/settings.js` et trouver la documentation pour configurer Node-RED ici: https://nodered.org/docs/user-guide/runtime/configuration
|
Vous pouvez consulter les paramètres par défaut générez par Yunohost dans `/opt/yunohost/nodered/data/settings.js` et trouver la documentation pour configurer Node-RED ici: https://nodered.org/docs/user-guide/runtime/configuration
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Flow-based programming for the Internet of Things",
|
"en": "Flow-based programming for the Internet of Things",
|
||||||
"fr": "Programmation par flux de données pour l'Internet des objets"
|
"fr": "Programmation par flux de données pour l'Internet des objets"
|
||||||
},
|
},
|
||||||
"version": "2.2.0~ynh1",
|
"version": "2.2.2~ynh1",
|
||||||
"url": "https://nodered.org",
|
"url": "https://nodered.org",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue