0.2.18 • Published 4 years ago

@tigojs/fepanel v0.2.18

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@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

0.2.18

4 years ago

0.2.17

4 years ago

0.2.16

4 years ago

0.2.15

4 years ago

0.2.14

4 years ago

0.2.13

4 years ago

0.2.12

4 years ago

0.2.10

4 years ago

0.2.7

4 years ago

0.2.9

4 years ago

0.2.8

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.2.6

4 years ago

0.2.2

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.1.17

4 years ago

0.1.14

4 years ago

0.1.15

4 years ago

0.1.16

4 years ago

0.1.12

4 years ago

0.1.10

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago