update.web-systems.pl

Private Update Server

Private Update Server

Self-hosted API for distributing updates of custom plugins, themes and CMS modules built by Web Systems.

How it works

Plugins and modules query this server for metadata and download links. When a new version is detected, the CMS displays a standard update notification.

API access

Endpoints serve JSON metadata and ZIP downloads. Used internally by the plugin-update-checker library embedded in each package.

Automated deploy

New package versions are built and deployed automatically through the CI/CD pipeline after every push to the repository.

Security

The server is accessible only to authorized CMS instances. Packages are protected from direct access. All requests are logged and monitored.

API Endpoints

EndpointDescription
/?action=get_metadata&slug={slug}Returns JSON metadata (version, download URL, changelog, etc.)
/?action=download&slug={slug}Downloads the package ZIP file