mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 20:20:34 +09:00
Initial start of replacing apps list to use github generated list
This commit is contained in:
@@ -107,7 +107,8 @@ abstract class SupportedApps
|
||||
|
||||
public static function getList()
|
||||
{
|
||||
$list_url = 'https://apps.heimdall.site/list';
|
||||
// $list_url = 'https://apps.heimdall.site/list';
|
||||
$list_url = 'https://appslist.heimdall.site/list.json';
|
||||
$client = new Client(['http_errors' => false, 'timeout' => 15, 'connect_timeout' => 15]);
|
||||
return $client->request('GET', $list_url);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user