WebFM/README.md

22 lines
837 B
Markdown
Raw Normal View History

2018-04-16 01:40:42 +00:00
# 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.
2018-04-16 01:48:59 +00:00
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)