diff --git a/pages/01.administrate/05.install/02.findinglocalip/finding_the_local_ip.md b/pages/01.administrate/05.install/02.findinglocalip/finding_the_local_ip.md index 1da5bf22..b18a0140 100644 --- a/pages/01.administrate/05.install/02.findinglocalip/finding_the_local_ip.md +++ b/pages/01.administrate/05.install/02.findinglocalip/finding_the_local_ip.md @@ -13,6 +13,7 @@ The local IP is the address used to refer to your server inside the local networ Any of these tricks should allow you to find the local IP of your server: +- Use the [AngryIP](https://angryip.org/download/) software - Connect to your internet box / router interface to list the machines connected, or check the logs; - If you're using Linux, you can open a terminal and use `sudo arp-scan --local` to list the IP on your local network (this may also work in Windows); - If the `arp-scan` command displays a confusing number of devices, you can check which ones are open to SSH with `nmap -p 22 192.168.1.0/24` to sort them out (adapt the IP range to your local network) diff --git a/pages/01.administrate/05.install/install.md b/pages/01.administrate/05.install/install.md index fbf5651c..89c3297c 100644 --- a/pages/01.administrate/05.install/install.md +++ b/pages/01.administrate/05.install/install.md @@ -27,7 +27,7 @@ routes: - '/boot_and_graphical_install' - '/postinstall' --- -{% set image_name = 'YunoHost' %} +{% set image_type = 'YunoHost' %} {% set arm, at_home, regular, rpi2plus, rpi1, rpi0, arm_sup, arm_unsup, vps, vps_debian, vps_ynh, virtualbox, internetcube, docker = false, false, false, false, false, false, false, false, false, false, false, false, false, false %} {% set hardware = uri.param('hardware') %} {% if hardware == '' %} @@ -217,6 +217,14 @@ Here are some VPS providers supporting YunoHost natively : {% if virtualbox %} !!! If your host OS is 32 bits, be sure to download the 32-bit image. +{% elseif arm_unsup %} +