You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently I switched from gogs to gitea (fail2ban, time tracking etc). Now I am struggling with githooks. As discussed here Gogs provides GOGS_AUTH_USER_NAME and GOGS_AUTH_USER_EMAIL as environment variables to githooks. In Gogs I was using git_multimail.py to send out emails to my buddies upon every commit / push.
Is there a possibility to send out emails upon refchanges, containing the Gitea username as a sendername and the useremailaddress as sender?
Would be nice to add something like GITEA_AUTH_USER_NAME and GITEA_AUTH_USER_EMAIL - or document it, if it exists.
The text was updated successfully, but these errors were encountered:
Recently I switched from gogs to gitea (fail2ban, time tracking etc). Now I am struggling with githooks. As discussed here Gogs provides GOGS_AUTH_USER_NAME and GOGS_AUTH_USER_EMAIL as environment variables to githooks. In Gogs I was using git_multimail.py to send out emails to my buddies upon every commit / push.
Is there a possibility to send out emails upon refchanges, containing the Gitea username as a sendername and the useremailaddress as sender?
Would be nice to add something like GITEA_AUTH_USER_NAME and GITEA_AUTH_USER_EMAIL - or document it, if it exists.
The text was updated successfully, but these errors were encountered: