Add Security disclaimer / reformat readme

This commit is contained in:
Leon Meier 2025-02-22 21:46:44 +01:00
parent 5720b45c6b
commit 6b665bb41d

@ -1,9 +1,13 @@
# HydrationHUB
HydrationHUB - TODO: Luistiger slogan?
## Serving static files from node_modules
## Security Disclaimer
This application is not designed for security and therefore has exploitable vulnerabilities.
This is due to the simplicity of the application and is sufficient for the intended purpose.
If you plan to use this application for a different purpose where security vulnerabilities are a concern, we would greatly appreciate your contributions.
## Static handling
### Serving static files from node_modules
Files from explicit dirs inside `node_modules` will be served below `/libs`.
## Serving static files from /static
### Serving static files from /static
Files from the `/static` folder will be served below `/static`.