Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

holy-two/ffserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

84 Commits

Repository files navigation

FFServer

Fastapi-based file service management (Python3.8+)

Frontend

https://github.com/mowtwo/ffserver_frontend

Screenshots

Features

  • Imitation win10 explorer

Installation

Installed by using source code

  1. Install dependences via pip

    pip install -r requirements.txt
    
  2. Excute main.py

    python -m main
    
  3. API document: FFServer API

  4. Open Browser With URL: http://127.0.0.1:8010/

Installed by docker pull

  1. Pull image via docker pull

    docker pull simonwdc/ffserver:0.1
    
  2. Create container

    docker run -itd -p 8010:8010 --name=ffserver simonwdc/ffserver:0.1
    

    Or mount bucket to a local path

    docker run -itd -p 8010:8010 -v <LocalPath>:/ffserver/bucket --name=ffserver simonwdc/ffserver:0.1
    
  3. API document: FFServer API

  4. Open Browser With URL: http://127.0.0.1:8010/

TODO

  1. move and rename

  2. Support QRCode

  3. Create folder

  4. Support copy link

  5. Support Docker

Special thanks

mowtwo

About

FastAPI File Server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 85.8%
  • HTML 14.2%

AltStyle によって変換されたページ (->オリジナル) /