5aff969c04
Merge pull request #3554 from bricas/develop
...
Add FreeDNS certbot plugin
2024-02-27 11:38:12 +10:00
bfbf7519ec
Merge pull request #3560 from drachul/develop
...
Adding easyDNS provider.
2024-02-27 11:37:51 +10:00
bf36c7966a
Merge pull request #3570 from NginxProxyManager/dependabot/npm_and_yarn/frontend/ip-2.0.1
...
Bump ip from 2.0.0 to 2.0.1 in /frontend
2024-02-27 11:36:18 +10:00
63cd9ba08f
Merge pull request #3581 from davidindra/increase-max-domains-count
...
Fix: increase max number of domains to 100 (match with Let's Encrypt)
2024-02-27 11:36:04 +10:00
e3d4882c3d
Merge pull request #3583 from michto01/patch-1
...
Update README.md to support Podman
2024-02-27 11:35:23 +10:00
3e1b73143e
Merge pull request #3584 from timob/develop
...
Access-List fix so that nginx config is loaded after configuration happens
2024-02-27 11:34:52 +10:00
10ece3548d
Fixing "the map directive is not allowed here" at the validation stage (see https://github.com/NginxProxyManager/nginx-proxy-manager/pull/3478 )
2024-02-27 00:42:58 +01:00
0503a6af75
Fix so that nginx config is loaded after configuration happens
...
M backend/internal/access-list.js
2024-02-26 10:04:25 +11:00
55d765e785
Update README.md to support Podman
...
Podman by default doesn't except the not fully qualified image urls. This commit adds the domain (docker.io) in order to resolve this issue.
2024-02-25 22:38:50 +01:00
1fb9a75a33
Fix: increase max number of domains to 100
2024-02-23 15:37:32 +01:00
9c2e838d61
Bump ip from 2.0.0 to 2.0.1 in /frontend
...
Bumps [ip](https://github.com/indutny/node-ip ) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1 )
---
updated-dependencies:
- dependency-name: ip
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-21 03:12:49 +00:00
40d81d6e44
Adding easyDNS provider.
2024-02-17 12:32:05 -08:00
1c84eaac02
Add FreeDNS certbot plugin
...
Info from #2352 and https://github.com/schleuss/certbot_dns_freedns
2024-02-15 23:43:53 -04:00
209c1b3334
Merge branch 'master' into develop
2024-01-21 21:16:30 +10:00
58138fbac4
Bump version
2024-01-21 21:13:03 +10:00
da820db4e1
Fix startup hang due to unresolved promise
...
Affects instances where there are certs but none
of them are dns validated
2024-01-21 20:48:53 +10:00
89a405f60c
Merge pull request #3466 from NginxProxyManager/develop
...
v2.11.0
v2.11.0
2024-01-19 10:52:34 +10:00
0353051436
Prevent installing same plugin over and over
2024-01-18 16:06:09 +10:00
a3630a6286
Fix unused var
2024-01-18 15:17:27 +10:00
10d9760242
Refactor certbot plugin install for setup
2024-01-18 15:13:16 +10:00
c722eb1cea
Merge branch 'master' into develop
2024-01-18 13:21:39 +10:00
0472abacd2
Remove test file
2024-01-18 13:20:03 +10:00
a2e85ceed8
Use certbot version for godaddy plugin, relates to #3165
2024-01-18 13:08:16 +10:00
cddd6fb985
certbot-dns-cloudns update 0.6.0 from PR #3459 by @existful
2024-01-18 13:01:05 +10:00
db23c9a52f
Refactor certbot plugins install
...
- Added a script to install every single plugin, used in development and debugging
- Improved certbot plugin install commands
- Adjusted some version for plugins to install properly
- It's noted that some plugins require deps that do not match other plugins,
however these use cases should be extremely rare
2024-01-18 12:26:55 +10:00
8646cb5a19
Allow stale action to run manually
2024-01-16 07:57:38 +10:00
fe0c04610f
Add stale github action and set a wide limit
2024-01-16 07:53:02 +10:00
9f16dae2ff
Merge pull request #3258 from iBobik/patch-1
...
Removed /etc/letsencrypt from explicit volumes
2024-01-15 09:12:44 +10:00
00264bcfb2
Mount letsencrypt folder in CI
2024-01-15 08:18:48 +10:00
834fb1a361
Add missing args to certbot command, was causing failures in rovokation
2024-01-12 17:04:55 +10:00
1be87f48c1
Merge pull request #3392 from stevecrozz/auto-renew-uses-bulitin-renew
...
Make auto-renew use built-in renew function
2024-01-12 12:15:37 +10:00
9c54d1b718
Provide the token model for certificate renewal
2024-01-10 20:08:36 -08:00
f7d1c490b3
Run renews sequentially
2024-01-10 20:08:36 -08:00
fe4bd9fed6
Make auto-renew use built-in renew function
2024-01-10 20:08:29 -08:00
58ef9a688e
Merge pull request #3445 from tilalx/develop
...
Update the vuepress config.js to fix pr/3395
2024-01-10 20:43:33 +10:00
d19ebf5925
Update the config.js to fix pr/3395
2024-01-10 11:06:40 +01:00
96fc6a20bb
Merge pull request #3444 from NginxProxyManager/bookworm-base
...
Use nginxproxymanager/nginx-full image base
2024-01-10 13:18:10 +10:00
e69684919c
Use nginxproxymanager/nginx-full image base
...
which has been updated with bookworm, python 3.8, certbot 2.8.0 and node 20
Moved rootfs scripts as /bin is a symlink in bookworm
2024-01-10 12:59:51 +10:00
be39253a6f
No need to use berry yarn for docs
...
as the ci image uses latest yarn
2024-01-10 09:39:25 +10:00
30772a48bd
Fix jenkinsfile after messy merge - again
2024-01-10 09:29:05 +10:00
33c867895c
Fix jenkinsfile after messy merge
2024-01-10 09:24:45 +10:00
a7fe687bae
Fix permission recursiveness
2024-01-10 09:22:34 +10:00
4028120f55
Merge pull request #3395 from tilalx/develop
...
upgrade docs to vuepress v2.0.0-rc and implement dark mode
2024-01-10 09:21:10 +10:00
d1119ec63f
revert change
2024-01-09 09:35:16 +01:00
4c906283df
try to set the yarn version in jenkins
2024-01-09 09:35:15 +01:00
8ec0c76f51
update docs-build and add yarn.lock
2024-01-09 09:31:39 +01:00
c70f65d349
upgrade to v2.0.0-rc and implement dark mode
2024-01-09 09:27:34 +01:00
883a272b0a
Bump version
2024-01-09 11:30:50 +10:00
6aee2bbcba
Fix race condition with integration network
2024-01-09 10:57:47 +10:00
025fc9776b
Pre-build cypress images before runnings integration tests
2024-01-09 10:32:58 +10:00