Skip to main content

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 share

    If the option is set, authentication is required for any content-related endpoints of the teilen-API. The primary method for authentication is the session-cookie (teilen_session). An alternative authentication method is implemented via a custom request-header X-Teilen-Auth.

  • --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
  • ARCHIVE_BUILD_CONCURRENCY [DEFAULT 3] number of concurrent archive built-jobs
  • TMPDIR [DEFAULT <system tmp-directory>] temporary directory where archives are stored

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

teilen-0.6.0.tar.gz (86.9 kB view details)

Uploaded Source

Built Distribution

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

teilen-0.6.0-py3-none-any.whl (87.3 kB view details)

Uploaded Python 3

File details

Details for the file teilen-0.6.0.tar.gz.

File metadata

  • Download URL: teilen-0.6.0.tar.gz
  • Upload date:
  • Size: 86.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for teilen-0.6.0.tar.gz
Algorithm Hash digest
SHA256 b9aa36570c62092b76582f77e5d0beef0a5d59b367aae75146e2fba4f4904de6
MD5 e9321dd6dd641c808ccb4e968dc01d51
BLAKE2b-256 e382798caec415af2b6cc6c1568c9ad0b482320c15d103c589e79c4bc4901e26

See more details on using hashes here.

File details

Details for the file teilen-0.6.0-py3-none-any.whl.

File metadata

  • Download URL: teilen-0.6.0-py3-none-any.whl
  • Upload date:
  • Size: 87.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for teilen-0.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d157f9ea8231f6e3fd71480a8da0d9f4d3f9a214454760608d411f4547e21945
MD5 2693d8897a50de20b7a5ce52b5f33559
BLAKE2b-256 2f100e2e8d257ce6c34c088b53239c2402beecc3cea5759d8dd81416bce0c466

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