Update README.md

This commit is contained in:
ReneKlever 2025-04-16 15:03:30 +02:00 committed by GitHub
parent a5cfb0ca1b
commit 02c226a04b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,14 +1,21 @@
# TC²-BBS Meshtastic Version
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/B0B1OZ22Z)
# TC²-BBS Meshtastic Version enhanced by Rene
This is the TC²-BBS system integrated with Meshtastic devices. The system allows for message handling, bulletin boards, mail systems, and a channel directory.
In comparison with the original this version is enhanced:
### Docker
- There is a new list allowed2bbs_nodes in the config that define the nodes that are able to access the server. All other nodes are completely ignored. This gives a basic security that will confine the access to a list of nodes only.
- I got rid of the extra BBS menu to increase handling speed
- Main menu also contains mail for fast access
- Bulletin option in main menu shows last post date
- Bulletin menu shows last post date for every board
- All dates in the boards are now presented in dutch format
- Viewing board contents now alway sorted date descending
- Bulletin boards now offer a delete option
- Users can only delete their own bulletins
- The allowed_nodes list is also used for administrative access
- Nodes with administrative access can also delete bulletins from others
If you're a Docker user, TC²-BBS Meshtastic is available on Docker Hub!
[![Docker HUB](https://icon-icons.com/downloadimage.php?id=151885&root=2530/PNG/128/&file=docker_button_icon_151885.png)](https://hub.docker.com/r/thealhu/tc2-bbs-mesh)
## Setup
@ -32,7 +39,7 @@ If you're a Docker user, TC²-BBS Meshtastic is available on Docker Hub!
```sh
cd ~
git clone https://github.com/TheCommsChannel/TC2-BBS-mesh.git
git clone https://github.com/ReneKlever/TC2-BBS-mesh.git
cd TC2-BBS-mesh
```