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:
2024-01-24 11:02:23 +00:00
committed by GitHub
parent 01277d0c9c
commit 2fa8b555e7
6 changed files with 222 additions and 19 deletions

9
files/README.md Normal file
View 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.