@tigojs/fepanel

0.2.18 • Public • Published

@tigojs/fepanel

Integrate the panel to your tigo server.

Usage

If you hasn't installed @tigojs/cli before, you should install it to your server first:

npm install @tigojs/cli -g

Please ensure that @tigojs/hostbinder is installed, it's necessary.

If not, please install it fisrt:

tigo add hostbinder

Then run the following command:

tigo add fepanel

In your .tigorc, please set the configuration for this module:

// .tigorc.js
module.exports = {
  plugins: {
    fepanel: {
      package: '@tigojs/fepanel',
      config: {
        distPath: '', // the dist path of tigo-panel
        domain: '', // a domain that you want to bind to the panel
      },
    },
  },
};

Upgrade panel

If you want to upgrade the panel, you can use @tigojs/cli to do this quickly.

tigo panel upgrade

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @tigojs/fepanel

Weekly Downloads

0

Version

0.2.18

License

MIT

Unpacked Size

5.35 kB

Total Files

5

Last publish

Collaborators

  • backrunner