WebFM/README.md

22 lines
837 B
Markdown

# WebFM
WebFM is a media and file viewer.
# Usage
1. Install php7 and ffmpeg on the system this will be on.
2. Use php -S 0.0.0.0:<yourPort>
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.
Notes:
1. Folders and files CAN NOT have & or ' in the names. Otherwise, you can't access that item with the viewer.
2. If you 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 for that folder/directory.
3. The provided folders except resources are optional. You can add and remove them as you please.
# Images
![1 Home](Images/1.png)
![2 Images Listed](Images/2.png)
![3 Image Open](Images/3.png)
![4 Image Open And Video Playing](Images/4.png)
![5 Alternate Background](Images/5.png)