Skip to content

Commit

Permalink
Add cgit customisation values to git-mirrors vars
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3 committed Aug 25, 2024
1 parent 63cb1e3 commit 1aaa4dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ansible/roles/git-mirrors/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ git_mirrors_base_dir: "/srv/git-mirrors"
git_mirrors_user: "git-mirrors"
git_mirrors_error_email: "[email protected]"

git_mirrors_cgit_logo: "https://raw.githubusercontent.com/python-discord/ops-site/main/src/images/icon.png"
git_mirrors_cgit_title: PyDis DevOps Git Server
git_mirrors_cgit_description: Mirrored copies of Python Discord and related projects

# Sources are assumed to be GitHub.com repositories
git_mirrors_mirrored_repositories:
# DevOps Repos
Expand Down

0 comments on commit 1aaa4dd

Please sign in to comment.