Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

qcobjects-admin

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qcobjects-admin

With this panel, you can manage settings, configurations and install plugins

  • 1.0.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
7
decreased by-81.08%
Maintainers
0
Weekly downloads
 
Created
Source

QCObjects Admin Panel

Install

npm i qcobjects-admin

Uninstall

Uninstall it before to go live in production environment.

npm uninstall qcobjects-admin

Setup in your config.json

Below routes are added automatically.

"backend":{
    "routes":[
        {
            "name":"QCObjects Admin Panel!",
            "description":"With this panel, you can manage settings, configurations and install plugins",
            "path":"^/admin",
            "microservice":"qcobjects-admin",
            "headers": {
              "content-type": "text/html; charset=utf-8"
            },
            "responseHeaders":{
            },
            "cors":{
              "allow_origins":"*"
            }
        }
    ]
}

# Visit

Visit https://localhost:port/admin

Create your own microservice

To make your own microservice, you can generate it with QCObjects CLI using this package as template:

qcobjects create --custom=qcobjects-admin my-own-admin

Keywords

FAQs

Package last updated on 14 Aug 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