Skip to main content

FluxLoad: An enterprise-grade collaborative file sharing platform with real-time features, user management, and advanced search.

Project description

FluxLoad (Python Version)

Python Flask License

A modern file sharing server with two modes: a simple single-user server and an advanced multi-user enterprise server.


Quick Start

Install from PyPI (Recommended)

pip install fluxload

Or from source

git clone https://github.com/muadzhdz/fluxload.git
cd fluxload
pip install -r requirements.txt

Basic Mode (Simple file sharing)

python -m fluxload -d /path/to/share

Advanced Mode (Multi-user, admin, search, etc.)

The fluxload command runs the advanced server by default:

fluxload -d /path/to/share          # production mode
fluxload --dev-mode -d /path/to/share  # development mode

Or run directly without installing:

python -m fluxload.advanced_main -d /path/to/share
python -m fluxload.advanced_main --dev-mode -d /path/to/share

Note: --redis-url and --elasticsearch-url require optional packages:

pip install Flask-Session redis elasticsearch

CLI Options

Flag Description
-d / --directory Directory to serve (default: current dir)
-p / --port Port to listen on (default: 8000)
-b / --bind Bind address (default: 0.0.0.0)
--password Enable password protection
-o / --open Open browser automatically

Advanced-Only Options

Flag Description
--dev-mode Enable debug mode with detailed error pages
--workers Number of worker processes (default: 1)
--max-upload-size Max upload size per file (default: 100MB)
--storage-quota Default storage quota per user (default: 5GB)
--disable-registration Disable user registration (default: enabled)
--disable-file-sharing Disable file sharing (default: enabled)
--database-url Database connection URL (default: SQLite)
--redis-url Redis session storage (requires pip install Flask-Session redis)
--elasticsearch-url Elasticsearch for search (requires pip install elasticsearch)
--admin-email Administrator email displayed in admin dashboard
--site-name Site name displayed in UI (default: FluxLoad Pro)

Access

Open http://<your-ip>:8000 in any browser on the same network. A QR code is printed in the terminal for easy mobile access.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fluxload-1.2.7.tar.gz (55.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fluxload-1.2.7-py3-none-any.whl (65.3 kB view details)

Uploaded Python 3

File details

Details for the file fluxload-1.2.7.tar.gz.

File metadata

  • Download URL: fluxload-1.2.7.tar.gz
  • Upload date:
  • Size: 55.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for fluxload-1.2.7.tar.gz
Algorithm Hash digest
SHA256 0c7656eda5e9df9e74eae25b598f28bb84004a5d27fb28e792496ee5a0d83c2b
MD5 bf7fde6e149a4ef1dd43476f181bd741
BLAKE2b-256 ce53393c3e7e4e3c739d99c655c336935894d8e037edf262f3a1c1f46805aaf2

See more details on using hashes here.

File details

Details for the file fluxload-1.2.7-py3-none-any.whl.

File metadata

  • Download URL: fluxload-1.2.7-py3-none-any.whl
  • Upload date:
  • Size: 65.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for fluxload-1.2.7-py3-none-any.whl
Algorithm Hash digest
SHA256 ffbef2b7924594c41acffb32dde7c3a0324ae0b52c3b48d109fc7825846b8a41
MD5 4d7b3d5d4735d7c61e923cf906397498
BLAKE2b-256 4f2d7c2820aec202135c32746e37c07e4b22d2a163b8a09e2aead977b7e80fb7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page