From 682ff4ddb721e2d2fdac0e7eac9670cf158c9682 Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Thu, 8 Jan 2026 16:41:10 -0600 Subject: [PATCH] feat(docs): cleanup --- .../public/meshchatx-docs/meshchat_on_docker.md | 11 ----------- .../src/frontend/public/meshchatx-docs/meshchatx.md | 3 +++ ..._termux.md => meshchatx_on_android_with_termux.md} | 0 ...n_raspberry_pi.md => meshchatx_on_raspberry_pi.md} | 0 4 files changed, 3 insertions(+), 11 deletions(-) delete mode 100644 meshchatx/src/frontend/public/meshchatx-docs/meshchat_on_docker.md create mode 100644 meshchatx/src/frontend/public/meshchatx-docs/meshchatx.md rename meshchatx/src/frontend/public/meshchatx-docs/{meshchat_on_android_with_termux.md => meshchatx_on_android_with_termux.md} (100%) rename meshchatx/src/frontend/public/meshchatx-docs/{meshchat_on_raspberry_pi.md => meshchatx_on_raspberry_pi.md} (100%) diff --git a/meshchatx/src/frontend/public/meshchatx-docs/meshchat_on_docker.md b/meshchatx/src/frontend/public/meshchatx-docs/meshchat_on_docker.md deleted file mode 100644 index d82ddee..0000000 --- a/meshchatx/src/frontend/public/meshchatx-docs/meshchat_on_docker.md +++ /dev/null @@ -1,11 +0,0 @@ -# MeshChat on Docker - -A docker image is automatically built by GitHub actions, and can be downloaded from the GitHub container registry. - -``` -docker pull ghcr.io/liamcottle/reticulum-meshchat:latest -``` - -Additionally, an example [docker-compose.yml](../docker-compose.yml) is available. - -The example automatically generates a new reticulum config file in the `meshchat-config` volume. The MeshChat database is also stored in this volume. diff --git a/meshchatx/src/frontend/public/meshchatx-docs/meshchatx.md b/meshchatx/src/frontend/public/meshchatx-docs/meshchatx.md new file mode 100644 index 0000000..1c94887 --- /dev/null +++ b/meshchatx/src/frontend/public/meshchatx-docs/meshchatx.md @@ -0,0 +1,3 @@ +# Welcome to MeshChatX + +A fork of Reticulum Meshchat, with many more features, new UI/UX, better security and integrity. diff --git a/meshchatx/src/frontend/public/meshchatx-docs/meshchat_on_android_with_termux.md b/meshchatx/src/frontend/public/meshchatx-docs/meshchatx_on_android_with_termux.md similarity index 100% rename from meshchatx/src/frontend/public/meshchatx-docs/meshchat_on_android_with_termux.md rename to meshchatx/src/frontend/public/meshchatx-docs/meshchatx_on_android_with_termux.md diff --git a/meshchatx/src/frontend/public/meshchatx-docs/meshchat_on_raspberry_pi.md b/meshchatx/src/frontend/public/meshchatx-docs/meshchatx_on_raspberry_pi.md similarity index 100% rename from meshchatx/src/frontend/public/meshchatx-docs/meshchat_on_raspberry_pi.md rename to meshchatx/src/frontend/public/meshchatx-docs/meshchatx_on_raspberry_pi.md