diff --git a/resources/views/admin/diagnostics/home.blade.php b/resources/views/admin/diagnostics/home.blade.php index a9aa38474..75831fc95 100644 --- a/resources/views/admin/diagnostics/home.blade.php +++ b/resources/views/admin/diagnostics/home.blade.php @@ -58,15 +58,15 @@
  • ACTIVITYPUB instance actor created: - {{ \App\Models\InstanceActor::count() ? '✅' : '❌' }} + {{ \App\Models\InstanceActor::count() ? '✅ true' : '❌ false' }}
  • ACTIVITYPUB instance actor cached: - {{ Cache::get(\App\Models\InstanceActor::PROFILE_KEY) ? '✅' : '❌' }} + {{ Cache::get(\App\Models\InstanceActor::PROFILE_KEY) ? '✅ true' : '❌ false' }}
  • OAUTH enabled: - {{ config_cache('pixelfed.oauth_enabled') ? '✅' : '❌' }} + {{ config_cache('pixelfed.oauth_enabled') ? '✅ true' : '❌ false' }}
  • OAUTH token_expiration @@ -74,11 +74,11 @@
  • OAUTH public key exists: - {{ file_exists(storage_path('oauth-public.key')) ? '✅' : '❌' }} + {{ file_exists(storage_path('oauth-public.key')) ? '✅ true' : '❌ false' }}
  • OAUTH private key exists: - {{ file_exists(storage_path('oauth-private.key')) ? '✅' : '❌' }} + {{ file_exists(storage_path('oauth-private.key')) ? '✅ true' : '❌ false' }}

  • @@ -153,11 +153,43 @@ PHP INI max_input_time: {{ ini_get('max_input_time') }} -
  • - PHP INI file_uploads: - {{ ini_get('file_uploads') ? '✅' : '❌' }} -
  • +
  • + PHP INI file_uploads (On): + {{ ini_get('file_uploads') }} +
  • +
  • + PHP INI - Security allow_url_fopen (true): + {{ ini_get('allow_url_fopen') }} +
  • +
  • + PHP INI - Security allow_url_include (false): + {{ ini_get('allow_url_include') }} +
  • +
  • + PHP INI - Security expose_php (false): + {{ ini_get('expose_php') }} +
  • +
  • + PHP INI - Security display_errors (false): + {{ ini_get('display_errors') }} +
  • +
  • + PHP INI - Security display_startup_errors (false): + {{ ini_get('display_startup_errors') }} +
  • +
  • + PHP INI - Security log_errors (true): + {{ ini_get('log_errors') }} +
  • +
  • + PHP INI - Security ignore_repeated_errors (false): + {{ ini_get('ignore_repeated_errors') }} +
  • +
  • + PHP INI - Security disable_functions: + {{ ini_get('disable_functions') }} +

  • @@ -328,6 +360,11 @@ PF_NETWORK_TIMELINE {{config_cache('federation.network_timeline') ? '✅ true' : '❌ false' }} + + FEDERATION + PF_NETWORK_TIMELINE_DAYS_FALLOFF + {{config('federation.network_timeline_days_falloff') }} + FEDERATION CUSTOM_EMOJI @@ -453,6 +490,23 @@ INSTANCE_PUBLIC_LOCAL_TIMELINE {{config_cache('instance.timeline.local.is_public') ? '✅ true' : '❌ false' }} + + + INSTANCE + INSTANCE_NETWORK_TIMELINE_CACHED + {{config('instance.timeline.network.cached') }} + + + INSTANCE + INSTANCE_NETWORK_TIMELINE_CACHE_DROPOFF + {{config('instance.timeline.network.cache_dropoff') }} + + + INSTANCE + INSTANCE_NETWORK_TIMELINE_CACHE_MAX_HOUR_INGEST + {{config('instance.timeline.network.max_hours_old') }} + + INSTANCE PAGE_404_HEADER