From bd249ccd1bf3189e8743565fa400979900410b99 Mon Sep 17 00:00:00 2001 From: Oliphant Date: Thu, 11 May 2023 20:08:18 +0000 Subject: [PATCH] add config file edit option --- RUNNING.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/RUNNING.md b/RUNNING.md index 308f5c9..17758b1 100644 --- a/RUNNING.md +++ b/RUNNING.md @@ -53,7 +53,14 @@ PULLCONFIG="/opt/fediblockhole/config/pull.conf.toml" # default, pull sources WI #PULLCONFIG="/opt/fediblockhole/config/pull.all.conf.toml" # pull down all sources WITH public_description ``` -comment out the first line and uncomment the second. Then run `.fedisync.sh` as normal. The resulting files will have public_comment populated. +Comment out the first line and uncomment the second. Then run `fedisync.sh` as normal. The resulting files will have public_comment populated. + +Alternately, edit `pull.conf.toml` as follows to uncomment the 'public_comment' row: + +``` +#import_fields = ['reject_media', 'reject_reports', 'obfuscate'] +import_fields = ['public_comment', 'reject_media', 'reject_reports', 'obfuscate'] +``` ## Pushing to Your Own Server If you want to push these blocks to your own server, that's an option, too.