diff --git a/README.md b/README.md index b2b906b..57d0276 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Add plugins to Node-RED, like [Home-Assistant](https://github.com/YunoHost-Apps/ ## Documentation - * Official documentation: https://nodered.org/docs/ +* Official documentation: https://nodered.org/docs/ ## YunoHost specific features @@ -38,8 +38,8 @@ Since Node-Red can handle sensitive automation, the app is always installed in p #### Multi-users support -Are LDAP and HTTP auth supported? **No** -Can the app be used by multiple users? **No** +* Are LDAP and HTTP auth supported? **No** +* Can the app be used by multiple users? **No** #### Supported architectures diff --git a/README_fr.md b/README_fr.md index b3f291d..fba4945 100644 --- a/README_fr.md +++ b/README_fr.md @@ -28,7 +28,7 @@ La configuration, et l'installation de plugins tels que pour [Home-Assistant](ht ## Documentation - * Documentation officielle : https://nodered.org/docs/ +* Documentation officielle : https://nodered.org/docs/ ## Caractéristiques spécifiques YunoHost diff --git a/scripts/install b/scripts/install index b9bb4b1..6234369 100755 --- a/scripts/install +++ b/scripts/install @@ -53,7 +53,7 @@ ynh_app_setting_set --app=$app --key=path --value=$path_url ynh_script_progression --message="Configuring firewall..." --weight=1 # Find a free port -port=$(ynh_find_port --port=8095) +port=$(ynh_find_port --port=1880) # Open this port ynh_exec_warn_less yunohost firewall allow --no-upnp TCP $port ynh_app_setting_set --app=$app --key=port --value=$port