Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-09 | Add git role | Dmitry Ilvokhin | |
This role is not used anywhere yet, so it wasn't properly tested. | |||
2024-03-03 | Rename git role to gitserver | Dmitry Ilvokhin | |
2024-02-10 | Move git dependencies into proper dependencies | Dmitry Ilvokhin | |
2024-02-04 | Return indent back | Dmitry Ilvokhin | |
2024-02-04 | Fix intent | Dmitry Ilvokhin | |
2024-02-04 | Add known_hosts file to verify github.com hosts | Dmitry Ilvokhin | |
2024-02-04 | Change password for git HTTP protocol | Dmitry Ilvokhin | |
2024-02-04 | Add fcgiwrap role to reuse it in git and cgit | Dmitry Ilvokhin | |
2024-02-04 | Add semicolon to nginx config for git | Dmitry Ilvokhin | |
2024-02-03 | Add init-git-repo.sh script to init new repos | Dmitry Ilvokhin | |
2024-01-28 | Enable tcp_nopush and tcp_nodelay for nginx | Dmitry Ilvokhin | |
For compatibility with CentOS 7 nginx config. | |||
2024-01-28 | Add cgit role | Dmitry Ilvokhin | |
2024-01-21 | Add role for git server | Dmitry Ilvokhin | |
The Git server role should support: * git ssh protocol, * git protocol, * git smart http protocol. Support for cgit will come as a separate role. |