-
Notifications
You must be signed in to change notification settings - Fork 0
Home
talha nizamani edited this page Mar 4, 2026
·
1 revision
Welcome to the documentation for py-file-server.
This wiki is organized so a new user can get running quickly, while power users and contributors can still find deeper operational and architectural details.
py-file-server is a lightweight file sharing web app for local, LAN, and public sharing. In the current refactored release, it supports:
- Explicit runtime modes: local, lan, public
- JSON based persisted settings
- Optional tunnel based public sharing
- Concurrency controls for downloads
- Console monitoring and runtime hotkeys
- Safer path handling for shared files
- Optional admin routes
- Automated tests
If you are new to the project, read these pages first:
- Installation
- Quick Start
- Running the Server
- Configuration
- Modes and Usage
- Downloads and Performance
- Monitoring and Logs
- Security Basics
- Updating and Releases
Read:
Read:
Read:
- This wiki is written around the refactored
release/1.3.0layout. - The legacy single-file entrypoint still exists for compatibility, but the application runtime is now organized as a package.