-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support pipeline #6
Comments
Hi, Sorry for the late response. |
Webhook support via Instance base or generally all? I can implement it if you want. (Maybe adding a scheduled cron job would be fine in the programm itself) |
the cron sounds good. regarding webhooks, I need to think about that, how I'd like to do them. Or we can brainstorm together about them if you like. but at first I'd like to cleanup the code base a bit. Like moving github stuff in a github module and so on. |
Yeah that sounds really nice. Move the Stuff to Modules would be an big improvement. About the Webhook things, this has time. (The Cron Task would be easier and beneficial to the most) / Running backups in the night. Maybe with an addition to save the stdout logfile for Monitoring Options. |
cron mode is implemented in the main branch. I will create a new release a bit later today |
I run a local gitea instance to host private repos
Some I want to mirror to github
Im thinking like on commit to local emit to open faas function where this tools handles the mirror
So using it for keeping my local git server in sync with github
So integration with open faas
Happy to make da pr???
The text was updated successfully, but these errors were encountered: