Gickup
Gickup is a tool that allows you to clone/mirror repositories from one hoster to another. This is useful if you want to have a backup of your repositories on another hoster or to a local server.
Setting up
Section titled “Setting up”gickup_enabled: trueConfiguration
Section titled “Configuration”# https://github.com/cooperspencer/gickup/blob/main/conf.example.yml
gickup_settings: source: github: - token: "YourGitHubToken" wiki: true # includes wiki too starred: true # includes the user's starred repositories tooSee the default configuration options for Gickup at roles/gickup/defaults/main.yml.
Add any overrides to your inventories/[your_inventory]/group_vars/homelab.yml file.
Recent Changes
Section titled “Recent Changes” Oct 31, 2025
Feat Add Gickup