summaryrefslogtreecommitdiff
path: root/README.md
blob: 6d03cf5cdb93e4c84cb633b1a73ff3cda75bff7f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Cgit in Docker using Apache

Here you have my simple cgit containerized app. Feel free to adjust to your needs

## License

This project is licensed under the GNU General Public License v3.0 or later.

See [LICENSE](LICENSE) for details.

## Acknowledgements

This project was inspired by [LuqueDaniel/cgit-docker](https://github.com/LuqueDaniel/cgit-docker), which helped me understand how to containerize cgit.

This implementation differs significantly from that project and uses Apache httpd with CGI for my own self-hosted cgit setup.