diff options
| author | 2026-07-10 15:35:56 +0200 | |
|---|---|---|
| committer | 2026-07-10 15:36:25 +0200 | |
| commit | 62a7c2f8f57685722c14d5debeb6722748f6b48f (patch) | |
| tree | 2f0884e5a85e4df149b74674a56829b2216542bc /README.md | |
Initial commit with working setup
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..6d03cf5 --- /dev/null +++ b/README.md @@ -0,0 +1,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. |
