maximstewart 786687e0f1 | ||
---|---|---|
images | ||
src | ||
.gitignore | ||
LICENSE | ||
README.md | ||
create_venv.sh | ||
linux-requirements.txt | ||
windows-requirements.txt |
README.md
WebFM
WebFM is a media and file viewer aspiring to become a full fledged file manager in the browser.
Usage
- Install python, sqlite3, and ffmpeg on the system this will be on.
- Use ufw or gufw to open the port on your computer to the network.
- Place files or start uploading some to the folders.
- Place an image such as a jpg, png, or gif labeled "000.itsExtension" in a directory and the viewer will use it as the background image for that folder/directory.
- Password protect folder based on core/webfm_config.json file settings.
- Save paths to favorites list for quick access.
Notes: n/a
TO-DO
- Allow for move and copy.
- Implement themes functionality.