Releases: marinfrankovic/WP_Updater
Releases · marinfrankovic/WP_Updater
WP Updater v1.3.1
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:latestImage: https://hub.docker.com/r/mfrankovic/wp-updater (multi-arch amd64/arm64).
See the README for full install, usage and security notes.