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.

FAQ

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.