Very tiny filemanager made for fun and practice
Run app.py to start application
Application settings can be edited in config.py
To generate admin password and salt run guardian.py and follow the instructions
- Flask
- Python 3.8+
- Can share files and folders with unathorized users
- Supports authentication with login form and http basic auth
- Discovers files types
- Simple: pure html5 with almost pure python
- Text-only: can be easily copied
- It was not desinged to handle highload
- May have security issues
- As conclusion: not for production environment
- No code documentation - sorry, I'm too lazy 😓 Maybe later