minecraft-overviewer
minecraft-overviewer copied to clipboard
Docker Image to Run Minecraft Overviewer
Hey! This looks like a pretty fun idea. Is there a guide or docs anywhere for setting this up with an existing Minecraft server running on docker compose? I.e., getting...
Some minecraft servers create separate folders for each of the worlds by default, and the included config fails to find those worlds. This updates that config to support separate folders...
Overviewer would sometimes complain about not being able to find the textures.
Adds the ability to rerun Overviewer after a set delay so that the map can be automatically updated for players.
Fixes #72 by adding the ability to set the user and group ID of the container user at runtime
Document how to get permissions correct. Discussion here: https://github.com/mide/minecraft-overviewer/issues/51#issuecomment-624988309.
Can we switch to a Multi-Stage Docker build? Initial attempts left out some files which caused runtime problems. We need to also determine what are build dependencies vs runtime dependencies.
Closes #53 I'm currently testing this on my own deployment to see how well it works.
Ideas: - [x] ~Allow filter to match case insensitive (`-- RENDER --` or `-- render --` or `-- Render --` all match)~ _Will not implement per #63_ - [x] Strip...
Minecraft-Overviewer is unmaintained, but forks of it do exist for various issues. Permit selecting a fork repo with the following `--build-arg`s: * `OVERVIEWER_REPOSITORY` * `OVERVIEWER_BRANCH` These default to the current...