mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-02-02 01:38:15 -05:00
db23c9a52f
- Added a script to install every single plugin, used in development and debugging - Improved certbot plugin install commands - Adjusted some version for plugins to install properly - It's noted that some plugins require deps that do not match other plugins, however these use cases should be extremely rare
4 lines
86 B
JavaScript
4 lines
86 B
JavaScript
const c = require("./certbot-dns-plugins");
|
|
|
|
console.log(JSON.stringify(c, null, 2));
|