Sign inSign up

davescodemusings/all-your-base

By davescodemusings

•Updated almost 2 years ago

Keep track of Minecraft bases with this simple Node.js Express app.

Image
Web servers
0

927

davescodemusings/all-your-base repository overview

⁠all-your-base

Keep track of Minecraft bases with this simple Node.js Express app.

Run as a Docker container using the following compose.yml:

services:
  all-your-base:
    image: davescodemusings/all-your-base:latest
    container_name: all-your-base
    hostname: all-your-base
    restart: unless-stopped
    ports:
      - "2101:2101"
    volumes:
      - ./data:/app/data

Point your web browser to http://IP.AD.DR.ESS:2101/⁠

Features:

  • Sortable columns by clicking headings in web interface.
  • Mobile friendly design adjusts interface for smaller screen.
  • All backend data kept in human-readable JSON file.
  • Reload JSON from file after hand edits by sending HUP signal (e.g. docker kill --signal="HUP" <container-id>).

More on GitHub:

https://github.com/DavesCodeMusings/all-your-base⁠

Tag summary

Content type

Image

Digest

sha256:0baacb753…

Size

389.2 MB

Last updated

almost 2 years ago

docker pull davescodemusings/all-your-base