Foundry Helper

外掛說明

Foundry Helper is the WordPress.org pairing plugin for the WP Foundry desktop app. It stores a shared secret on this site so you can add the site in WP Foundry. There is no central cloud service: pairing credentials stay on this site and in your local WP Foundry install.

This directory plugin does not run WP-CLI, install or activate other plugins or themes, create backups, or update itself from GitHub.

What it does

  • Shows a Settings screen with the shared secret used to pair the site
  • Exposes HMAC-authenticated REST endpoints used by WP Foundry to confirm the helper version and rotate the secret

Remote management

To manage plugins, themes, users, backups, and WP-CLI from the desktop app, install the full WP Foundry Helper from wpfoundry.app or the project’s GitHub repository. The full helper uses the same shared secret, so you do not need to re-pair the site.

Third-party service

This plugin is designed to be used with the WP Foundry desktop application:

  • Site: https://wpfoundry.app
  • The plugin does not phone home on page load. It only talks to WP Foundry when the desktop app (or another client that knows the shared secret) calls the REST API.

安裝方式

  1. Install and activate Foundry Helper from the Plugins screen.
  2. Go to Settings Foundry Helper.
  3. Copy the shared secret and paste it into WP Foundry when adding this site.
  4. Test the connection from the desktop app.
  5. Optional: install the full helper from wpfoundry.app if you want remote management.

常見問題集

Does this plugin manage my other plugins?

No. The WordPress.org listing only pairs the site. Install the full helper from wpfoundry.app to manage plugins, themes, and backups.

Is the shared secret the same as a WordPress user password?

No. It is a site-wide pairing key stored in the WordPress options table. Anyone who has it can call the helper API as this site. Keep it private and regenerate it if it leaks.

Why is remote management a separate plugin?

WordPress.org plugins must not install arbitrary third-party plugin or theme zip files, run a remote WP-CLI shell, or self-update from GitHub. Those features stay in the separately distributed full helper.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Foundry Helper〉的開發相關工作。

參與者

將〈Foundry Helper〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

4.2.0

  • WordPress.org edition is pairing-only (shared secret, version check, secret rotation).
  • Remote management moved to the full helper distributed from GitHub / wpfoundry.app.

4.1.1

  • Single plugin listing (legacy bootstrap is no longer a second plugin).
  • Constants use the wpfoundry_ prefix expected by Plugin Check.

4.1.0

  • Directory-ready package: Foundry Helper name/slug, license headers, readme, uninstall, and i18n.

4.0.6

  • Previous helper release used before WordPress.org packaging.