Add Static Resource Hosting (#8)
* Add ability to host files from web API rather than using the static site files.hyperling.com. * Add details. * Prevent further files from being committed in the static resource folder. * Beginnings of a photo share from the website to replace PhotoPrism. * Fix log message for files route. * Allow customization of ports via shell script. * Update README goals and fix URLs. * FInalize the PHOTOS page, complete with video controls! * Moe enhancements, such as displaying README's and adding [VIDEO] tag. * Clean file a little. * Remove TODO.
This commit is contained in:
9
files/README.md
Normal file
9
files/README.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Hyperling.com - Files
|
||||
|
||||
Place files into this folder which should be used as static resources.
|
||||
Examples would be APKs, zip files, images, text files, etc.
|
||||
|
||||
For example, if `test.jpg` was placed here, it could be accessed via
|
||||
`http://localhost:8080/files/test.jpg`. Depending on the file type the MIME type
|
||||
may be detected automatically, otherwise it will be assumed a text file and
|
||||
most likely ask to be downloaded by the browser.
|
Reference in New Issue
Block a user