jc21
1c498f84ad
Merge pull request #3399 from hywax/patch-1
...
Fix proxmox scripts link
2024-01-08 10:13:06 +10:00
jc21
ea6e9757e3
Merge pull request #3401 from JeremieA/certbot-dns-gandi-1.5.0
...
Update certbot-dns-plugins.js for gandi
2024-01-08 10:12:50 +10:00
jc21
1308ae42c2
Merge pull request #3408 from arussell/certbot-dns-plesk
...
Add support for certbot-dns-plesk
2024-01-08 10:12:24 +10:00
jc21
7be548575b
Merge pull request #3422 from Encephala/logrotate-docs
...
Add documentation on customising logrotate config
2024-01-08 10:12:03 +10:00
jc21
c6aab8d4e6
Merge pull request #3427 from Encephala/bump-year
...
Update year to 2024 in footer
2024-01-08 10:10:44 +10:00
Zoey
711d378baa
downgrade sqlite3 to fix arm64
...
Signed-off-by: Zoey <zoey@z0ey.de >
2024-01-07 14:37:53 +01:00
Zoey2936
fde4edec77
dep updates
...
Signed-off-by: Zoey <zoey@z0ey.de >
2024-01-07 13:10:38 +01:00
Encephala
da55e93183
Update year to 2024 in footer
2024-01-03 16:48:58 +01:00
Zoey
d1c5808176
improve custom locations
2024-01-02 03:08:16 +01:00
Zoey
58d28b9867
remove domain_names.sort() and trailing spaces
2024-01-01 23:56:28 +01:00
Zoey2936
9baaef45dd
dep update and some small fixes
...
Signed-off-by: Zoey <zoey@z0ey.de >
2024-01-01 21:49:24 +01:00
Encephala
af475ab5d4
Add documentation on customising logrotate config
2023-12-30 15:23:17 +01:00
Aaron B. Russell
7d85463dae
Add support for certbot-dns-plesk
2023-12-21 16:07:34 +00:00
Jeremie Allard
13d4f98fdb
Update certbot-dns-plugins.js for gandi (deprecation of Apikey in favor of personal tokens)
2023-12-20 12:19:17 +01:00
Jocelyn Le Sage
388fff84f2
Fixes for the server reachability test.
...
- Do not apply HTTPs redirection for challenge used by the test.
- Set the `User-Agent` to avoid 403 answer from site24x7.com.
- Handle JSON parsing failure of the received body.
- Better handling of different error cases.
2023-12-19 17:22:33 -05:00
renovate[bot]
dcb92487c8
Update zoeyvid/nginx-quic Docker tag to v235
2023-12-19 19:38:59 +01:00
renovate[bot]
f7a2eb2f22
dep updates
...
Signed-off-by: Zoey <zoey@z0ey.de >
2023-12-19 17:39:49 +01:00
Alexander
49a765516c
Fix proxmox scripts link
2023-12-19 18:37:50 +05:00
Christopher Lord
27bc8c4e33
use same formatting
2023-12-13 15:15:02 -07:00
Christopher Lord
881a067aff
update to latest vultr certbot plugin
...
closes https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3234
2023-12-13 15:11:56 -07:00
Renan Duarte
1975e4a151
fix: updating maxItems (schema/definitions) to 30
2023-12-12 12:45:35 +01:00
Renan Duarte
4704bd6a38
Merge branch 'develop' into patch-1
2023-12-12 12:38:42 +01:00
Renan Duarte
ca56e0483f
fix: updating default maxOptions to 30 (dead)
2023-12-12 12:37:06 +01:00
Renan Duarte
3b8cb86d72
fix: updating default maxOptions to 30 (redirection)
2023-12-12 12:36:32 +01:00
Renan Duarte
5165de4a91
fix: updating default maxOptions to 30 (proxy)
2023-12-12 12:36:05 +01:00
Renan Duarte
1ab3575c68
fix: increasing maxOptions (amount of domains) to 30
2023-12-12 09:39:28 +01:00
Zoey
a286dede7d
Merge branch 'develop-o' into develop
2023-12-09 22:35:13 +01:00
renovate[bot]
52b6566119
dep updates
...
Update zoeyvid/nginx-quic Docker tag to v229
Update zoeyvid/certbot-docker Docker tag to v17
Update zoeyvid/nginx-quic Docker tag to v228
Update alpine Docker tag to v3.19.0
Update caddy Docker tag to v2.7.6
Update dependency knex to v3.1.0
Update zoeyvid/nginx-quic Docker tag to v225
Update dependency sass-loader to v10.5.0
Update zoeyvid/certbot-docker Docker tag to v15
Update zoeyvid/nginx-quic Docker tag to v230
Signed-off-by: Zoey <zoey@z0ey.de >
2023-12-09 22:29:37 +01:00
Jocelyn Le Sage
ccf9cce825
Fixed issue where the HTTP2 support was always enabled in nginx config, no matter what the user configured.
2023-12-09 11:16:37 -05:00
Elton Renda
3ad2188f78
chore: upddate Proxmox Scripts link
2023-12-04 10:31:26 +00:00
renovate[bot]
36506eb2e3
dep updates/allow all custom confs
...
Signed-off-by: Zoey <zoey@z0ey.de >
2023-12-03 18:07:14 +01:00
Tim O'Brien
33dbffb974
Improve container startup time
...
See https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2991
Removes uneeded file permission changes in rootfs certbot install. Tested installing custom DNS provider plugins for certbot, works correctly.
2023-12-02 14:56:48 +11:00
Dario Viva
289e438c59
only add hsts header with https.
...
fixes https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1005
for more information look at: https://websistent.com/add-the-hsts-header-only-for-https-requests-nginx/
2023-12-02 03:26:34 +01:00
Jamie Curnow
e08a4d4490
Update mariadb example to auto upgrade from latest image
2023-11-28 08:27:11 +10:00
Zoey
ca02815920
make crs before/after rules editable
...
Signed-off-by: Zoey <zoey@z0ey.de >
2023-11-26 15:03:20 +01:00
Zoey
e89d41e463
dep updates
...
Update dependency objection to v3.1.3
Update dependency express-fileupload to v1.4.3
2023-11-26 14:24:44 +01:00
Zoey
312681d80c
Merge branch 'develop-o' into develop
2023-11-26 14:24:41 +01:00
jc21
d1d1819677
Merge pull request #3281 from nmatton/patch-1
...
update docker-compose execution
2023-11-22 10:06:55 +10:00
jc21
4e0768d56c
Merge pull request #3289 from NginxProxyManager/dependabot/npm_and_yarn/frontend/browserify-sign-4.2.2
...
Bump browserify-sign from 4.2.1 to 4.2.2 in /frontend
2023-11-22 10:06:30 +10:00
jc21
3666364418
Merge pull request #3290 from NginxProxyManager/dependabot/npm_and_yarn/docs/browserify-sign-4.2.2
...
Bump browserify-sign from 4.2.1 to 4.2.2 in /docs
2023-11-22 10:06:19 +10:00
Zoey
c534fa150d
try reload again instead of quit and restart
...
Signed-off-by: Zoey <zoey@z0ey.de >
2023-11-19 18:13:15 +01:00
renovate[bot]
c425ff14c0
Update dependency eslint to v8.54.0
2023-11-17 23:32:53 +01:00
renovate[bot]
a7b13aaca1
Update zoeyvid/nginx-quic Docker tag to v217
2023-11-14 16:23:23 +01:00
Zoey
3a33128a30
Update README.md
...
Signed-off-by: Zoey <zoey@z0ey.de >
2023-11-13 20:44:03 +01:00
Zoey
334127494e
fix Alt-Svc header
...
Signed-off-by: Zoey <zoey@z0ey.de >
2023-11-12 15:11:16 +01:00
Zoey
6173d545c8
fix filename
...
Signed-off-by: Zoey <zoey@z0ey.de >
2023-11-12 14:02:04 +01:00
Zoey
ef336f6f37
fix default.conf/quic/http3
...
Signed-off-by: Zoey <zoey@z0ey.de >
2023-11-12 12:37:06 +01:00
Zoey
7a696a326d
fix file move
...
Signed-off-by: Zoey <zoey@z0ey.de >
2023-11-11 22:57:58 +01:00
Zoey
4e06ae51de
Merge branch 'develop-o' into develop
2023-11-11 19:06:06 +01:00
Zoey
6548a7aea6
fix stream/allow editing modsec conf/readme changes/dep updates
...
Signed-off-by: Zoey <zoey@z0ey.de >
2023-11-11 19:04:55 +01:00