From 4965cd8a55275be875e8ee8b8f3bd6945aa207fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?s=C3=B8renpeter?= Date: Sun, 23 Feb 2025 08:59:37 +0100 Subject: [PATCH] Test if media_upload is set, and halt if not --- private/config_template.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/private/config_template.ini b/private/config_template.ini index 1f859f1..f0bafd9 100644 --- a/private/config_template.ini +++ b/private/config_template.ini @@ -24,8 +24,8 @@ site_title = "Timeline" txt_file_path = "twtxt.txt" ; Path to folder where you want to upload images for your posts -media_upload = "../twtxt" -public_media = "https://darch.dk/twtxt" +media_upload = "../media" +public_media = "https://example.com/timeline/media" ; Full URL for your public twtxt.txt file public_txt_url = "https://example.com/timeline/twtxt.txt"