AmruthPillai / Reactive-Resume

A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
https://rxresu.me
MIT License
23.04k stars 2.43k forks source link

[Feature] Let RR download files on its own and then send it to requester instead of a simple redirection #1923

Open xsolinsx opened 4 months ago

xsolinsx commented 4 months ago

Is there an existing issue for this feature?

Feature Description

I would like to keep the minio server private, so only accessible internally through the docker network. Reactive resume should then be able to download on its own whatever file saved on minio (in my case using the local network with STORAGE_URL=http://minio/reactive-resume) and upload it then to the requester instead of simply redirecting to the STORAGE_URL (which right now must be reachable from the browser)

AmruthPillai commented 4 months ago

But then, when you upload a picture on your resume, this has to be accessible via a public URL for the chrome browser on the server to load the image and place it onto the document, and it also has to be visible if the resume is made public so that anyone can visit a URL to view the resume (generating a signed link to access the image every time an anonymous user loads a resume would be too much load on the server).

xsolinsx commented 4 months ago

the chrome browser on the server would still have access to the minio local server since it would have to be on the same network or reachable anyways