diff --git a/templates/HTTPD/0/README.md b/templates/HTTPD/0/README.md index dea353a..21bc08b 100644 --- a/templates/HTTPD/0/README.md +++ b/templates/HTTPD/0/README.md @@ -1,3 +1,7 @@ # httpd -https://docs.docker.com/samples/library/httpd/ \ No newline at end of file +https://docs.docker.com/samples/library/httpd/ + +# ToDo's + +* Add better trusted proxies configuration \ No newline at end of file diff --git a/templates/InvoiceNinja/0/README.md b/templates/InvoiceNinja/0/README.md index ecd6246..c7f8cfd 100644 --- a/templates/InvoiceNinja/0/README.md +++ b/templates/InvoiceNinja/0/README.md @@ -48,4 +48,5 @@ The web interface provides an easy backup method by exporting to a JSON file, wh ## TODO -* Add more integration instructions \ No newline at end of file +* Add more integration instructions +* Add better trusted proxies configuration \ No newline at end of file diff --git a/templates/Nextcloud/0/README.md b/templates/Nextcloud/0/README.md index 013726b..70e8cf0 100644 --- a/templates/Nextcloud/0/README.md +++ b/templates/Nextcloud/0/README.md @@ -17,4 +17,6 @@ You can monitor if it is working by opening a shell terminal on your Redis conta ## To-Do's * Explain how to manually setup Redis -* Fix Cron container, does not yet properly execute yet \ No newline at end of file +* Fix Cron container, does not yet properly execute yet +* Better setup trusted_proxies + * [Documentation Reference](https://docs.nextcloud.com/server/stable/admin_manual/configuration_server/reverse_proxy_configuration.html?highlight=reverse%20proxy) \ No newline at end of file diff --git a/templates/Nginx/0/README.md b/templates/Nginx/0/README.md index 3fa3929..9893df5 100644 --- a/templates/Nginx/0/README.md +++ b/templates/Nginx/0/README.md @@ -6,4 +6,9 @@ https://store.docker.com/_/nginx ### Full Example nginx.conf -https://www.nginx.com/resources/wiki/start/topics/examples/full/ \ No newline at end of file +https://www.nginx.com/resources/wiki/start/topics/examples/full/ + + +## ToDo's + +* Add better trusted proxies configuration \ No newline at end of file diff --git a/templates/WordPress/0/README.md b/templates/WordPress/0/README.md index c2a2e73..48c8f2d 100644 --- a/templates/WordPress/0/README.md +++ b/templates/WordPress/0/README.md @@ -1 +1,5 @@ -# WordPress \ No newline at end of file +# WordPress + +## ToDo's + +* Add better trusted proxies configuration \ No newline at end of file