From ddc1c6a4ae58fc0cf0fccc99ab71294afbb17ede Mon Sep 17 00:00:00 2001 From: Vasilis The Pikachu Date: Sat, 10 Feb 2024 21:07:47 +0100 Subject: [PATCH] weh --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cfb430..796cece 100644 --- a/README.md +++ b/README.md @@ -69,4 +69,12 @@ Changelog: AllowedHosts: "*" ``` -Uhhh, that should be everything, I think? +Then you will want to create a github webhook on your repo. You should find it under repo settings. + +Click on add webhook and fill it in. Payload url being the url/ip of your server you will be hosting SS14.Changelog on and ```/hook```. Set the content type to ```application/json```. Set the secret to the same secret you put in the appsettings.yml. And click "Let me select individual events" and select "Pull requests" and "Pushes". + +URL for example would be: "https://yourserver.com/hook" + +You will need this url to be accessible from the internet, so you will need to set up a reverse proxy most likely. + +Uhhh, that should be everything, I think? You can also add a systemd service file to run in the background.