mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 06:21:13 +00:00
Added warning
This commit is contained in:
parent
6d2b22eef8
commit
98423f581d
1 changed files with 3 additions and 1 deletions
|
@ -11,6 +11,8 @@ title: Deploying a Lightweight Git Server with CGit using Docker-Compose
|
|||
|
||||
In this post, I'll talk about how we can setup CGit within a docker-compose setup. We'll be using the [ClearLinux CGit](https://hub.docker.com/r/clearlinux/cgit) container.
|
||||
|
||||
**Note:** Intel has discountinued the Clear Linux project, and as such the CGit docker container is no longer available. There are other CGit containers on DockerHub, but I have not tested any of them since I (as of Oct 2025) use Forgejo as my Git Forge. Please write in if you've had success following these instructions with any of the other images out there.
|
||||
|
||||
## Configuring Apache Webserver
|
||||
|
||||
Within the CGit container, an apache webserver is setup to execute the CGit CGI scripts. This configuration is very similar to the [default one](https://github.com/clearlinux/dockerfiles/blob/256680f7c6be8423081e67153de0bff1206f6b63/cgit/httpd-cgit.conf) provided by ClearLinux. However, the default holds your repositories in the `/cgit` subfolder as I wanted it on the root `/` folder.
|
||||
|
@ -201,4 +203,4 @@ These references talked about setting up cgit outside of docker, but they helped
|
|||
- https://www.yaroslavps.com/weblog/minimal-git-server/
|
||||
- https://blog.stefan-koch.name/2020/02/16/installing-cgit-nginx-on-debian
|
||||
- https://bryanbrattlof.com/cgit-nginx-gitolite-a-personal-git-server/
|
||||
- https://matejamaric.com/blog/git-server/
|
||||
- https://matejamaric.com/blog/git-server/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue