Drop native Let's Encrypt support (#4541)

This commit is contained in:
qwerty287
2024-12-09 18:54:36 +01:00
committed by GitHub
parent 21755bef4e
commit 355ebcd508
8 changed files with 7 additions and 104 deletions
+1
View File
@@ -46,6 +46,7 @@ This will be the next version of Woodpecker.
- `woodpecker-cli secret [add|rm|...] --repository` is now `woodpecker-cli repo secret [add|rm|...]`
- `woodpecker-cli pipeline logs` is now `woodpecker-cli pipeline log show`
- `woodpecker-cli [registry|secret|...] info` is now `woodpecker-cli [registry|secret|...] show`
- Dropped native Let's Encrypt certificate support. You can either generate Let's Encrypt certificates externally and use `WOODPECKER_SERVER_CERT` and `WOODPECKER_SERVER_KEY` or use Woodpecker behind a reverse proxy like Caddy.
## Admin migrations