summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
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.