kopia lustrzana https://github.com/pixelfed/pixelfed
Update .env.example
Adding the parameter INSTANCE_DISCOVER_PUBLIC="true" to prevent a HTTP 403 error at the explorer tab in the instance preview.pull/5669/head
rodzic
92ce41ce18
commit
43a89a1746
|
|
@ -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"
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue