Table of Contents
The purpose of this tool is to provide a light weight, automated way to store Minecraft JAR plugins in some form of a "CDN" so it may be called by itzg/docker-minecraft-server.
docker pull jtmb92/jar-explorer
Run on Docker Compose (this is the recommended way) by running the command "docker compose up -d".
---
services:
jar-explorer:
image: jtmb92/jar-explorer:latest
ports:
- "8080:80"
volumes:
- /path/to/your/jar/folder:/usr/share/nginx/html/files- Place jar files in the
/usr/share/nginx/html/files directory - Call jar files in your config using
yourdomain.com/files/your-jar-file-name.jar
This project is licensed under the GNU GENERAL PUBLIC LICENSE v3. Feel free to edit and distribute this template as you like.
See LICENSE for more information.
