From c8f2de4025ea67b579e66cf608f08a8d35ee4a3c Mon Sep 17 00:00:00 2001 From: Christophe Besson Date: Tue, 11 Aug 2026 11:50:08 +0200 Subject: feat(hub): Phase 10.1–10.4 — Site overlay + admin/moderation UI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Site overlay: landing page, /about, /downloads (dark/light, responsive) - User role column (user/moderator/admin) with config-based admin sync - require_moderator dependency + admin API (8 endpoints: stats, users, groups, audit logs) - Admin SPA panel at #/admin with 5 tabs (stats, users, groups, logs, blocklist) — visible only to moderators/admins - SPA also served at /app/ for Caddy site overlay integration - GET /v1/users/me returns current user role - 15 new tests, 147 total passing Co-Authored-By: Claude Opus 4.6 --- site/downloads.html | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 site/downloads.html (limited to 'site/downloads.html') diff --git a/site/downloads.html b/site/downloads.html new file mode 100644 index 0000000..7602fdb --- /dev/null +++ b/site/downloads.html @@ -0,0 +1,60 @@ + + + + + + Downloads — MeshBay + + + + + + +
+

Downloads

+ +

MeshBay packages will be available through standard package managers. + Package repositories are being set up.

+ +

Web Client

+

No installation needed. Open the + web app in any modern browser (Chrome, Firefox, Edge, Safari).

+ +

Server Packages

+ + + + + + + + + + +
PackagePlatformStatus
meshbay-hubFedora / RHEL (RPM)Coming soon
meshbay-hubUbuntu / Debian (DEB)Coming soon
meshbay-nodeFedora / RHEL (RPM)Coming soon
meshbay-nodeUbuntu / Debian (DEB)Coming soon
+ +

Android

+

An Android client is planned. It will be available as an APK download + and eventually on F-Droid.

+ +

Source Code

+

Clone the repository from + GitHub + and follow the instructions in the README.

+
+ + + + + -- cgit v1.2.3