A media and file viewer for the browser built with Python Flask, JavaScript. and HTML/CSS.
Go to file
itdominator cec3ee0993 Merge pull request 'Converted to python flask' (#1) from develop into master
Reviewed-on: #1
2021-10-03 19:49:43 +00:00
images theme fixes; context menu changes 2021-10-03 14:44:29 -05:00
src theme fixes; context menu changes 2021-10-03 14:44:29 -05: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 setting pane; added contect menu 2021-10-03 03:54:20 -05:00
create_venv.sh player updates, layout updates, base oidc added 2020-12-21 13:02:34 -06:00
linux-requirements.txt Updated requirements and html 2021-02-10 02:10:37 -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 is local to me and not public)
  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