From 43a89a17462ff704ea0f621d1e3f1e06e4705151 Mon Sep 17 00:00:00 2001 From: stemy2 Date: Mon, 3 Feb 2025 22:44:14 +0000 Subject: [PATCH] Update .env.example Adding the parameter INSTANCE_DISCOVER_PUBLIC="true" to prevent a HTTP 403 error at the explorer tab in the instance preview. --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index 79ce65337..959c00e9f 100644 --- a/.env.example +++ b/.env.example @@ -9,6 +9,7 @@ ENFORCE_EMAIL_VERIFICATION="false" PF_MAX_USERS="1000" OAUTH_ENABLED="true" ENABLE_CONFIG_CACHE=true +INSTANCE_DISCOVER_PUBLIC="true" # Media Configuration PF_OPTIMIZE_IMAGES="true"