Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JAR Explorer - A lightweight JAR CDN.

Report a Bug · Request a Feature . Docker Hub

Table of Contents


About

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.


alt text

Getting Started

 docker pull jtmb92/jar-explorer

Running on Docker Compose

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

How to Use

  1. Place jar files in the /usr/share/nginx/html/files directory
  2. Call jar files in your config using yourdomain.com/files/your-jar-file-name.jar

License

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.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages