RubenNL / PlaceNL-docker

Run the PlaceNL placer headless in Docker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PlaceNL-Docker

This is the PlaceNL autoplacer wrapped in a Docker container with Firefox and Tampermonkey.

If you have never used Docker, please use the official userscript, not this docker version. This repo isn't for the average user.

Setup

  1. Download this repo.
  2. Run docker compose up -d. You might have to use sudo for this.
  3. Open http://localhost:5800.
  4. Wait a couple seconds, until tampermonkey pops up with a install button.
  5. Click that button -_-
  6. Open the already-opened reddit tab, and log in.
  7. Navigate to the r/place canvas.

This should be it.

System requirements

CPU: One that's compatible with one of those CPU architectures:

  • linux/amd64
  • linux/arm64
  • linux/arm/v7
  • linux/386

RAM: Between 600 and 800 mb of RAM free. Firefox uses a lot of memory.
Storage: 1GB of free space should be more than enough.

About

Run the PlaceNL placer headless in Docker.

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%