Open jb2197 opened 4 days ago
It would be ideal to have a fileserver container configured as "Read-Only". This will allow users to pull data via HTTP GET requests without requiring credentials.
HTTP GET
This can probably be better handled by Nginx, https://docs.nginx.com/nginx/admin-guide/web-server/serving-static-content/
It would be ideal to have a fileserver container configured as "Read-Only". This will allow users to pull data via
HTTP GET
requests without requiring credentials.