All Projects → DaiQiangReal → WF_WebBasedFileBrowser

DaiQiangReal / WF_WebBasedFileBrowser

Licence: other
A user-friendly Web File Browser.一款 易用性强 快速部署美观的网页文件管理器.

Programming Languages

python
139335 projects - #7 most used programming language
Less
1899 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to WF WebBasedFileBrowser

auth0-rubyonrails-sample
Auth0 Integration Samples for Ruby on Rails Web Applications
Stars: ✭ 36 (-61.29%)
Mutual labels:  webapp, quickstart
Auth0 Nodejs Webapp Sample
Auth0 Integration Samples for Node Web Applications
Stars: ✭ 117 (+25.81%)
Mutual labels:  webapp, quickstart
auth0-django-web-app
Auth0 Integration Samples for Django Web Applications
Stars: ✭ 33 (-64.52%)
Mutual labels:  webapp, quickstart
auth0-spring-mvc-sample
Auth0 Integration Samples for Java Spring MVC Web Applications
Stars: ✭ 20 (-78.49%)
Mutual labels:  webapp, quickstart
servant-beam-realworld-example-app
Exemplary fullstack Medium.com clone powered by Servant and Beam
Stars: ✭ 33 (-64.52%)
Mutual labels:  webapp
java-signin
Java实现的(软件或网络)实验室的Web签到系统,签到原理基于IP和座位的(强制)对应关系。
Stars: ✭ 17 (-81.72%)
Mutual labels:  webapp
play-scala-secure-session-example
An example Play application showing encrypted session management
Stars: ✭ 54 (-41.94%)
Mutual labels:  webapp
active-directory-dotnet-admin-restricted-scopes-v2
An ASP.NET MVC application that shows how to use the Azure AD v2.0 endpoint to collect consent for permissions that require administrative consent.
Stars: ✭ 46 (-50.54%)
Mutual labels:  webapp
svelte-electron-boilerplate
🧬 Create a desktop app with this user-friendly Svelte boilerplate for electron
Stars: ✭ 70 (-24.73%)
Mutual labels:  webapp
ESPecial
ESP32 automation with web interface and telegram bot
Stars: ✭ 77 (-17.2%)
Mutual labels:  webapp
share-it
share-it-nine.vercel.app
Stars: ✭ 19 (-79.57%)
Mutual labels:  webapp
SyncPaint
A web app for synchronized group drawing. Draw together with other people in real time.
Stars: ✭ 42 (-54.84%)
Mutual labels:  webapp
salati
A small web app for prayers times in cities of Morocco
Stars: ✭ 14 (-84.95%)
Mutual labels:  webapp
QuickStart
百度AI平台QuickStart文档配套代码
Stars: ✭ 65 (-30.11%)
Mutual labels:  quickstart
node-starter-kit
Node.js / GraphQL project template pre-configured with TypeScript, PostgreSQL, login flow, transactional emails, unit tests, CI/CD workflow.
Stars: ✭ 76 (-18.28%)
Mutual labels:  webapp
AppModelv2-WebApp-OpenIDConnect-nodejs
A Node.js web app using OpenID Connect authentication with Azure AD v2.0
Stars: ✭ 100 (+7.53%)
Mutual labels:  webapp
Edite
📸 Your new Photoshop
Stars: ✭ 17 (-81.72%)
Mutual labels:  webapp
photochat
Works cool: I use a secure app to chat. Next level: I encrypt my chats with a private key. Intergalactic level: I encrypt my chats with a one-time token and then make them deceptively public ;)
Stars: ✭ 38 (-59.14%)
Mutual labels:  webapp
Multi-Authors-advanced-Django-Blog
MultiAuthor Web Application. This project is made by the popular python web framework Django. Feel free to give reviews. Cheers !!!
Stars: ✭ 17 (-81.72%)
Mutual labels:  python-django
MagicMirror-Module-Template
Template module for MagicMirror
Stars: ✭ 54 (-41.94%)
Mutual labels:  quickstart

WF FileBrowser

python build FrameWork
A user-friendly install easily WebBased File Browser programed with Python Django with Material Design Interface.
一款易用性强快速部署美观的网页文件管理器,符合Google Material Design,采用Python语言 Django 框架编写。

English | 中文文档


Contact me
DaiQiang: [email protected]

Advantage

  • Quick configuration, one-click deployment, start the project immediately, python interpret runs without compiling.
  • CSRF token authentication technology to prevent cross-site request forgery (CSRF) attacks.
  • Asynchronous dynamic loading technology, can instantly render tens of thousands of files.
  • File preview function Quickly view text files, project codes, and image files in various formats.
  • Multi-file fast compression to zip for downloading.
  • Customizable background image and other styles you love.

Login

login

File Preview

preview

Drag to move or copy files

drag

Quickly rename files

rename

Delete files

delete

Installation Guide

  1. Download all files of the project

  2. Run command in shell(Linux) cmd or powershell(windows) pip install Django If both python3 and python2 are installed in your PC, please run pip3 install Django

  3. Modify configuration.json

  4. Run command in shell(Linux) cmd or powershell(windows) to start the server python3 manage.py runserver 0.0.0.0:5210

0.0.0.0 and 5210 can be replaced with custom IPs and ports.

  1. Use Web Browser access to 0.0.0.0:5201 to manage files.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].