mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
install: stop advertising the internet cube and LIME1/LIME2 images, they are outdated as hell, we don't have manpower to maintain those build
This commit is contained in:
parent
eb3b788c08
commit
2bc45a7f48
2 changed files with 18 additions and 6 deletions
|
@ -29,7 +29,7 @@ routes:
|
||||||
- '/hardware'
|
- '/hardware'
|
||||||
---
|
---
|
||||||
{% set image_type = '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 arm, at_home, regular, rpi2plus, rpi1, rpi0, show_legacy_arm_menu, 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, false %}
|
||||||
{% set hardware = uri.param('hardware') %}
|
{% set hardware = uri.param('hardware') %}
|
||||||
|
|
||||||
{% if hardware == 'regular' %}
|
{% if hardware == 'regular' %}
|
||||||
|
@ -37,6 +37,7 @@ routes:
|
||||||
{% elseif hardware == 'internetcube' %}
|
{% elseif hardware == 'internetcube' %}
|
||||||
{% set arm, arm_sup, internetcube = true, true, true %}
|
{% set arm, arm_sup, internetcube = true, true, true %}
|
||||||
{% set image_type = 'La Brique Internet' %}
|
{% set image_type = 'La Brique Internet' %}
|
||||||
|
{% set show_legacy_arm_menu = true %}
|
||||||
{% elseif hardware == 'rpi2plus' %}
|
{% elseif hardware == 'rpi2plus' %}
|
||||||
{% set arm, rpi2plus = true, true %}
|
{% set arm, rpi2plus = true, true %}
|
||||||
{% elseif hardware == 'rpi1' %}
|
{% elseif hardware == 'rpi1' %}
|
||||||
|
@ -45,8 +46,13 @@ routes:
|
||||||
{% set arm, rpi0 = true, true %}
|
{% set arm, rpi0 = true, true %}
|
||||||
{% elseif hardware == 'arm_sup' %}
|
{% elseif hardware == 'arm_sup' %}
|
||||||
{% set arm, arm_sup = true, true %}
|
{% set arm, arm_sup = true, true %}
|
||||||
|
{% set show_legacy_arm_menu = true %}
|
||||||
|
{% elseif hardware == 'arm' %}
|
||||||
|
{% set arm, arm_unsup = true, true %}
|
||||||
|
{% set image_type = 'Armbian' %}
|
||||||
{% elseif hardware == 'arm_unsup' %}
|
{% elseif hardware == 'arm_unsup' %}
|
||||||
{% set arm, arm_unsup = true, true %}
|
{% set arm, arm_unsup = true, true %}
|
||||||
|
{% set show_legacy_arm_menu = true %}
|
||||||
{% set image_type = 'Armbian' %}
|
{% set image_type = 'Armbian' %}
|
||||||
{% elseif hardware == 'vps_debian' %}
|
{% elseif hardware == 'vps_debian' %}
|
||||||
{% set vps, vps_debian = true, true %}
|
{% set vps, vps_debian = true, true %}
|
||||||
|
@ -74,7 +80,7 @@ Sélectionnez le matériel sur lequel vous souhaitez installer YunoHost :
|
||||||
[/div]
|
[/div]
|
||||||
|
|
||||||
[div class="flex-child hardware{%if arm_sup or arm_unsup or internetcube %} active{% endif %}"]
|
[div class="flex-child hardware{%if arm_sup or arm_unsup or internetcube %} active{% endif %}"]
|
||||||
[[figure caption="Carte ARM"][/figure]](/install/hardware:arm_sup)
|
[[figure caption="Carte ARM"][/figure]](/install/hardware:arm)
|
||||||
[/div]
|
[/div]
|
||||||
|
|
||||||
[div class="flex-child hardware{%if regular %} active{% endif %}"]
|
[div class="flex-child hardware{%if regular %} active{% endif %}"]
|
||||||
|
@ -100,7 +106,7 @@ Sélectionnez le matériel sur lequel vous souhaitez installer YunoHost :
|
||||||
[div class="flex-child hardware{%if rpi0 %} active{% endif %}"]
|
[div class="flex-child hardware{%if rpi0 %} active{% endif %}"]
|
||||||
[[figure caption="Raspberry Pi zero"][/figure]](/install/hardware:rpi0)
|
[[figure caption="Raspberry Pi zero"][/figure]](/install/hardware:rpi0)
|
||||||
[/div]
|
[/div]
|
||||||
{% elseif arm_sup or arm_unsup or internetcube %}
|
{% elseif show_legacy_arm_menu %}
|
||||||
|
|
||||||
[div class="flex-child hardware{%if internetcube %} active{% endif %}"]
|
[div class="flex-child hardware{%if internetcube %} active{% endif %}"]
|
||||||
[[figure caption="La Brique Internet avec un VPN"][/figure]](/install/hardware:internetcube)
|
[[figure caption="La Brique Internet avec un VPN"][/figure]](/install/hardware:internetcube)
|
||||||
|
|
|
@ -29,7 +29,7 @@ routes:
|
||||||
- '/hardware'
|
- '/hardware'
|
||||||
---
|
---
|
||||||
{% set image_type = 'YunoHost' %}
|
{% set image_type = 'YunoHost' %}
|
||||||
{% set arm, at_home, regular, rpi2plus, rpi1, rpi0, arm_sup, arm_unsup, vps, vps_debian, vps_ynh, virtualbox, wsl, internetcube, docker = false, false, false, false, false, false, false, false, false, false, false, false, false, false, false %}
|
{% set arm, at_home, regular, rpi2plus, rpi1, rpi0, show_legacy_arm_menu, arm_sup, arm_unsup, vps, vps_debian, vps_ynh, virtualbox, wsl, internetcube, docker = false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false %}
|
||||||
{% set hardware = uri.param('hardware') %}
|
{% set hardware = uri.param('hardware') %}
|
||||||
|
|
||||||
{% if hardware == 'regular' %}
|
{% if hardware == 'regular' %}
|
||||||
|
@ -37,6 +37,7 @@ routes:
|
||||||
{% elseif hardware == 'internetcube' %}
|
{% elseif hardware == 'internetcube' %}
|
||||||
{% set arm, arm_sup, internetcube = true, true, true %}
|
{% set arm, arm_sup, internetcube = true, true, true %}
|
||||||
{% set image_type = 'Internet Cube' %}
|
{% set image_type = 'Internet Cube' %}
|
||||||
|
{% set show_legacy_arm_menu = true %}
|
||||||
{% elseif hardware == 'rpi2plus' %}
|
{% elseif hardware == 'rpi2plus' %}
|
||||||
{% set arm, rpi2plus = true, true %}
|
{% set arm, rpi2plus = true, true %}
|
||||||
{% elseif hardware == 'rpi1' %}
|
{% elseif hardware == 'rpi1' %}
|
||||||
|
@ -45,8 +46,13 @@ routes:
|
||||||
{% set arm, rpi0 = true, true %}
|
{% set arm, rpi0 = true, true %}
|
||||||
{% elseif hardware == 'arm_sup' %}
|
{% elseif hardware == 'arm_sup' %}
|
||||||
{% set arm, arm_sup = true, true %}
|
{% set arm, arm_sup = true, true %}
|
||||||
|
{% set show_legacy_arm_menu = true %}
|
||||||
|
{% elseif hardware == 'arm' %}
|
||||||
|
{% set arm, arm_unsup = true, true %}
|
||||||
|
{% set image_type = 'Armbian' %}
|
||||||
{% elseif hardware == 'arm_unsup' %}
|
{% elseif hardware == 'arm_unsup' %}
|
||||||
{% set arm, arm_unsup = true, true %}
|
{% set arm, arm_unsup = true, true %}
|
||||||
|
{% set show_legacy_arm_menu = true %}
|
||||||
{% set image_type = 'Armbian' %}
|
{% set image_type = 'Armbian' %}
|
||||||
{% elseif hardware == 'vps_debian' %}
|
{% elseif hardware == 'vps_debian' %}
|
||||||
{% set vps, vps_debian = true, true %}
|
{% set vps, vps_debian = true, true %}
|
||||||
|
@ -76,7 +82,7 @@ Select the hardware on which you want install YunoHost :
|
||||||
[/div]
|
[/div]
|
||||||
|
|
||||||
[div class="flex-child hardware{%if arm_sup or arm_unsup or internetcube %} active{% endif %}"]
|
[div class="flex-child hardware{%if arm_sup or arm_unsup or internetcube %} active{% endif %}"]
|
||||||
[[figure caption="ARM board"][/figure]](/install/hardware:arm_sup)
|
[[figure caption="ARM board"][/figure]](/install/hardware:arm)
|
||||||
[/div]
|
[/div]
|
||||||
|
|
||||||
[div class="flex-child hardware{%if regular %} active{% endif %}"]
|
[div class="flex-child hardware{%if regular %} active{% endif %}"]
|
||||||
|
@ -106,7 +112,7 @@ Select the hardware on which you want install YunoHost :
|
||||||
[div class="flex-child hardware{%if rpi0 %} active{% endif %}"]
|
[div class="flex-child hardware{%if rpi0 %} active{% endif %}"]
|
||||||
[[figure caption="Raspberry Pi zero"][/figure]](/install/hardware:rpi0)
|
[[figure caption="Raspberry Pi zero"][/figure]](/install/hardware:rpi0)
|
||||||
[/div]
|
[/div]
|
||||||
{% elseif arm_sup or arm_unsup or internetcube %}
|
{% elseif show_legacy_arm_menu %}
|
||||||
|
|
||||||
[div class="flex-child hardware{%if internetcube %} active{% endif %}"]
|
[div class="flex-child hardware{%if internetcube %} active{% endif %}"]
|
||||||
[[figure caption="Internet cube With VPN"][/figure]](/install/hardware:internetcube)
|
[[figure caption="Internet cube With VPN"][/figure]](/install/hardware:internetcube)
|
||||||
|
|
Loading…
Add table
Reference in a new issue