* Improve the main crontab example.
* Remove /opt/Docker hardcodes.
* Add periods.
* Improve readability.
* Begin removing hardcoded path from the bin files.
* Update main README to no longer enforce hardcoded path. Other improvements.
* Add the load folder with a README.
* Add load folder and its README.
* Improve reverse proxy text files.
* Switch to tabs.
* Update all scripts for tabs, DOCKER_HOME, and comments.
* Let users know the directory choice is optional.
* Fix environment file.
* Add more details for the reverse proxy load balancing.
* Don't actually listen for postgres.
* Fix comments on source file.
* Be more explicit on the pathing.
* Initial commit for Dynamic DNS code. Not in a runnable state but as far as I can get for now.
* Bring shell script for Dynamic DNS to working order. Dry runs are going well. Have not tested against a production environment yet.
* Add instructions for No-IP in case it needs installed later..
* Variablize the full path to the keyfile. Enforce strict permissions on the file.
* Final updates after successful testing.
* Update instructions, add examples.
* Fix usage.
* Remove unnecessary asterisk.
* Only load certs for domains which are doing a proxy. 301 redirects do not need certs.
* Fix tabs to spaces.
* Add slash to match Hyperling.com script.
* Fix comment capitalization.
* Working on getting Reverse Proxy certs to work.
* Upgrade mariadb to 10.6.
* Checking if anything has missed a check in.
* Let's Encrypt is working now after moving the location directive to the conf.d files. Unsure why nginx.conf is not passing it along, so added it to the examples too.
* Add new area for defining upstream systems.
* Example file for demonstration domain.
* Use the new upstream hosts section.
* Do the proxy directives in the main file.
* Commit any final changes.
* Fix example resource name.
* Mention the need to have ports specified in the upstream file, not server block.
* Adjust formatting.