commit da2d661c91cf03b38a6e041f85caba6255d59feb
parent 41afd5f873bb37e65b04ece4f461f2f8cddd6288
Author: andersuno <anders@desk.andersuno.nu>
Date: Sun, 14 Aug 2022 10:56:20 +0200
Updated README
Diffstat:
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -5,6 +5,8 @@
- [git-server-docker-stagit](#git-server-docker-stagit)
- [Description](#description)
+ - [Main repo](#main-repo)
+ - [Gitlab mirror](#gitlab-mirror)
- [Credits](#credits)
- [Prerequisites](#prerequisites)
- [Necessary customization](#necessary-customization)
@@ -30,6 +32,14 @@ Stagit produces static html with every push to a repo.
A web server container can then be configured to mount that same storage and serve the html.
Anonymous read-only cloning is enabled via the git daemon on port 9418.
+### Main repo
+
+[https://git.andersuno.nu/git-server-docker-stagit/log.html](https://git.andersuno.nu/git-server-docker-stagit/log.html "git.andersuno.nu")
+
+### Gitlab mirror
+
+[https://gitlab.com/andersuno/git-server-docker-stagit](https://gitlab.com/andersuno/git-server-docker-stagit "gitlab.com")
+
## Credits
Forked from jkarlosb [GitHub](https://github.com/jkarlosb/git-server-docker) and [Docker Hub](https://hub.docker.com/r/jkarlos/git-server-docker/)