New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

auto-cms-server

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auto-cms-server

Auto turn any webpage into editable CMS without coding.

  • 0.9.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-90.91%
Maintainers
1
Weekly downloads
 
Created
Source

auto-cms

Auto turn any webpage into editable CMS without coding.

npm Package Version

Features

  • Click with Ctrl key or Alt key to show menu
  • Edit from web UI
    • text
    • link
    • image
    • audio
    • video
  • media management
    • view
    • upload
    • delete
    • see which pages are using the media
    • support image
    • support video / audio
  • style editing
    • text alignment
    • text color
    • font size
    • font family
  • SEO settings
    • title
    • description
    • preview image
  • Save changes to file
  • Custom 404 layout (send 404.html if exists, otherwise send index.html)
  • Multi-language support
    • convert 150+ languages with node-EasyNMT
    • convert traditional Chinese / simplified Chinese
  • Contact form
  • IFrame inlining
  • Auto scan 404
  • Auto setup .env file
  • Robust
    • Correctly set Content-Type even when the filename of the HTML file is not ending with .html
    • Auto backup edits

Enhancement

  • support editing element with multiple text nodes with br

Usage

Usage with installation to lock the version:

npm i -D auto-cms-server
npx auto-cms-server

Usage without installation:

npx -y auto-cms-server

API

The api endpoint of contact form is POST /contact expecting Content-Type be application/x-www-form-urlencoded with below optional fields in request body: name, email, tel, company_name, business_nature, remark.

If you want to store additional information, you may store them as JSON in the remark field.

License

This project is licensed with BSD-2-Clause

This is free, libre, and open-source software. It comes down to four essential freedoms [ref]:

  • The freedom to run the program as you wish, for any purpose
  • The freedom to study how the program works, and change it so it does your computing as you wish
  • The freedom to redistribute copies so you can help others
  • The freedom to distribute copies of your modified versions to others

Keywords

FAQs

Package last updated on 25 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc