feat: option to refresh proxy by cron syntax, update readme

This commit is contained in:
Benjamin Nussbaum 2025-03-07 13:46:01 +01:00
parent fa85c82010
commit d400704d14
3 changed files with 9 additions and 3 deletions

View file

@ -38,6 +38,7 @@ return [
'trmnl' => [
'proxy_base_url' => env('TRMNL_PROXY_BASE_URL', 'https://trmnl.app'),
'proxy_refresh_minutes' => env('TRMNL_PROXY_REFRESH_MINUTES', 15),
'proxy_refresh_cron' => env('TRMNL_PROXY_REFRESH_CRON'),
'override_orig_icon' => env('TRMNL_OVERRIDE_ORIG_ICON', false),
],