A media and file viewer for the browser built with Python Flask, JavaScript. and HTML/CSS.
Go to file
itdominator d6a3187f2c Merge pull request 'Major refactoring, cleanup' (#3) from develop into master
Reviewed-on: #3
2023-02-10 02:42:49 +00:00
images Updated to Bootstrap 5.3, added more playlist logic, cleanup 2023-02-06 17:49:53 -06:00
src Major refactoring, cleanup 2023-02-09 20:40:58 -06:00
.gitignore file manager and config updates, css changes, etc 2021-02-07 00:43:36 -06:00
LICENSE Major refactor start 2021-02-05 22:52:46 -06:00
README.md Updated bootstrap and theme, ref images 2022-06-17 00:27:27 -05:00
create_venv.sh player updates, layout updates, base oidc added 2020-12-21 13:02:34 -06:00
linux-requirements.txt Major refactoring, cleanup 2023-02-09 20:40:58 -06:00
windows-requirements.txt Updated requirements and html 2021-02-10 02:10:37 -06:00

README.md

WebFM

WebFM is a media and file viewer aspiring to become a full fledged file manager in the browser.

Usage

  1. Install python, sqlite3, and ffmpeg on the system this will be on.
  2. Use ufw or gufw to open the port on your computer to the local network.
  3. Use hosts file (or other methods) to redirect webfm.com and ssoapps.com to local app.
  4. Update client_secrets.json > 'client_secret' field with your Keycloak key. (Current one was local, not public, and has been expired)
  5. Place files or start uploading some to the folders.
  6. 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.
  7. Password protect folder based on core/utils/shellfm/windows/Settings.py file settings.
  8. Save paths to favorites list for quick access.

Notes: n/a

TO-DO

  1. Allow for move and copy.
  2. Implement themes functionality.

Images

1 Videos List 2 Video Playing 3 Images List 4 Context menu 5 Settings Pane With Upload And Create Functionality