Skip to content

RESTfil file browser with React front end and Flask backend

License

Notifications You must be signed in to change notification settings

averypierce/FileMowzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileMowzer

(WIP) Personal file server application with Flask backend API and React front end. Designed to be easily configurable for a small number of users.

Configuration

Users added to users.ini will be able to login, and will be able to access any library they are a member of. In the below example, user1 can access Documents and Pictures, but user2 can only access Pictures.

users.ini

[user1]
password = defaultPassword

[user2]
password = defaultPassword

libraries.ini

[Documents]
path = C:/Documents
users = user1

[Pictures]
path = C:/Somewhere/Pictures/sharedpictures
users = user1, user2

About

RESTfil file browser with React front end and Flask backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published