Open techsavvyash opened 1 year ago
@techsavvyash hey, the endpoints to connect minio/localhost are not exposed externally. The functions are getting invoked internally solely based on .env
variables. Thus i think the requirements of the issues are met already. Its good to close.
Description
Goal is to setup a
serve-static
controller/API inside the stencil app that acts as a reverse proxy for themin.io
CDN without needing to expose the CDN externally.This can be implemented in the form of a decorator for routing requests to
min.io
.Have an auto-generated pre built controller which can be added via a simple cli command for handling things with minio (add more supported services later).
Complexity: Medium
Product Name
Stencil, Stencil-cli, Stencil-schematics
Organisation Name
SamagraX
Domain
Backend, API
Tech Skills Needed
TypeScript, API, Nest.js