Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 697 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 697 Bytes

Discord iLO Bot

Build the image, and run with below environment variables. The channel ID will limit the bot to only respond in that specific channel.

docker build -t discord-ilo-bot .

docker run --name discord-ilo-bot \
  -e DISCORD_TOKEN=<discord-bot-token> \
  -e CHANNEL_ID=<discord-channel-id>
  -e ILO_URL=https://<ilo-aip> \
  -e ILO_USER=<ilo-username> \
  -e ILO_PASS=<ilo-password> \
  -d discord-ilo-bot

Commands

  • !startserver - Will start the server
  • !stopserver - Will stop the server
  • !status - Will give you the powerstate of the server

Se more info at https://linuxblog.xyz/posts/discord-ilo-bot/