Is it possible to point the server link (?) using only Localserver upload plugins?
we are using lightsail. Every time the server restarts, the image wipes out. We don’t want to use any image buckets like s3
Is it possible like this?
module.exports = ({ env }) => ({
upload: {
config: {
provider: ‘local’,
providerOptions: {
sizeLimit: 1000000,
},
actionOptions: {
upload: {
folderPath: ‘/mnt/strapi-uploads’,
},
delete: {},
},
},
},
});
This topic has been created from a Discord post (1261675253654880368) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord