From cf5d2e9ccfb819f9316dae482abd7f824e29461c Mon Sep 17 00:00:00 2001 From: girst Date: Sat, 27 Jun 2020 21:01:58 +0200 Subject: [PATCH] move upstream repo gitea is overkill; gitweb works fine. --- config/config.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.ini b/config/config.ini index 8867b5c..aa8d3e7 100644 --- a/config/config.ini +++ b/config/config.ini @@ -6,7 +6,7 @@ database = /opt/yt/subscriptions.sqlite # this secures the cookies and csrf tokens of the frontend. secret_key = # a message to show anonymous users when they navigate to /. note that you may not put newlines in it, as the perl ini parser can't handle them. -welcome_message = This is the test instance of unnamed-youtube-frontend. Contributors welcome! +welcome_message = This is the test instance of unnamed-youtube-frontend. Contributors welcome! # 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. modules = invidious,youtube,reddit -- 2.39.3