diff --git a/public/robots.txt b/public/robots.txt
index eb05362..1504053 100644
--- a/public/robots.txt
+++ b/public/robots.txt
@@ -1,2 +1,3 @@
User-agent: *
-Disallow:
+Allow: /about
+Disallow: /
diff --git a/resources/views/about.blade.php b/resources/views/about.blade.php
index 46b2bdc..e23bb38 100644
--- a/resources/views/about.blade.php
+++ b/resources/views/about.blade.php
@@ -32,18 +32,24 @@
In the same vain, maintaining and growing an FTN network also can be time consuming, especially when your effort
(or lack thereof) can affect the experience of your users.
So FTN Clearing Houz was created to help address that.
- Building this software is driven by three main goals:
+ Building this software is driven by four main goals:
- - Self Service - so that users can setup and re-jig their configuration themselves, or new users can join a
+
- Self Service - so that users can setup and re-jig their configuration themselves, or new users can join a
network with the minimum of effort (relieving a dependancy on an admin to set you up, and thus freeing up
time for those admins).
- - Automation - so that repetitive tasks can be done with minimal effort.
+ - Automation - so that repetitive tasks can be done with minimal effort.
-
-
High Availability - So if one hub goes down, users can automatically connect to an alternate hub to keep
+ High Availability - So if one hub goes down, users can automatically connect to an alternate hub to keep
mail flowing. Furthermore, as hubs retire, new hubs can assume the role of the retiring hub with minimal
- effort.
-
+ effort. This goal was attempted with CockroachDB, but abandoned due to he resource requirements it required and latency that it introduced.
+ I welcome any ideas to help achieve this goal.
+
+ - Connectivity - with all the different types of connectivity options between the different BBS/Mailer types.
+ Clearing Houz currently supports BINKP and EMSI/ZModem mailer types, and 4 FTN packet types. If you have a BBS that uses
+ a unique packet type (eg: QWK or ?) or a unique transfer type (eg: NNTP or ?) and would like to get access to other messages
+ networks that use a different mailer/packet type, then let me know. I'll happily work on it to make a bridge
+ to open up access to things you cannot access.
@@ -77,7 +83,7 @@
FSC-0039,
FSC-0045,
FSC-0048
- Automatic delisting of idle nodes (to be implemented)
+ Automatic delisting of idle nodes, including marking them HOLD, then DOWN
DNS server, to enable resolving of registered nodes using domain dns names FTS-5004
with pN.fN.nN.zN.domain.ftn, or
pN.fN.nN.zN.[domain dns zone]
@@ -89,7 +95,7 @@
- SMTP integration
- PGP signed mail and mail verification
- - SQRL simple authentication (so there is 1 less username/password you need to remember)
+ - SQRL simple authentication (so there is 1 less username/password you need to remember) Sadly SQRL never really took off, and was replaced with Passkeys (which is supported).
If you are here to link to BBS, please get started by logging in.
@@ -99,16 +105,16 @@
with nodes.
This web UI has been inspired by the great work at int10h.org. If you have ideas
to make it even better, please send me a message, or submit your comments in gitlab
+ href="https://gitea.dege.au/bbs/clrghouz">gitea
Other technology that drives the Clearing Houz
FTN Clearing Houz is made available by these technologies:
- Docker - taking the effort out of building, deploying and easing the effort of upgrading.
- CockroachDB - a high available, geodispersable database, that enables accessing configuration and
+ - CockroachDB - a high available, geodispersable database, that enables accessing configuration and
data from multiple locations. CockroachDB enables the FTN Clearing Houz to appear as the same hub from
multiple locations, providing a high available environment for Sysops to drop off and collect
- mail
+ mail For now, Clearing Houz is using PostgreSQL
PostgreSQL - to store all the data
Memcached - to take some of the pressure off the database
PHP/Laravel - the coding framework used to create this UI, and to enable the transfer of mail between systems