1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-09-19 10:50:11 +00:00
jfa-go/ombi
Harvey Tindall 86c7551ff8
proxy: use wherever http.Client is, update mautrix
Added a new common.ConfigurableTransport interface which mediabrowser,
ombi, jellyseer, discord, telegram and matrix (i.e.
ThirdPartService/ContactMethodLinker) now all implement. proxies are
bound to them in main.go, Email is still a special case (but from the
previous commit, mailgun does use the proxy).

mautrix/go has been updated, and context.TODO()s stuck everywhere since
I still don't really comprehend why I should use them (FIXME literally).
2024-08-09 21:42:16 +01:00
..
go.mod proxy: use wherever http.Client is, update mautrix 2024-08-09 21:42:16 +01:00
go.sum proxy: use wherever http.Client is, update mautrix 2024-08-09 21:42:16 +01:00
ombi.go proxy: use wherever http.Client is, update mautrix 2024-08-09 21:42:16 +01:00