forgejo: allow webhooks to all pub.solar subdomains #80

Merged
teutat3s merged 2 commits from fix/forgejo-matrix-webhook into main 2023-12-13 01:11:48 +00:00
Owner

This should fix the following error that was occuring while trying to post
notices to matrix channels:

Delivery: Put "https://matrix.pub.solar/_matrix/client/r0/rooms/[...]": dial tcp [::1]:443: webhook can only call allowed HTTP servers (check your webhook.ALLOWED_HOST_LIST setting), deny 'matrix.pub.solar([::1]:443)'
This should fix the following error that was occuring while trying to post notices to matrix channels: ``` Delivery: Put "https://matrix.pub.solar/_matrix/client/r0/rooms/[...]": dial tcp [::1]:443: webhook can only call allowed HTTP servers (check your webhook.ALLOWED_HOST_LIST setting), deny 'matrix.pub.solar([::1]:443)' ```
b12f added 1 commit 2023-12-08 16:12:21 +00:00
forgejo: allow webhooks to all pub.solar subdomains
Some checks failed
Flake checks / Check (pull_request) Failing after 1m54s
97a592a53e
This should fix the following error that was occuring while trying to post
notices to matrix channels:

```
Delivery: Put "https://matrix.pub.solar/_matrix/client/r0/rooms/[...]": dial tcp [::1]:443: webhook can only call allowed HTTP servers (check your webhook.ALLOWED_HOST_LIST setting), deny 'matrix.pub.solar([::1]:443)'
```
teutat3s approved these changes 2023-12-08 16:14:52 +00:00
teutat3s left a comment
Owner

🚀

🚀
teutat3s added 1 commit 2023-12-08 16:38:35 +00:00
fix: type INI atom (null, bool, int, float or string)
All checks were successful
Flake checks / Check (pull_request) Successful in 18m0s
6bfeb835c2
option `services.gitea.settings.webhook.ALLOWED_HOST_LIST' is not of
type `INI atom (null, bool, int, float or string)'
teutat3s merged commit 6f0801d419 into main 2023-12-13 01:11:48 +00:00
teutat3s deleted branch fix/forgejo-matrix-webhook 2023-12-13 01:11:48 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: pub-solar/infra#80
No description provided.