* Make the backup puller a full-fledged script after all.
* Finish the main portion.
* Remove version tag to avoid log errors on Docker 26.0, Compose 2.25.0.
* Try moving to a smaller, faster, more stable image.
* Move Nextcloud to the stable tag.
* Add shortcut aliases.
* Rename container website to www.
* Do not install the latest of the PHP or Node programs if a version already exists in the container.
* We need git!!
* Try only git and the PHP interpretor.
* Remove comments.
* Install express at the image layer, not during runtime.
* Let the app install express after all.
* Remove warning about apt CLI.
* Try to cache the express download/install.
* Fix caching of Node packages.
* Begin changing files to recommendations rather than actual contents, that way multiple examples can be shown and when they are changed to be the real .yml they are not added to the project.
* Shrink the PHP limits more.
* Convert all configurations to be micro/standard.
* Double check the script supports IPv6. Shrink case statement.
* Fix uncommented nc-oo.
* Shrink NC further.
* Change name of env example.
* Change name of env example.
* Do not provide micro versions of DNS or PhotoPrism.
* Fix error in NC checks, wants at least 512M.
* Shrink more.
* Add a folder to keep static resources.
* Copy static resources into the container. This unfortunately doubles the size right now. Maybe do a volume in the future.
* Bring the description up to date.
* Make the description slightly more agnostic.
* Be more consistent about using variable.
* Add more instructions after successfully creating a new subdomain.
* Update the container name.
* Add a just-in-case step.
* Add an alias and improve comments.
* Fix manage path.
* Add limits but no reservations for PP. Start off somewhat relaxed rather than strict.
* Always restart PP containers.
* Move URL to env file. Do not recommend using HTTPS in the value.
* Format comments.
* Put commands in shells so they cannot exit the full program.
* Updating apps like this did not seem to be working, but also do not want it to work anymore.
* Add initial configuration for PhotoPrism. Has not been tested yet, but options have been analyzed and tweaked.
* Begin testing. Fixes. Running pretty well, seems neat! Need to figure out user management other than admin.
* Add output to source so that we know it worked.
* Modify comments to explain a use free-to-win use case.
* Go ahead and give the full path on the success path.