I was wondering if you could make it so we can sftp to our servers. I would use this because I am going to try and make a cdn and I need a way to keep the images on a restart. The images are saved in a folder that I would copy the contents of for the next build. If there is another way that I could just keep images on the server that would be great.
If the assets aren’t very big (~25mb total) you can build them right into your docker image. Otherwise you’re better off storing them on something like s3 and fetching on demand.
Once we launch persistent disks you can run your own sftp server though
1 Like
Not what fly is made to do, checkout S3…