Skip to content

mintopia/battlenet-prefill-docker

Repository files navigation

Dockerised BattleNet Prefill - Deprecated

Deprecated

Please use this version by Kimmo Saari instead. It has a lot more features including:

  • Automatic daily builds
  • Uses the latest version
  • Can easily be added to portainer

Introduction

Dockerfile, docker-compose and helper scripts for running tpill90's battlenet-lancache-prefill within a docker container.

Usage

Prerequisites

  • Git
  • Docker

Clone this repository and then use either the BattleNetPrefill command or BattleNetPrefill.cmd if you're on Windows.

git clone https://github.com/mintopia/battlenet-prefill-docker.git
cd battlenet-prefill-docker
./BattleNetPrefill list-products

For instructions on how to use BattleNetPrefill please read the README on the GitHub project.

Config and cache data are written to bind-mounted volumes.

Running without Docker-Compose

This is NOT recommended as it's more awkward, but if you really want to:

docker run \
  -v ${PWD}/cache:/app/cache \
  -it \
  --rm \
  ghcr.io/mintopia/battlenet-prefill-docker:latest \
  list-products

This will use the latest image from GHCR.

Support

For support, please visit the LanCache.Net Discord Server in the #steam-prefill channel.

Thanks

This would not exist without the following:

License

The MIT License (MIT)

Copyright (c) 2022 Jessica Smith

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.