A media and file viewer for the browser built with Python Flask, JavaScript. and HTML/CSS.
Go to file
Maxim Stewart 9239a1477d Added some checks for security and improved comparison check security. 2018-11-19 17:32:16 -06: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 Added some checks for security and improved comparison check security. 2018-11-19 17:32:16 -06:00
LICENSE Initial commit 2018-04-15 20:28:09 -05:00
README.md Update README.md 2018-08-25 16:23:25 -05:00
favicon.png Pushed initial code and edited readme. 2018-04-15 20:59:09 -05:00
index.html Added some checks for security and improved comparison check security. 2018-11-19 17:32:16 -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 php7, php-sqlite3, 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.
  9. Password protect folder based on resources/php/config.php file setting.
  10. Save paths to favorites list for quick access.

Notes:

  1. Folders and files CAN NOT have & 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.
  5. Edit your php.ini file "upload_max_filesize" and "post_max_size" to be higher to upload larger files.

TO-DO

  1. Allow for move and copy.
  2. Fix & problem.
  3. Implement themes functionality.

Images

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