From 4c2405ec10ee7bf3e05aa54995be8d83962ca17e Mon Sep 17 00:00:00 2001 From: girst Date: Fri, 15 Oct 2021 04:42:48 +0200 Subject: [PATCH] enable proxy by default --- config/config.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/config.ini b/config/config.ini index 139edb3..89db0b4 100644 --- a/config/config.ini +++ b/config/config.ini @@ -19,10 +19,10 @@ welcome_message =

Welcome to subscriptions.gir.st

# comma seperated list of blueprints to load. you may put your own blueprints # in a subdirectory of app/ and list them here. modules mentioned first will -# shadow routes of those mentioned last. the 'proxy' endpoint is disabled by -# default. if you run webhooks on a different server/port, you can disable it -# here (although it doesn't hurt). -modules = browse,youtube,webhooks,reddit +# shadow routes of those mentioned last. the 'proxy' endpoint can be disabled +# to conserve bandwidth. if you run webhooks on a different server/port, you +# can disable it here (although it doesn't hurt). +modules = browse,youtube,webhooks,proxy,reddit [webhooks] # public url of your webhook server without "/websub/v1/"... (this is probably -- 2.39.3