nodejs-website/files/README.md
Chad 2fa8b555e7
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.
2024-01-24 11:02:23 +00:00

10 lines
432 B
Markdown

# 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.