An HTTP server made in Rust ๐ฆ to serve images to MenheraBot.
MenheraBot ยป
You may contribute to this project by creating a Pull Request to the master
branch.
To run Menhera Album, you need to have Docker in your machine. You have two options of installation, follow the one that applies to you.
If you want to build the image yourself, you can do it by following these steps:
- ๐งน Clone the repository
git clone https://github.com/MenheraBot/MenheraAlbum.git
- ๐ป Building the Image
docker build . --tag album
- ๐โโ๏ธ Running a Container
docker run --name AlbumServer -p 8080:8080 -d -t album
That's It! You have a HTTP server at port 8080.
If you don't really want all the source code, and just want to execute the bot, you can just donwload the image from the Container Registry.
- ๐ฅ Download the image
docker pull ghcr.io/menherabot/album:latest
You need to be logged in
- ๐โโ๏ธ Running a Container
docker run --name AlbumServer -p 8080:8080 -d -t ghcr.io/menherabot/album:latest
Vamoooooo!!! You have a HTTP server at port 8080.
Distributed under the MIT License. See LICENSE
for more information.
Discord: @ysnoopydogy
Twitter: @Luxanna_Dev
MenheraBot was made with โค๏ธ by Luxanna.