milad nazari
564f40a67e
Merge c6d884dab6968ee6aa517161e92bebac30cf47bf into fc30a92bd4d7cbacc7285eedd631893381d2ddde
2024-12-24 13:04:43 +03:30
Jamie Curnow
fc30a92bd4
Open port for authentik in dev
Close stale issues and PRs / stale (push) Successful in 4s
2024-12-24 18:19:52 +10:00
Jamie Curnow
e2011ee45c
Bump version
2024-12-24 17:51:25 +10:00
jc21
1406e75c2c
Merge pull request #4254 from NginxProxyManager/postgres
...
Postgres
2024-12-24 17:24:05 +10:00
Jamie Curnow
ca3ee98c68
Postgres Support
...
- Combines #4086 and #4087 PRs
- Adds authentik in CI stack
2024-12-24 16:48:48 +10:00
jc21
f90d839ebe
Merge pull request #4246 from JanzenJohn/develop
...
Remove infinite requests loop
2024-12-24 08:16:48 +10:00
jc21
be5278f31e
Merge pull request #4247 from miguelangel-nubla/patch-1
...
Add custom configuration to 404 hosts
2024-12-24 08:15:55 +10:00
milad nazari
c6d884dab6
fix indent
2024-12-22 17:29:23 +03:30
milad nazari
5dc78df0bb
fix messages indent: convert to space
2024-12-22 11:12:35 +03:30
milad nazari
04636b71a9
add feature: set default server
2024-12-22 01:49:05 +03:30
milad nazari
1353937c36
fix copy address
2024-12-21 21:12:24 +03:30
milad nazari
f68c1b7c29
add Diffie-Hellman Parameters to cipher suites
2024-12-21 21:05:09 +03:30
milad nazari
32e0784865
support more cipher suites
2024-12-21 20:20:54 +03:30
Miguel Angel Nubla
3eecf7a38b
Add custom configuration to 404 hosts
2024-12-20 01:03:21 +01:00
Miguel Angel Nubla
7f9240dda7
Add custom configuration to dead_host.conf
2024-12-20 00:59:26 +01:00
John Janzen
f537619ffe
Revert "Change onRender function to always update the dashboard stats"
...
This reverts commit d26e8c1d0c44a5fbeb1264f8fe713bdac0f5e703.
This reopens #4204 (which i can't reproduce sadly)
The reverted commit is responsible for an infinite loop of requests to /hosts, which makes buttons unresponsive on the main page
another way to invalidate the cache needs to be found
this infinite requests loop happens on d26e8c1d0c44a5fbeb1264f8fe713bdac0f5e703
and on the docker image
`nginxproxymanager/nginx-proxy-manager-dev:pr-4206`
the docker image is attaced to the pr #4206 which merges the commit
2024-12-19 16:16:03 +01:00
jc21
805968aac6
Merge pull request #4185 from muescha/patch-1
...
Close stale issues and PRs / stale (push) Successful in 4s
Update index.md: add link to Proxmox VE Helper-Scripts
2024-12-17 07:59:45 +10:00
jc21
2a4093c1b8
Merge pull request #4215 from TECH7Fox/patch-1
...
Add hostingnl DNS Challenge provider
2024-12-17 07:57:43 +10:00
jc21
ae2ac8a733
Merge pull request #4230 from NginxProxyManager/dependabot/npm_and_yarn/docs/nanoid-3.3.8
...
Bump nanoid from 3.3.7 to 3.3.8 in /docs
2024-12-17 07:52:24 +10:00
dependabot[bot]
c6eca2578e
Bump nanoid from 3.3.7 to 3.3.8 in /docs
...
Bumps [nanoid](https://github.com/ai/nanoid ) from 3.3.7 to 3.3.8.
- [Release notes](https://github.com/ai/nanoid/releases )
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.8 )
---
updated-dependencies:
- dependency-name: nanoid
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-12-14 10:02:55 +00:00
milad nazari
f386f6b640
remove elliptic-curve
2024-12-14 01:40:01 +03:30
milad nazari
5ba7363c9e
fix ssl cipher bug
2024-12-13 11:30:58 +03:30
milad nazari
2e45444328
change ssl_ciphers for more compatibility
2024-12-12 23:48:51 +03:30
milad nazari
eb5c51a657
add support more cipher suites
...
this cipher suites need for old iot devices
2024-12-12 20:42:22 +03:30
milad nazari
cb795565ea
add ssl_key_type in swagger
...
fix ci test error
2024-12-12 12:08:03 +03:30
milad nazari
04b3608b4e
remove elliptic-curve from certbot command options
2024-12-12 01:49:57 +03:30
milad nazari
111fc287eb
Revert "add elliptic-curve"
...
This reverts commit 95a94a4f8cade82e4121207c54b5258d75998543.
2024-12-12 01:49:19 +03:30
milad nazari
95a94a4f8c
add elliptic-curve
2024-12-12 01:15:39 +03:30
milad nazari
5e7b69c396
add update cipher suites
2024-12-12 00:46:14 +03:30
milad nazari
2723de24fd
add ssl_ecdh_curve for more compatibility
2024-12-11 23:31:39 +03:30
milad nazari
891877afb6
fix ssl key-type certificate
2024-12-11 11:51:58 +03:30
milad nazari
8e9e033a72
fix indent: tab to space
2024-12-09 11:30:10 +03:30
milad nazari
e6ec74c2f7
feat: add support for selecting SSL key type (ECDSA/RSA)
...
Added the ability to specify the SSL key type (ECDSA or RSA) for each site in the Nginx Proxy Manager. This enhancement is particularly useful for environments with IoT devices that have limitations with specific key types, such as RSA-only support. The implementation includes:
- Backend support for storing and validating the `ssl_key_type` field.
- Swagger schema updated to validate the new input.
- Frontend update to allow users to select the SSL key type via a dropdown menu.
This feature ensures greater flexibility and compatibility in managing SSL certificates for diverse setups.
2024-12-09 11:27:52 +03:30
Jordy Kuhne
56033bee9c
Add hostingnl
2024-12-08 15:23:37 +01:00
jc21
b3de76c945
Merge pull request #4192 from badkeyy/bugfix/fix-user-edit-email-format-check
...
Close stale issues and PRs / stale (push) Successful in 4s
Enforce email format when editing user
2024-12-04 14:50:42 +10:00
jc21
fcf4117f8e
Merge pull request #4206 from badkeyy/bugfix/update-dashboard-stats-on-change
...
Update the dashboard stats every time the dashboard is shown
2024-12-04 13:08:21 +10:00
Julian Gassner
d26e8c1d0c
Change onRender function to always update the dashboard stats
2024-12-04 03:45:56 +01:00
Julian Gassner
19ed4c1212
Change click to submit
2024-12-04 03:08:49 +01:00
Julian Gassner
03018d252b
Merge branch 'NginxProxyManager:develop' into bugfix/fix-user-edit-email-format-check
2024-12-04 01:58:08 +01:00
jc21
8351dd41f6
Merge pull request #4199 from NginxProxyManager/dependabot/npm_and_yarn/test/cross-spawn-7.0.6
...
Close stale issues and PRs / stale (push) Successful in 4s
Bump cross-spawn from 7.0.3 to 7.0.6 in /test
2024-12-02 10:45:00 +10:00
jc21
97212f2686
Merge pull request #4123 from NginxProxyManager/dependabot/npm_and_yarn/frontend/elliptic-6.6.0
...
Bump elliptic from 6.5.7 to 6.6.0 in /frontend
2024-12-02 10:44:20 +10:00
dependabot[bot]
fe068a8b51
Bump cross-spawn from 7.0.3 to 7.0.6 in /test
...
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn ) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md )
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6 )
---
updated-dependencies:
- dependency-name: cross-spawn
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-12-01 22:49:09 +00:00
jc21
61e2bde98f
Merge pull request #4184 from NginxProxyManager/dependabot/npm_and_yarn/backend/cross-spawn-7.0.6
...
Bump cross-spawn from 7.0.3 to 7.0.6 in /backend
2024-12-02 08:48:08 +10:00
Julian Gassner
81c9038929
Refactor user form structure
2024-11-27 18:27:11 +01:00
jc21
4ea50ca40c
Merge pull request #4126 from jonasrdl/remove-deprecated-version-line
...
Close stale issues and PRs / stale (push) Successful in 4s
docs(setup): Remove deprecated version from docker-compose.yml
2024-11-26 07:37:41 +10:00
jc21
53ed12bcf2
Merge pull request #4163 from Jasparigus/stream_error_correction
...
Fix Container Bootloop if Stream is used for http/https ports
2024-11-26 07:37:14 +10:00
jc21
cb3e4ed59c
Merge pull request #4137 from irexyc/add-woff2-asset
...
Add woff2 format to assets.conf for Cache Assets
2024-11-26 07:35:57 +10:00
jc21
b20dc5eade
Merge pull request #4167 from NginxProxyManager/dependabot/npm_and_yarn/test/eslint/plugin-kit-0.2.3
...
Bump @eslint/plugin-kit from 0.2.0 to 0.2.3 in /test
2024-11-26 07:35:10 +10:00
jc21
586afc0c91
Merge pull request #4187 from kerstenremco/avatar
...
Fix entries of a deleted user break the UI
2024-11-26 07:31:03 +10:00
Remco Kersten
93ea17a9bb
Fix entries of a deleted user break the UI
2024-11-25 20:37:49 +01:00