Thanks to visit codestin.com
Credit goes to github.com

Skip to content

omdv/kolmafia-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

KoLmafia Container

Build Stats GHCR Image GHCR Size

Description

KoLmafia on-the-go, when you are away from your machine.

  • KoLmafia Game Client: Latest version automatically downloaded
  • VNC Desktop: XFCE desktop environment accessible via VNC
  • Web Interface: Browser-based VNC client at port 6901
  • Persistence: Keep your configuration safe and persisted.
  • Auto-updates: GitHub Actions workflow automatically builds new versions

Quick Start

docker run -d -p 6901:6901 --name kolmafia ghcr.io/omdv/kolmafia-docker/kolmafia:latest
  • Open http://localhost:6901
  • Default password is vncpassword,

Configuration

  • VNC_PW: Set VNC password (default: vncpassword)
  • VNC_COL_DEPTH: Set VNC color depth (default: 24)
  • VNC_RESOLUTION: Set VNC resolution (default: 1280x1024)
  • VNC_PASSWORDLESS: default:
  • Mount /headless/.kolmafia to your host folder for persistence

Available Images

Images are automatically published to GitHub Container Registry at:

ghcr.io/your-username/kolmafia:latest
ghcr.io/your-username/kolmafia:v28569
ghcr.io/your-username/kolmafia:v28570

Troubleshooting

VNC Connection Issues

  • Ensure ports 5901 and 6901 are accessible
  • Check firewall settings
  • Verify the container is running: docker logs kolmafia

KoLmafia Not Starting

  • Check container logs: docker logs kolmafia
  • Verify Java installation: docker exec kolmafia java -version
  • Check VNC desktop is running: docker exec kolmafia ps aux | grep xfce

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Dockerized kolmafia running in the VNC container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages