blob: 7d97069339ea047e0b94e642666d1165accc2fec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# cgit+caddy+gitolite on alpine in podman
## installation
1. copy .env.example to .env
2. replace the key with your ssh key
3. run `podman compose up -d --build`
4. rerun the above command without `--build`
5. enjoy
## setup
to [clone the admin repo](https://gitolite.com/gitolite/basic-admin.html#clone-the-gitolite-admin-repo), run `git clone ssh://git@127.0.0.1:12222/gitolite-admin`.
|