0cab720f23
fix: optimize certbot ownership script to reduce container startup time
...
Replace inefficient find/execdir implementation that was causing 3+ minute
startup delays with a more efficient approach that:
1. Uses a flag file to skip redundant operations on container restarts
2. Processes site-packages directories with bulk chown operations instead
of individual file checks and changes
3. Maintains the same functionality while dramatically improving performance
This change should significantly reduce container startup time while ensuring
all necessary file permissions are still properly set.
2025-04-20 20:38:54 +10:00
5e66d677f1
Adds test for dashboard endpoints
Close stale issues and PRs / stale (push) Has been cancelled
2025-03-24 14:34:45 +10:00
79d28f03d0
Merge pull request #4346 from Sander0542/feature/security-schemes-component
...
Close stale issues and PRs / stale (push) Successful in 4s
API Schema Improvements
2025-02-07 12:39:49 +10:00
c4df89df1f
Fix dashboard loading loop and freezing the page
2025-02-06 13:38:47 +10:00
34c703f8b4
Merge branch 'master' into develop
2025-02-06 08:52:55 +10:00
0a05d8f0ad
Bump version
2025-02-06 08:39:03 +10:00
0a9141fad5
Merge pull request #4208 from badkeyy/feature/add-zone-edit-certbot-plugin
...
Add ZoneEdit certbot plugin
2025-02-06 08:33:11 +10:00
42836774b7
Merge branch 'develop' into feature/add-zone-edit-certbot-plugin
2025-02-06 08:33:01 +10:00
2a07544f58
Merge pull request #4235 from FabianK3/update-domainoffensive-certbot-plugin
...
Update DomainOffensive certbot plugin
2025-02-06 08:30:09 +10:00
dc9d884743
Merge pull request #4292 from icaksh/patch-1
...
feat: change htpasswd to openssl
2025-02-06 08:29:15 +10:00
0d5d2b1b7c
Merge pull request #4283 from badkeyy/feature/show-active-host-in-cert-list
...
SSL Certificates: Show if cert is in use on host
2025-02-06 07:43:12 +10:00
df48b835c4
Update order to match others
2025-02-05 22:20:21 +01:00
8a1557154a
Add certificate fields to boolFields
2025-02-05 22:15:12 +01:00
a6af5ec2c7
Remove certificate as required from proxy host
2025-02-05 18:18:50 +01:00
14d7c35fd7
Fix whitespaces
2025-02-05 17:31:09 +01:00
cfcf78aaee
Set bearer auth security component
2025-02-05 17:29:40 +01:00
3a01b2c84f
Merge pull request #4334 from nwagenmakers/mijn-host-patch
...
Close stale issues and PRs / stale (push) Successful in 4s
Update certbot-dns-plugins.json (mijn-host)
2025-02-05 20:36:06 +10:00
e1c84a5c10
Merge pull request #4338 from Sander0542/fix/token-expires-type
...
Fix type for token.expires
2025-02-05 20:35:33 +10:00
c56c95a59a
Merge pull request #4344 from NginxProxyManager/stream-ssl
...
SSL for Streams - 2025
2025-02-05 18:22:51 +10:00
6a60627833
Cypress test for Streams
...
and updated cypress + packages
2025-02-05 16:02:17 +10:00
b4793d3c16
Adds testssl.sh and mkcert to cypress stack
2025-02-05 08:10:11 +10:00
68a7803513
Fix api schema after merging latest changes
2025-02-04 17:55:28 +10:00
2657af97cf
Fix stream update not persisting
2025-02-04 17:14:07 +10:00
4452f014b9
Fix whitespace in nginx stream config
2025-02-04 17:14:07 +10:00
cd80cc8e4d
Add certificate to streams database model
2025-02-04 17:14:04 +10:00
ee4250d770
Add SSL column to streams table UI
2025-02-04 17:12:05 +10:00
3dbc70faa6
Add SSL tab to stream UI
2025-02-04 17:12:04 +10:00
3091c21cae
Add SSL certificate to TCP streams if certificate in database
2025-02-04 17:12:04 +10:00
57cd2a1919
Fix type for token.expires
2025-02-03 21:47:41 +01:00
ad5936c530
Update certbot-dns-plugins.json (mijn-host)
...
Updated credentials hint/text in mijn-host plugin entry
2025-02-01 13:10:53 +01:00
498109addb
Merge pull request #4310 from NginxProxyManager/dependabot/npm_and_yarn/docs/vite-5.4.14
...
Close stale issues and PRs / stale (push) Successful in 3s
Bump vite from 5.4.8 to 5.4.14 in /docs
2025-01-28 18:08:46 +10:00
3f3aacd7ec
Merge pull request #4274 from Dim145/develop
...
[Postgres] fix error in access_list get
2025-01-28 14:03:07 +10:00
bb4ecf812d
Bump vite from 5.4.8 to 5.4.14 in /docs
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.8 to 5.4.14.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.14/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.14/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-22 07:09:04 +00:00
c05f9695d0
Merge branch 'develop' into feature/add-zone-edit-certbot-plugin
2025-01-15 15:37:53 +01:00
6343b398f0
Add --no-deps
2025-01-15 14:36:38 +00:00
59362b7477
feat: change htpasswd to openssl
2025-01-12 19:16:38 +07:00
aedaaa18e0
Fix whitespace
2025-01-10 05:20:28 +01:00
080bd0b749
Added status of certificates to the certificate list and show on which domain names the certificates are in use
2025-01-10 05:15:22 +01:00
9687e9e450
Use previous version of powerdns image, newer version is broken
Close stale issues and PRs / stale (push) Successful in 3s
2025-01-07 10:30:08 +10:00
5a234bb88c
Fix incorrect test folder in ci results
2025-01-07 08:13:04 +10:00
4de4b65036
Merge pull request #4252 from GergelyGombai/develop
...
Add Gcore DNS Provider
2025-01-07 07:54:44 +10:00
f1c97c7c36
fix: add missing group_by clause for access_list get
2025-01-03 00:39:29 +01:00
b4f49969d6
Merge pull request #4261 from NginxProxyManager/develop
...
v2.12.2
v2.12.2
2024-12-29 14:40:05 +10:00
ec12d8f9bf
Merge pull request #4148 from Medan-rfz/develop
...
Added certbot plugin for Beget DNS service
2024-12-29 14:00:51 +10:00
e50e3def9d
Merge pull request #4169 from andrew-codechimp/bump-porkbun
...
Bump certbot-dns-porkbun
2024-12-29 14:00:18 +10:00
6415f284f9
Merge pull request #4256 from bigcat26/develop
...
upgrade certbot-dns-aliyun plugin from 0.38.1 to 2.0.0
2024-12-29 13:52:03 +10:00
98e5997f0a
upgrade certbot-dns-aliyun plugin from 0.38.1 to 2.0.0
2024-12-26 09:51:28 +08:00
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
e2011ee45c
Bump version
2024-12-24 17:51:25 +10:00
1406e75c2c
Merge pull request #4254 from NginxProxyManager/postgres
...
Postgres
2024-12-24 17:24:05 +10:00