Sign inSign up

colsrch/madoka

By colsrch

Updated over 1 year ago

Madoka QQ Robot

Image
1

2.9K

colsrch/madoka repository overview

Run Madoka on any machine.

  • Insufficient: Some functions are unavailable, such as the console and online upgrade.

See https://madoka.colsrch.cn for more docs.

Example usage:

# This will start a Madoka container and expose it to http://127.0.0.1:8080.
# It will also mount your '$PWD/extension' into the container as '/app/plugin/extension'
# 
# Your '$PWD/config.ini' is mounted at '/app/core/config.ini' within the container to 
# ensure you can easily access/modify your Madoka config outside of the container.
mkdir ~/extension
docker run -it --name madoka -p 127.0.0.1:8080:8080 \
  -v "$PWD/extension:/app/plugin/extension" \
  -v "$PWD/config.ini:/app/core/config.ini" \
  colsrch/madoka:2.0.0-rc4

We use the following open source dependencies in this image:

Tag summary

Content type

Image

Digest

sha256:ddc72bf4b

Size

243.9 MB

Last updated

over 1 year ago

docker pull colsrch/madoka