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
Thanks for your awesome tool! I might have a bit of a silly request. I'd like to use Gickup to mirror my Ansible code from my personal Gitea to public Github repos. However, because of $reasons, I have stuck all my Ansible relates roles in a organisation named Ansible, where on Github (as I only have 1 account) I use the prefix ansible-. The rest of the repo names are the same (so Ansible/role-blah -> ansible-role-blah), but I'd like to know if the following 2 features are possible:
includeorgs (like excludeorgs, but opposite) on a Gitea source
Setting a prefix for repos on a Github destination
Thank you!
The text was updated successfully, but these errors were encountered:
Hi,
Glad that you like it 😄.
You can actually set the user parameter in your Gitea config to Ansible and then it would just mirror your repos from this organization.
I will implement the includeorgsand prefix options, those are easy to implement 😄
Sadly, Github doesn't support mirrors, therefore it isn't possible to mirror your gitea repos to github.
But I am currently working on another program, that runs actions as soon as it finds changes in a repository. With that you could monitor your ansible repos, pull them as soon a change occurs and automatically push the changes to github. I will upload it to github as soon as it is ready.
Hi!
Thanks for your awesome tool! I might have a bit of a silly request. I'd like to use Gickup to mirror my Ansible code from my personal Gitea to public Github repos. However, because of $reasons, I have stuck all my Ansible relates roles in a organisation named Ansible, where on Github (as I only have 1 account) I use the prefix
ansible-
. The rest of the repo names are the same (soAnsible/role-blah
->ansible-role-blah
), but I'd like to know if the following 2 features are possible:includeorgs
(likeexcludeorgs
, but opposite) on a Gitea sourceprefix
for repos on a Github destinationThank you!
The text was updated successfully, but these errors were encountered: