blob: cf70c5b1a49e749775227002e6069199d66bf26f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
---
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: https://rgoncalves.se/img/favicon.ico
cgit__logo: https://rgoncalves.se/img/favicon.ico
cgit__css: https://rgoncalves.se/style/cgit.css
cgit__root_desc: development hub
cgit__root_readme: https://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
|