Skip to content

Commit f732b6a

Browse files
committed
Merge branch 'develop' of https://github.com/NginxProxyManager/nginx-proxy-manager into develop
2 parents a103387 + 805968a commit f732b6a

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

docs/src/third-party/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Known integrations:
1212
- [HomeAssistant Hass.io plugin](https://github.com/hassio-addons/addon-nginx-proxy-manager)
1313
- [UnRaid / Synology](https://github.com/jlesage/docker-nginx-proxy-manager)
1414
- [Proxmox Scripts](https://github.com/ej52/proxmox-scripts/tree/main/apps/nginx-proxy-manager)
15+
- [Proxmox VE Helper-Scripts](https://community-scripts.github.io/ProxmoxVE/scripts?id=nginxproxymanager)
1516
- [nginxproxymanagerGraf](https://github.com/ma-karai/nginxproxymanagerGraf)
1617

1718

docs/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -873,9 +873,9 @@ mitt@^3.0.1:
873873
integrity sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==
874874

875875
nanoid@^3.3.7:
876-
version "3.3.7"
877-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"
878-
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
876+
version "3.3.8"
877+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf"
878+
integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==
879879

880880
881881
version "0.4.3"

global/certbot-dns-plugins.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,14 @@
247247
"credentials": "dns_hetzner_api_token = 0123456789abcdef0123456789abcdef",
248248
"full_plugin_name": "dns-hetzner"
249249
},
250+
"hostingnl": {
251+
"name": "Hosting.nl",
252+
"package_name": "certbot-dns-hostingnl",
253+
"version": "~=0.1.5",
254+
"dependencies": "",
255+
"credentials": "dns_hostingnl_api_key = 0123456789abcdef0123456789abcdef",
256+
"full_plugin_name": "dns-hostingnl"
257+
},
250258
"hover": {
251259
"name": "Hover",
252260
"package_name": "certbot-dns-hover",

0 commit comments

Comments
 (0)