Release v1.6.1 (#2244)

Co-authored-by: Alex Justesen <1144087+alexjustesen@users.noreply.github.com>
This commit is contained in:
Alex Justesen
2025-06-12 07:56:33 -04:00
committed by GitHub
parent 3a525dc249
commit c0bf0859dd
+10 -6
View File
@@ -3,15 +3,13 @@
use Carbon\Carbon;
return [
'build_date' => Carbon::parse('2025-05-19'),
'build_version' => 'v1.6.0',
/**
* General settings.
*/
'allowed_ips' => env('ALLOWED_IPS'),
'build_date' => Carbon::parse('2025-06-12'),
'build_version' => 'v1.6.1',
'content_width' => env('CONTENT_WIDTH', '7xl'),
@@ -19,6 +17,7 @@ return [
'public_dashboard' => env('PUBLIC_DASHBOARD', false),
/**
* Speedtest settings.
*/
@@ -32,11 +31,16 @@ return [
'checkinternet_url' => env('SPEEDTEST_CHECKINTERNET_URL', 'https://icanhazip.com'),
/**
* IP filtering settings.
*/
'allowed_ips' => env('ALLOWED_IPS'),
'skip_ips' => env('SPEEDTEST_SKIP_IPS', ''),
/**
* Threshold settings.
*/