Skip to content

🚀 CaptainCore Manager a WordPress plugin as an interface for CaptainCore.

License

Notifications You must be signed in to change notification settings

CaptainCore/captaincore-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aa30096 Β· Feb 6, 2025
May 24, 2023
Jan 30, 2025
Feb 26, 2024
Feb 4, 2018
Nov 22, 2024
Feb 6, 2025
Jan 15, 2025
May 2, 2020
Feb 4, 2018
Aug 26, 2018
Jan 2, 2021
May 6, 2024
Feb 4, 2025
Feb 13, 2024
Feb 13, 2024
Feb 4, 2018
Aug 12, 2019
Aug 9, 2018
May 17, 2019

Repository files navigation


CaptainCore

CaptainCore is an open source toolkit for managing WordPress sites via SSH & WP-CLI. This is a WordPress plugin that requires a connection to CaptainCore CLI.

emoji-log

Warning

This project is under active development and not yet stable. Things may break without notice. Only proceed if your wanting to spend time on the project. Sign up to receive project update at captaincore.io.

Installation

  1. Upload /captaincore/ to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. CaptainCore requires access to a remote server running CaptainCore CLI. Add following auth info to wp-config.php file.
# CaptainCore CLI keys
define( 'CAPTAINCORE_CLI_TOKEN', "xxxxxxxxxxxxxxxxxxxxxxxxx" );
define( 'CAPTAINCORE_CLI_USER', "xxxxxxxx" );
define( 'CAPTAINCORE_CLI_KEY', "xxxxxxxxxxxxxxxxxxxxxxxxx" );
define( 'CAPTAINCORE_CLI_ADDRESS', "xxx.xxx.xxx.xxx" );
define( 'CAPTAINCORE_CLI_PORT', "xxxxx" );

# CaptainCore B2 keys
define( 'CAPTAINCORE_B2_ACCOUNT_ID', 'xxxxxxxxxxxx' );
define( 'CAPTAINCORE_B2_ACCOUNT_KEY', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' );
define( 'CAPTAINCORE_B2_BUCKET_ID', 'xxxxxxxxxxxxxxxxxxxxxxxx' );
define( 'CAPTAINCORE_B2_SNAPSHOTS', "Bucket/Foldername" );

About

🚀 CaptainCore Manager a WordPress plugin as an interface for CaptainCore.

Resources

License

Stars

Watchers

Forks

Releases

No releases published