Hello On Sat, 2018-10-27 at 12:17 +0200, Slávek Banko wrote: > I'm trying to connect Gitea and Weblate. Because in Gitea I did not > see > the option to setting up a web-hook with Authorization sending in > the > header, I the used deprecated way > "/hooks/update/<project>/<component>".
These are deprecated, but will most likely not go away in near future. Anyway best would be to have native support for Gitea, adding it should not be hard, here you can see how I did that for Pagure: https://github.com/WeblateOrg/weblate/pull/2331 > In Gitea I see that the web-hook was successfully sent, from Weblate > I see > the answer: {"status": "success", "message": "Update triggered"}. > But > there is no activity visible in the Weblate. Check Celery logs if it's processing the background tasks. -- Michal Čihař | https://cihar.com/ | https://weblate.org/
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Weblate mailing list [email protected] https://lists.cihar.com/cgi-bin/mailman/listinfo/weblate
