mirror of
https://gh.llkk.cc/https://github.com/CaptainCore/captaincore-manager.git
synced 2025-10-03 14:04:44 +08:00
🚤 CaptainCore Manager a WordPress plugin as an interface for CaptainCore.
https://captaincore.io
admin | ||
inc | ||
includes | ||
languages | ||
public | ||
templates | ||
woocommerce | ||
.gitignore | ||
.gitmodules | ||
captaincore.php | ||
index.php | ||
LICENSE.txt | ||
readme.md | ||
README.txt | ||
uninstall.php | ||
upload.php |

CaptainCore GUI
CaptainCore GUI is a WordPress plugin part of the CaptainCore toolkit (a powerful toolkit for managing WordPress sites via SSH & WP-CLI). Requires a connection with a CaptainCore CLI (see installation notes).
Installation
- Upload
/captaincore/
to the/wp-content/plugins/
directory - Activate the plugin through the 'Plugins' menu in WordPress
- 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" );
License
This is free software under the terms of MIT the license (check the LICENSE file included in this package).