From e338e58f700b35deff947908bab7af376192739b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Kr=C3=BCger?= Date: Mon, 10 Feb 2025 07:50:25 +0100 Subject: [PATCH] Moved config/ to main/ folder. It's the PCBoard name and it contains now emails & user base so config/ doesn't match it. --- docs/gettingstarted.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/gettingstarted.md b/docs/gettingstarted.md index 774e4cb7..98494a0d 100644 --- a/docs/gettingstarted.md +++ b/docs/gettingstarted.md @@ -43,13 +43,13 @@ Basically the file Layout is: |icyboard.log | Log File | |art/| All ANSIS go in there | |art/help/| Help Files | -|config/| All config files are here | +|main/| All other bbs files are here | |conferences/| Conference data (files/messages) | |tmp/| Generated Files for backwards compatiblity | The log file is very important. If something goes wrong it's likely that the log file tells you why. -## Config files +## main/ files | File | Description| | --- | --- | @@ -66,6 +66,7 @@ The log file is very important. If something goes wrong it's likely that the log |tcan_email.txt| Forbidden emails | |tcan_uploads.txt| Forbidden upload file names | |vip_user.txt| Users where the sysop is informed about a login | +|email.*| Email message base | *NOTE: The location & name of all files can be changed in the main icboard.toml.*