A media and file viewer for the browser built with Python Flask, JavaScript. and HTML/CSS.
Go to file
Maxim Stewart 2398775229 Created extremely simple directory locking system. 2018-07-28 22:57:23 -05:00
Documents Pushed initial code and edited readme. 2018-04-15 20:59:09 -05:00
Images Added file and folder creation. Added icons. Added delete functionality. Added rename functionality. 2018-04-18 05:57:57 -05:00
Music Pushed initial code and edited readme. 2018-04-15 20:59:09 -05:00
Videos Pushed initial code and edited readme. 2018-04-15 20:59:09 -05:00
dirLockCheck Created extremely simple directory locking system. 2018-07-28 22:57:23 -05:00
resources Created extremely simple directory locking system. 2018-07-28 22:57:23 -05:00
LICENSE Initial commit 2018-04-15 20:28:09 -05:00
README.md Cleaned up logic and code plus set to double click to open files. 2018-05-03 03:14:28 -05:00
favicon.png Pushed initial code and edited readme. 2018-04-15 20:59:09 -05:00
index.html Created extremely simple directory locking system. 2018-07-28 22:55:02 -05: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 php7 and ffmpeg on the system this will be on.
  2. Use php -S 0.0.0.0:yourDesiredPort
  3. Use ufw or gufw to open the port on your computer to the network.
  4. Place files or start uploading some to the folders.
  5. Double click thumbnails and container outlines to open files.
  6. Double click the text name to change the file's or folder's name and press enter to set it.
  7. Right-click to get context menu options.
  8. Place an image such as a jpg, png, or gif labeled "000.itsExtension" in a directory then the viewer will use it as the background image for that folder/directory.

Notes:

  1. Folders and files CAN NOT have & or ' in the names. Otherwise, you can't access that item with the viewer.
  2. The provided folders except "resources" are optional. You can add and remove them as you please.
  3. The media and image pane can be moved by dragging from the transparentish bar that has the close button and other controls.
  4. Edit the resources/php/config.php file and put your own programs there.

TO-DO

  1. Allow for move and copy.
  2. Fixed the ' issue but & remains a problem.
  3. Implement themes functionality.
  4. Allow users and groups to password protect based on account type.

Images

1 Home 2 Images Listed 3 Image Open 4 Image Open And Video Playing 5 Alternate Background