File tree Expand file tree Collapse file tree 10 files changed +43
-16
lines changed Expand file tree Collapse file tree 10 files changed +43
-16
lines changed Original file line number Diff line number Diff line change 1
- 2.9.6
1
+ 2.9.7
Original file line number Diff line number Diff line change 1
1
<p align =" center " >
2
2
<img src="https://nginxproxymanager.com/github.png">
3
3
<br><br>
4
- <img src="https://img.shields.io/badge/version-2.9.6 -green.svg?style=for-the-badge">
4
+ <img src="https://img.shields.io/badge/version-2.9.7 -green.svg?style=for-the-badge">
5
5
<a href="https://hub.docker.com/repository/docker/jc21/nginx-proxy-manager">
6
6
<img src="https://img.shields.io/docker/stars/jc21/nginx-proxy-manager.svg?style=for-the-badge">
7
7
</a>
@@ -458,6 +458,18 @@ Special thanks to the following contributors:
458
458
<br /><sub><b>Fuechslein</b></sub>
459
459
</a>
460
460
</td>
461
+ <td align="center">
462
+ <a href="https://github.com/nightah">
463
+ <img src="https://avatars.githubusercontent.com/u/3339418?v=4" width="80" alt=""/>
464
+ <br /><sub><b>Amir Zarrinkafsh</b></sub>
465
+ </a>
466
+ </td>
467
+ <td align="center">
468
+ <a href="https://github.com/gabbe">
469
+ <img src="https://avatars.githubusercontent.com/u/156397?v=4" width="80" alt=""/>
470
+ <br /><sub><b>gabbe</b></sub>
471
+ </a>
472
+ </td>
461
473
</tr>
462
474
</table >
463
475
<!-- markdownlint-enable -->
Original file line number Diff line number Diff line change @@ -758,6 +758,7 @@ const internalCertificate = {
758
758
} ,
759
759
760
760
/**
761
+ * Request a certificate using the http challenge
761
762
* @param {Object } certificate the certificate row
762
763
* @returns {Promise }
763
764
*/
@@ -768,6 +769,7 @@ const internalCertificate = {
768
769
'--config "' + letsencryptConfig + '" ' +
769
770
'--cert-name "npm-' + certificate . id + '" ' +
770
771
'--agree-tos ' +
772
+ '--authenticator webroot ' +
771
773
'--email "' + certificate . meta . letsencrypt_email + '" ' +
772
774
'--preferred-challenges "dns,http" ' +
773
775
'--domains "' + certificate . domain_names . join ( ',' ) + '" ' +
Original file line number Diff line number Diff line change 1
1
location {{ path }} {
2
+ set $upstream {{ forward_scheme }}://{{ forward_host }}:{{ forward_port }}{{ forward_path }};
2
3
proxy_set_header Host $host;
3
4
proxy_set_header X-Forwarded-Scheme $scheme;
4
5
proxy_set_header X-Forwarded-Proto $scheme;
5
6
proxy_set_header X-Forwarded-For $remote_addr;
6
7
proxy_set_header X-Real-IP $remote_addr;
7
- proxy_pass {{ forward_scheme }}://{{ forward_host }}:{{ forward_port }}{{ forward_path }} ;
8
+ proxy_pass $upstream ;
8
9
9
10
{% if access_list_id > 0 %}
10
11
{% if access_list.items.length > 0 %}
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ server {
16
16
error_log /data/logs/default-host_error.log warn;
17
17
{% include "_exploits.conf" %}
18
18
19
+ include conf.d/include/letsencrypt-acme-challenge.conf;
20
+
19
21
{%- if value == "404" %}
20
22
location / {
21
23
return 404;
Original file line number Diff line number Diff line change @@ -3351,9 +3351,9 @@ table@^5.2.3:
3351
3351
string-width "^3.0.0"
3352
3352
3353
3353
tar@^4, tar@^4.4.2 :
3354
- version "4.4.13 "
3355
- resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.13 .tgz#43b364bc52888d555298637b10d60790254ab525 "
3356
- integrity sha512-w2VwSrBoHa5BsSyH+KxEqeQBAllHhccyMFVHtGtdMpF4W7IRWfZjFiQceJPChOeTsSDVUpER2T8FA93pr0L+QA ==
3354
+ version "4.4.15 "
3355
+ resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.15 .tgz#3caced4f39ebd46ddda4d6203d48493a919697f8 "
3356
+ integrity sha512-ItbufpujXkry7bHH9NpQyTXPbJ72iTlXgkBAYsAjDXk3Ds8t/3NfO5P4xZGy7u+sYuQUbimgzswX4uQIEeNVOA ==
3357
3357
dependencies :
3358
3358
chownr "^1.1.1"
3359
3359
fs-minipass "^1.2.5"
Original file line number Diff line number Diff line change 1
1
text = True
2
2
non-interactive = True
3
- authenticator = webroot
4
3
webroot-path = /data/letsencrypt-acme-challenge
5
4
key-type = ecdsa
6
5
elliptic-curve = secp384r1
Original file line number Diff line number Diff line change @@ -9,9 +9,10 @@ server {
9
9
10
10
server_name localhost-nginx-proxy-manager;
11
11
access_log /data/logs/fallback_access.log standard;
12
- error_log /dev/null crit ;
12
+ error_log /data/logs/fallback_error.log warn ;
13
13
include conf.d/include/assets.conf;
14
14
include conf.d/include/block-exploits.conf;
15
+ include conf.d/include/letsencrypt-acme-challenge.conf;
15
16
16
17
location / {
17
18
index index.html;
Original file line number Diff line number Diff line change @@ -6405,10 +6405,10 @@ minipass@^3.0.0, minipass@^3.1.1:
6405
6405
dependencies :
6406
6406
yallist "^4.0.0"
6407
6407
6408
- minizlib@^2.1.0 :
6409
- version "2.1.0 "
6410
- resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.0 .tgz#fd52c645301ef09a63a2c209697c294c6ce02cf3 "
6411
- integrity sha512-EzTZN/fjSvifSX0SlqUERCN39o6T40AMarPbv0MrarSFtIITCBh7bi+dU8nxGFHuqs9jdIAeoYoKuQAAASsPPA ==
6408
+ minizlib@^2.1.1 :
6409
+ version "2.1.2 "
6410
+ resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2 .tgz#e90d3466ba209b932451508a11ce3d3632145931 "
6411
+ integrity sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg ==
6412
6412
dependencies :
6413
6413
minipass "^3.0.0"
6414
6414
yallist "^4.0.0"
@@ -9156,14 +9156,14 @@ tapable@^1.0.0, tapable@^1.1.3:
9156
9156
integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==
9157
9157
9158
9158
tar@^6.0.2 :
9159
- version "6.0.2 "
9160
- resolved "https://registry.yarnpkg.com/tar/-/tar-6.0.2 .tgz#5df17813468a6264ff14f766886c622b84ae2f39 "
9161
- integrity sha512-Glo3jkRtPcvpDlAs/0+hozav78yoXKFr+c4wgw62NNMO3oo4AaJdCo21Uu7lcwr55h39W2XD1LMERc64wtbItg ==
9159
+ version "6.1.6 "
9160
+ resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.6 .tgz#c23d797b0a1efe5d479b1490805c5443f3560c5d "
9161
+ integrity sha512-oaWyu5dQbHaYcyZCTfyPpC+VmI62/OM2RTUYavTk1MDr1cwW5Boi3baeYQKiZbY2uSQJGr+iMOzb/JFxLrft+g ==
9162
9162
dependencies :
9163
9163
chownr "^2.0.0"
9164
9164
fs-minipass "^2.0.0"
9165
9165
minipass "^3.0.0"
9166
- minizlib "^2.1.0 "
9166
+ minizlib "^2.1.1 "
9167
9167
mkdirp "^1.0.3"
9168
9168
yallist "^4.0.0"
9169
9169
Original file line number Diff line number Diff line change @@ -314,6 +314,16 @@ dns_linode_version = [<blank>|3|4]`,
314
314
full_plugin_name : 'dns-linode' ,
315
315
} ,
316
316
//####################################################//
317
+ loopia : {
318
+ display_name : 'Loopia' ,
319
+ package_name : 'certbot-dns-loopia' ,
320
+ package_version : '1.0.0' ,
321
+ dependencies : '' ,
322
+ credentials : `dns_loopia_user = user@loopiaapi
323
+ dns_loopia_password = abcdef0123456789abcdef01234567abcdef0123` ,
324
+ full_plugin_name : 'dns-loopia' ,
325
+ } ,
326
+ //####################################################//
317
327
luadns : {
318
328
display_name : 'LuaDNS' ,
319
329
package_name : 'certbot-dns-luadns' ,
You can’t perform that action at this time.
0 commit comments