a simple application to share data via http with python flask backend and react frontend
Project description
teilen
A simple application to share data via http with python flask backend and react frontend.
Share the contents of a local directory with a single command over the network.
It features
- a lightweight and responsive interface,
- downloads for entire directories as ZIP-files, and
- a simple authentication-system.
See the demo-gallery for some impressions.
Install
teilen can be installed using pip by entering
pip install teilen
It is recommended to use a virtual environment
python3 -m venv venv
source venv/bin/activate
Run
After installing, run the teilen-application with
teilen <path/to/directory>
By default, the web-UI is available at http://localhost:27183.
If you are done, stop by hitting Ctrl+C.
Command line options
-
the last argument to the cli is interpreted as the path to the directory that should be shared, e.g.,
teilen <options> <path/to/directory>omit to share the current working directory
-
-p,--password: (optionally) set a password that is required to access the shareThe authentication method is implement via a custom request-header
X-Teilen-Auththat, if the option is set, is required for any content-related endpoints of theteilen-API. -
--port: (optionally) changes the port that the application is running on (default is 27183)
Update
Run
pip install teilen --upgrade
to get the latest version.
Environment configuration
The following environment variables can be set to configure teilen:
WORKING_DIR[DEFAULT <cwd>] path to the shared directory (see also the argument to the cli)PASSWORD[DEFAULT null] optional password to access the share (see also the cli-option-p,--password)PORT[DEFAULT 27183] teilen port (see also the cli-option--port)SECRET_KEY[DEFAULT <random uuid>] secret key
Running in dev-mode
The development setup requires both python3 and the node package manager npm to be installed.
Contrary to the pure python production server, back- and frontend are run separately in the development context.
To run the backend server, enter
cd backend
python3 -m venv venv
source venv/bin/activate
pip install .
pip install -r dev-requirements.txt
MODE=dev flask run
Based on pre-defined scripts, the frontend development server can be started with
cd frontend
npm install
npm start
The client can then be accessed via the node-development server at http://localhost:3000.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file teilen-0.3.0.tar.gz.
File metadata
- Download URL: teilen-0.3.0.tar.gz
- Upload date:
- Size: 83.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f85452d46cc4765a5774aa7ab3d1c83ff7e4240975d01296857ca9b13069dcf7
|
|
| MD5 |
2017282676db7479b26d8298382aaef0
|
|
| BLAKE2b-256 |
44aae126c7cced55521cb5e49b2da423ed3c7dabfc0fc0280ff0ca9a0ee7c533
|
File details
Details for the file teilen-0.3.0-py3-none-any.whl.
File metadata
- Download URL: teilen-0.3.0-py3-none-any.whl
- Upload date:
- Size: 84.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a2e65e2cac85740955bdd2369e5277190dd726b5dada74174adb3d617d8905b
|
|
| MD5 |
48eaeb822f0862ae894b0f79d219eb10
|
|
| BLAKE2b-256 |
10cab2b9142cce5cd20460c7d0638770a6bedbb361e2efdfe3695dc6cc6f8c45
|