7.7.1 • Published 1 year ago

koishi-bootstrap v7.7.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Koishi Bootstrap

Koishi bootstrap script, for Docker.

Docker

The docker image is at git-registry.mycard.moe/3rdeye/koishi-bootstrap.

Mount your config file, either koishi.config.yml or koishi.config.js, to /app , and run it.

Auto plugin install

This Docker image will auto install every plugin mentioned in Koishi config file, whose config includes $install variable`.

$install variable could be as follows.

  • true for latest version.

  • a specific version name, eg. ^4.0.0-beta.1.

Config example

port: 8080

logger:
  root: logs

allowWrite: false

plugins:
  act:
    $install: latest
    $community: true # Will prefer koishi-plugin-act over @koishijs/plugin-act
  adapter-onebot:
    $install: true # Will always install the latest version
    bots:
      - protocol: 'ws'
        endpoint: 'wss://example.com'
        selfId: '1111111111'
        token: 'token'
  verifer:
    $install: '1.0.0-beta.0' # Will install this version. NPM format is also supported.
7.7.1

1 year ago

7.7.0

1 year ago

7.6.1

1 year ago

7.6.0

1 year ago

7.4.0

1 year ago

7.3.1

2 years ago

7.2.2

2 years ago

7.3.0

2 years ago

7.2.1

2 years ago

7.5.2

1 year ago

7.5.1

1 year ago

7.5.0

1 year ago

7.3.2

1 year ago

7.5.5

1 year ago

7.5.4

1 year ago

7.0.4

2 years ago

7.2.0

2 years ago

7.1.0

2 years ago

6.1.0

2 years ago

6.2.1

2 years ago

6.2.0

2 years ago

6.2.3

2 years ago

6.2.2

2 years ago

7.0.0

2 years ago

7.0.3

2 years ago

7.0.2

2 years ago

7.0.1

2 years ago

6.2.5

2 years ago

6.2.4

2 years ago

6.2.7

2 years ago

6.2.6

2 years ago

6.0.1

2 years ago

6.0.0

2 years ago

6.0.2

2 years ago

5.7.4

2 years ago

5.7.3

2 years ago

5.7.2

2 years ago

5.7.1

2 years ago

5.4.2

2 years ago

5.4.1

2 years ago

5.4.0

2 years ago