nginx-proxy-manager/global/test.js
Jamie Curnow db23c9a52f
Refactor certbot plugins install
- 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
2024-01-18 12:26:55 +10:00

4 lines
86 B
JavaScript

const c = require("./certbot-dns-plugins");
console.log(JSON.stringify(c, null, 2));