9 Commits

Author SHA1 Message Date
8bf7981b90
Clean Log Warnings, Enhance Runnability (#25)
* Only check the variable if it is set, avoid a log error.

* Pipe errors to SDOUT in case that's why Docker is not showing NPM progress.

* Two messages seemed very similar. Differentiate them.

* Check and install each dependency separately in case a lighter version is already installed.

* Don't require sudo if running as root.

* Use node instead of relying on shebang.

* Allow doing "npm start".

* Remove redirects, did not help see progress.

* Add a note when sudo is used.

* Fix node interpretor location to be arbitrary.

* Woops, need to keep advisories if the value is not set to false.

* Remove warning about apt CLI. Allow npm start to do dependencies.

* `npm start` is not magic, still need to run the install.

* Have `npm start` execute the main run script rather than bypassing dependency checks.

* Use PHP-CLI, smaller install size and more appropriate since only running local scripts.
2024-04-03 20:02:58 -07:00
5874bcc361
Fix String Error (#18) 2024-02-08 09:32:54 -07:00
dbb008ccda
Fix PHP Shebang (#17) 2024-02-08 09:26:54 -07:00
adc8f29f0a
Enhance Photos Page (#9)
* Remove test output.

* Add back buttons.

* Add explicit photos directory.

* Allow subdirectories in files, but not photos.
2024-01-24 13:57:05 +00:00
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
471d5e1573 Added sitemap for humans and bots. Some content tweaks. Starting to feel close to done! 2022-10-19 04:56:51 -05:00
2e5ef4391a Made page gathering dynamic, added favicon, included css, worked on some content, created first bash page. Still very much in-progress but the framework is pretty much done. Needs more CSS and content. 2022-10-08 09:19:40 -05:00
ac20b32b57 Convert to tabs. 2022-10-06 22:15:36 -05:00
7648f2f728 Add my test project up to this point. 2022-10-06 07:05:46 -05:00