Алексей Арх
Алексей Арх
@readtedium Have you considered nginx proxy as a solution? ``` location /vi/ { proxy_pass https://img.youtube.com; } ``` ```curl localhost/vi/jNQXAC9IVRw/hqdefault.jpg```
> To understand more on the context, could you please share the environment variables being configured for imagor? You shall mask any sensitive info such as `AWS_SECRET_ACCESS_KEY` ```env # IMAGOR_SECRET...
> If you wish activate file storage, `FILE_STORAGE_BASE_DIR` needs to be present: > > https://github.com/cshum/imagor?tab=readme-ov-file#file-system > > ```dotenv > FILE_STORAGE_BASE_DIR=/mnt/data # enable file storage by specifying base dir > FILE_STORAGE_MKDIR_PERMISSION=0755...
> I see. Yes currently the watermark image gets loaded and does not get saved. > > But if it is the same watermark for every images, you may be...