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.