Skip to content

Releases: marinfrankovic/WP_Updater

WP Updater v1.3.1

09 Jun 19:47

Choose a tag to compare

First public release.

Connector: download wp-updater-connector.php below and drop it into each WordPress site's wp-content/mu-plugins/ folder, then copy the API key from Settings → WP Updater.

Dashboard: run the Docker image and open it on port 8090.

mkdir -p data && sudo chown -R 10001:10001 data
docker run -d --name wp-updater -p 8090:8090 \
  -e WPUPDATER_SECRET_KEY="$(openssl rand -hex 32)" \
  -v "$PWD/data:/data" \
  --restart unless-stopped \
  mfrankovic/wp-updater:latest

Image: https://hub.docker.com/r/mfrankovic/wp-updater (multi-arch amd64/arm64).
See the README for full install, usage and security notes.