WP Manifestindependent plugin directory
manifest / updates / nsz-vercel-dashboard

970 Design Vercel Dashboard

A WordPress plugin to integrate with Vercel deployments

by 970Design · github.com/970design/nsz-vercel-dashboard · website

0stars
0forks

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/970design/nsz-vercel-dashboard/archive/refs/heads/main.zip

From the readme

970 Design Vercel Dashboard A WordPress dashboard to keep track of Vercel deployments. Description The Vercel Dashboard plugin provides a convenient way to monitor and manage your Vercel deployments directly from your WordPress admin dashboard. Features Track Vercel deployments View deployment status Manage deployment settings Easy integration with your WordPress site Requirements WordPress 5.0 or higher PHP 7.4 or higher Installation 1. Upload the plugin files to the /wp-content/plugins/nsz-vercel-dashboard directory 2. Activate the plugin through the 'Plugins' screen in WordPress 3. Use the Settings-Vercel Dashboard screen to configure the plugin Stable Encryption Key (optional) Saved credentials are encrypted with AES-256. By default the encryption key is derived from the WordPress salts (AUTHSALT / SECUREAUTHSALT), which differ per environment — so encrypted values cannot be decrypted after a database transfer between environments. To make encrypted values portable, define NSZENCRYPTIONSALT with the same value in every environment (e.g. in Bedrock's config/application.php): Opting in is non-destructive: values encrypted before the constant was set still decry

Read the full README on GitHub →