919d191e6187a24ccab6cbb63efca502182d202f
- Implemented tracking for active downloads with unique IDs. - Added functionality to cancel ongoing downloads from the client side. - Updated UI to include cancel buttons for file and page downloads. - Enhanced download success, failure, and progress handling to include download IDs for better tracking.
Add .dockerignore file and update Dockerfile to use Alpine images for Node.js and Python with SHA256
Reticulum MeshChatX
Custom fork of Reticulum MeshChat
Features of this fork
- More stats in about page.
- Exe and Appimage builds with Python 3.13 and Node.js 22
- Actions are pinned to full-length SHA hashes.
- Docker images are smaller and use SHA256 hashes for the images.
Usage
Check releases for pre-built binaries or appimages.
Building
make install
make build
Building in Docker
make docker-build
The build will be in the dist directory.
Development
make develop