Sign inSign up

nixyslab/nxs-support-bot

By nixyslab

•Updated almost 3 years ago

https://github.com/nixys/nxs-support-bot

Image
0

1.5K

nixyslab/nxs-support-bot repository overview

⁠Quick reference

⁠What is nxs-support-bot?

nxs-support-bot lets you interact with your task tracker (at present supported Redmine only) via Telegram.

⁠How to use this image

There are two ways described below to install the Bot into your infrastructure.

First you need to do is to clone the repo⁠ and go to .deploy/docker-compose or .deploy/kubernetes directory in accordance to the way you choose to install:

$ git clone [email protected]:nixys/nxs-support-bot.git

Modify the docker-compose.yml or kubernetes manifests according to your infrastructure to make sure you have configured MySQL and Redis before setting up the Bot.

⁠Docker-compose

Do the following steps:

  • Configure⁠ nxs-support-bot
  • Launch the Bot with command:
    $ docker-compose up -d
    

⁠Kubernetes

Do the following steps:

  • Install Nixys universal Helm chart⁠ (Helm 3 is required):
    $ helm repo add nixys https://registry.nixys.ru/chartrepo/public
    
  • Configure⁠ nxs-support-bot
  • Launch the Bot with command:
    $ helm -n nxs-support-bot install nxs-support-bot nixys/universal-chart -f values.yaml
    

⁠License

nxs-support-bot⁠ is open source and released under the terms of the Apache License 2.0⁠.

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.

Tag summary

Content type

Image

Digest

sha256:744785c5d…

Size

20.6 MB

Last updated

almost 3 years ago

docker pull nixyslab/nxs-support-bot