Fix README links and update installation command for webhook

This commit is contained in:
cpu
2025-11-20 06:48:48 +01:00
parent c8ece7e321
commit 422304c428
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ Instead of manually pulling, building, and restarting on the server, you can aut
Install the `webhook` service
```bash
sudo install webhook
sudo apt install webhook
```
Allow your Gitea instance to reach the webhook service on your server (e.g., `10.0.0.1:9000`). Ensure Gitea's `ALLOWED_HOST_LIST` in its `app.ini` includes this IP.
### The Redeployment Script