mirror of
https://github.com/unraid/webgui.git
synced 2026-04-22 10:08:25 -05:00
VM Manager: add LibreELEC to the template list
This commit is contained in:
@@ -170,6 +170,11 @@
|
||||
|
||||
' Pre-packaged ' => '', /* Pre-built Header */
|
||||
|
||||
'LibreELEC' => [
|
||||
'form' => 'LibreELEC.form.php',
|
||||
'icon' => 'libreelec.png'
|
||||
],
|
||||
|
||||
'OpenELEC' => [
|
||||
'form' => 'OpenELEC.form.php',
|
||||
'icon' => 'openelec.png'
|
||||
@@ -300,6 +305,18 @@
|
||||
];
|
||||
|
||||
|
||||
$arrLibreELECVersions = [
|
||||
'7.0.1_1' => [
|
||||
'name' => '7.0.1',
|
||||
'url' => 'https://s3.amazonaws.com/dnld.lime-technology.com/images/LibreELEC/LibreELEC-unRAID.x86_64-7.0.1_1.tar.xz',
|
||||
'size' => 209748564,
|
||||
'md5' => 'c1e8def2ffb26a355e7cc598311697f6',
|
||||
'localpath' => '',
|
||||
'valid' => '0'
|
||||
]
|
||||
];
|
||||
|
||||
|
||||
$virtio_isos = [
|
||||
'virtio-win-0.1.113-1' => [
|
||||
'name' => 'virtio-win-0.1.113-1.iso',
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
Reference in New Issue
Block a user