CKEditor issue not reading from cloud storage - ckeditor

After installing the Mandeeps Cloud Storage module, we have confirmed it is enabled as a connector. We have confirmed, using the DNN site assets the files are being read from Azure. We do have an issue with the CKeditor, reading files locally and not using the connector. Is there a setting or fix for this.

I havent used the Mandeeps cloud storage but their knowlegdebase is pretty good and it seems to cover this topic
"you can use existing Azure folders by adding a folder of the same name in Add Folder TextBox in FileManger"
https://www.mandeeps.com/support/knowledgebase/cloud-storage-folder-types-windows-azure
there is also a default file location for the ckeditor that can be configured from the site settings page
HTML editor manager

Related

strapi - change upload folder location and restrict access to files

Is there a way in strapi to configure location for uploading media and also restrict access to it?
the docs for configuring the middleware lists only one option for changing maxFileSize.
Strapi uses is koa-body and formidable to process files but I couldnt find option to configure path there also.
I'm on strapi v3.6.2.
Restricting access to files: As far as I know, the upload plugin does not support restricting access to files, based on user-permissions authentication. For example, the aws bucket provider expects a public bucket and the local upload provider serves all files indiscriminately. Options for getting around this include:
Making a custom upload provider
Modifying the upload plugin, develop a custom plugin
Fully custom uploads in a strapi model service
....
Upload folder location: Strapi-provider-upload-local picks up a path from the middleware config here. Although I don't know if this variable is used anywhere else and can be (safely) changed in the middleware config file.

How to fetch newly added images from VM in google cloud platform?

When I add images it is stored inside google cloud platform VM correctly.
But I am not able to fetch newly added images in my website.
If I redeploy project with newly added images in assets folder it is showing correctly.
I have verified there is no mistake on frontend or backend side.
Is it not possible to get live image update with VM?
Edit:
I have used Vue.js.
I am storing images inside src/assets folder.
When I save images in my website it is saved at src/assets folder.
I think it can only access things in dist folder after build.
Can you suggest where should I save my file?
I'm making an educateg guess it's some cache issue.
Instead of putting your image files inside the VM you can try storing them in a bucket that's accessible to public. The downside is that it can serve only static files (no PHP or anything).
You have to configure your load balancer to forward all your.domain.com/images/ requests to the bucket but that's actually quite easy. Have a look at my answer asking for such configuration.

Change File Upload Path

How do I change the default path for the file upload in Strapi? I want to store the uploaded files to a network filer instead of the location where strapi is installed.
There are plugins that you can install in order to upload to 3th party cloud storage platform
These are the official ones:
strapi-provider-upload-aws-s3
strapi-provider-upload-cloudinary
strapi-provider-upload-rackspace
You can check out this article for the detailed implementation https://strapi.io/documentation/3.0.0-beta.x/plugins/upload.html#install-providers

How Can I Upload a New Theme in WSO2?

I have been trying to change the theme of my WSO2 store.
It would only allow me to customize CSS and images. I want to apply a new structure to the theme.
Is it possible? If so, how?
Depends on which version you are using.
If you are using WSO2 Cloud. You have to create a zip file with the custom css and upload it on the platform.
https://docs.wso2.com/display/APICloud/Customize+the+API+Store+Theme
If you are using WSO2 Local server then you will have to follow certain steps shown in the link below.
https://docs.wso2.com/display/AM200/Adding+a+New+API+Store+Theme

Magento css and js are not loading properly after migrate to cloud server

I have recently migrated the website (https://www.chennaicrackersonline.com/) from shared server to cloud server. The website is developed in magento 1.9.0.1 using mysql.
After moving the magento files and database to the cloud server, the website css and js are not loading properly. After given the proper permission for the css and js folder also, not resolved the issue.
While checking the page source, it appears that the css were merged and js were merged. Please refer the screenshot for the better understanding below:
When I check the page source, I could see that there is "m" folder and "1497249376" folder. Actually these folder are not exist or not created properly in the respective location. It is applicable for the js files also. Js files also resides inside "m" folder. But there is no "m" folder physically.
I am not sure what is the exact issue and how to resolve this issue? Is there any permission issue or any plugin /module causes this issue? Can you guide me / help me to sort out this issue?
Just disable JS and CSS merging until you figure out the problem.
For Magento 1.x go to admin panel > System > Configuration > Advanced > Developer.
Make sure you are using Default Config for Current Configuration Scope (dropdown menu at the top in left sidebar).
Go to JavaScript Settings and CSS Settings and set the Merge options to No.
Reset Magento cache and browser cache, then reload your page.

Resources