Self-hosting with Docker of AuteMuteUs in Windows environment

Introduction

AutoMute Us is a tool that automatically mutes Among us when you play it with Discord's voice chat. Recently, it seems that various functions such as winning percentage are increasing, but to use the latest functions, you need to self-host with Docker. The one that can be executed by Windows exe has stopped development in 2.4.3, and the operation seems to be unstable.

I succeeded in self-hosting with Docker, so I will record how to do it.

AutoMuteUs https://github.com/denverquane/automuteus

environment

Docker Desktop 3.0.4 Docker Compose 1.28.0-rc2 automuteus 6.10.1 galactus 2.4.1

AutoMuteUs hosting procedure

As described in Docker Compose on github, the procedure is shown below.

① Create and invite a bot by referring to [3. Create a Discord bot] in the link below to get a Token. Self-hosted Super Convenient Discord bot “AutoMuteUs” for Among Us (Official Recommended Easy Version)

② Install Docker Desktop and Docker Compose.

③ Download the yml file from the link below https://github.com/denverquane/automuteus/blob/master/docker-compose.yml

④ Download sampl.env from the link below https://github.com/denverquane/automuteus/blob/master/sample.env

⑤ Rename the downloaded sampl.env to .env and enter the following items. AUTOMUTEUS_TAG: Enter the latest version number from here GALACTUS_TAG: Enter the latest version number from here DISCORD_BOT_TOKEN: Describe the token obtained in ① GALACTUS_HOST: Describes the galactus host accessed by the automuteus container. This time it will be completed locally, so write http: // localhost GALACTUS_EXTERNAL_PORT: Describes the port number when accessing the host. This time it is 80. If you want to change it, enter the port in GALACTUS_HOST as well.

⑥ Place the created .env and docker-compose.yml in the same folder, make it the current directory, and start the command line.

⑦ Command execution docker-compose pull

⑧ Command execution docker-compose up -d

The host is complete. Check the operating status with Docker Desktop, and if it works normally, it's OK.

Use

Download the latest Among Us Capture from the link below, start it, and put the obtained token in [Setting]-[Discord]-[Discord token]. https://github.com/denverquane/amonguscapture

Start the game, enter .au new in the Discord channel where you invited the bot, and you will receive a DM from the bot. You can use it by clicking the link and linking with Among Us Capture. See Official Github Page for other commands.

Supplement

About troubles that occurred when building the environment I get the following error on galactus and can't connect to redis. websocket: close 4004: Authentication failed. No REDIS_USER specified. No REDIS_PASS specified.

It seems that the above error occurs because it cannot communicate with Discord. Is the same port number already in use by another container? Make sure that the Discord tokens match.

Recommended Posts

Self-hosting with Docker of AuteMuteUs in Windows environment
Alert slack with alert manager in Docker environment
Edit Mysql with commands in Docker environment
How to execute with commands of normal development language in Docker development environment
Run Redmine in the local environment of Windows10 Pro-Use Docker Desktop for Windows
Support out of support in docker environment using centos6
Build an environment of Ruby2.7.x + Rails6.0.x + MySQL8.0.x with Docker
Build ruby debug environment with VS Code of Windows 10
[Note] Build a Python3 environment with Docker in EC2
SSL in the local environment of Docker / Rails / puma
Database environment construction with Docker in Spring boot (IntellJ)
Create Chisel development environment with Windows10 + WSL2 + VScode + Docker
Pytorch execution environment with Docker
[Docker] Rails 5.2 environment construction with docker
Build docker environment with WSL
React environment construction with Docker
Install by specifying the version of Django in the Docker environment
Setting the baseURL in the axios module of Docker environment Nuxt
Easy environment construction of MySQL and Redis with Docker and Alfred
Zip compression with Java in Windows environment without garbled characters
Login with HttpServletRequest # login in Spring Security of Servlet 3.x environment
Rails + MySQL environment construction with Docker
Create a Vue3 environment with Docker!
Node.js environment construction with Docker Compose
Build Couchbase local environment with Docker
Environment construction with Docker for beginners
Create RUNTEQ's environment with Windows DockerDesktop
Build PlantUML environment with VSCode + Docker
Build environment with vue.js + rails + docker
Build Rails environment with Docker Compose
Create SolrCloud verification environment with Docker
Install laravel/Dusk in docker environment (laravel6)
Create Laravel environment with Docker (docker-compose)
[Environment construction with Docker] Rails 6 & MySQL 8
Build docker + laravel environment with laradock
Check MySQL logs in Docker environment
Summary of steps for developing in Docker container with VS Code
I tried to build the environment of PlantUML Server with Docker
Building a haskell environment with Docker + VS Code on Windows 10 Home
A story stuck with log output in Docker + Play framework environment
Easy installation of Docker with snap (1 command)
Put Kanban in Docker of Raspberry Pi 3
GPU environment construction with Docker [October 2020 version]
[Docker] Use environment variables in Nginx conf
Rails environment construction with Docker (personal apocalypse)
Building Rails 6 and PostgreSQL environment with Docker
Laravel development environment construction with Docker (Mac)
Build a PureScript development environment with Docker
Build an environment of "API development + API verification using Swagger UI" with Docker
Create Rails 6 + MySQL environment with Docker compose
Use docker in proxy environment on ubuntu 20.04.1
Scraping with puppeteer in Nuxt on Docker.
Environment construction with Docker (Ubuntu20.04) + Laravel + nginx
Create a MySQL environment with Docker from 0-> 1
Create Spring Boot-gradle-mysql development environment with Docker
I tried to build a Firebase application development environment with Docker in 2020
[Docker] Create Node.js + express + webpack environment with Docker
Laravel + MySQL + phpMyadmin environment construction with Docker
Install Zabbix 5.0 with Docker → Set up Slack notification in case of failure
Build a Wordpress development environment with Docker
When I tried to build an environment of PHP7.4 + Apache + MySQL with Docker, I got stuck [Windows & Mac]