Reaktiv Remote Repo
A plugin to provide a self-hosted WP plugin repository
by Reaktiv Studios · github.com/norcross/reaktiv-remote-repo · website
★ 61stars
8forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/norcross/reaktiv-remote-repo/archive/refs/heads/master.zipFrom the readme
Reaktiv Remote Repo
A plugin to provide a self-hosted WP plugin repository
General Setup ##
To properly set this up, you must add some code to your plugin, with data from the site you have set up Reaktiv Remote Repo on.
All of this should reside in your root file. Note: all of this code resides in your individual plugin. The actual updater class
does not get modified in any way.
You first add your repository update URL as a constant. It should be the domain of your site, with update on the end.
You then need to add the unique key as a constant. This key is generated in your individual item in the repo.
Include a version number, which is what the update will check against.
Include the updater class file in your plugin, and load it.
And then add the update function in your plugin