Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

FYI you can mirror your repo by adding additional remotes to your local git repo `git add remote <remotename> <repo-address>` and then pushing to the specific remote with `git push -u <remotename> <branchname>`.
It's a nice idea to have public mirrors if you're self hosting git. i.e. github, bitbucket or gitlab