aboutsummaryrefslogtreecommitdiffstats
path: root/roles/cgit/defaults/main.yml
blob: 0c60bd5666a72791bae7fc3a49ba0b3f6bae7a11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
cgit_instance: cgit
cgit_git_dir: /data/git
cgit_chroot_dir: /var/www

cgit_ip: 0.0.0.0
cgit_port: 1235
cgit_authenticate: false

cgit__favicon: http://rgoncalves.se/logo.png
cgit__logo: http://rgoncalves.se/logo.png
cgit__css: http://rgoncalves.se/style/cgit.css
cgit__root_desc: development hub
cgit__root_readme: http://rgoncalves.se
cgit__footer: /conf/footer.html
cgit__clone_urls:
  - git://git.{{ __global_domain_name }}/$CGIT_REPO_URL
  - ssh://git@git.{{ __global_domain_name }}/$CGIT_REPO_URL
  - https://git.{{ __global_domain_name }}/$CGIT_REPO_URL
remember that computers suck.