From fe87ae3c5b814b7443db0f3ca152ae2bbed14589 Mon Sep 17 00:00:00 2001 From: Ryan He <204075+ryanho@users.noreply.github.com> Date: Thu, 7 Dec 2023 10:10:01 +0800 Subject: [PATCH] Update docker_example.yml Add descriptions for "MeiliSearch" and "allowedPrivateNetworks" --- .config/docker_example.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.config/docker_example.yml b/.config/docker_example.yml index 2921746295..d1534486d3 100644 --- a/.config/docker_example.yml +++ b/.config/docker_example.yml @@ -106,12 +106,16 @@ redis: # ┌───────────────────────────┐ #───┘ MeiliSearch configuration └───────────────────────────── +# You can set scope to local (default value) or global +# (include notes from remote). + #meilisearch: # host: meilisearch # port: 7700 # apiKey: '' # ssl: true # index: '' +# scope: local # ┌───────────────┐ #───┘ ID generation └─────────────────────────────────────────── @@ -180,6 +184,9 @@ proxyRemoteFiles: true # Sign to ActivityPub GET request (default: true) signToActivityPubGet: true +# For security reasons, uploading attachments from the intranet is prohibited, +# but exceptions can be made from the following settings. Default value is "undefined". +# Read changelog to learn more (Improvements of 12.90.0 (2021/09/04)). #allowedPrivateNetworks: [ # '127.0.0.1/32' #]