xin0414 / tinymce-contentful

TinyMCE for Contentful

Home Page:https://www.tiny.cloud/blog/is-the-headless-cms-the-future-of-content-publishing/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nginx 配置如下:

location /tinymce-contenful/image-upload {
    client_max_body_size 10m;
    proxy_pass http://127.0.0.1:3000/tinymce-contenful/image-upload;
}
location ^~ /tinymce-contentful {
    alias /opt/raysync-software-site/tinymce-contentful/src/;
}

启动 Node 服务:

pm2 start ./src/app.js --name contentful-image

About

TinyMCE for Contentful

https://www.tiny.cloud/blog/is-the-headless-cms-the-future-of-content-publishing/

License:Apache License 2.0


Languages

Language:JavaScript 78.5%Language:HTML 21.2%Language:Shell 0.3%