blob: c67c9a32a87a7559e672139f7e5dd50854512186 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
bookcorner.ge
=============
DNS
---
**Domain**: `bookcorner.ge`
| Record | Type | Points to |
|---------|---------|-----------------------------|
| `@` | `CAA` | `0 issue "letsencrypt.org"` |
| `@` | `CAA` | `0 issuewild ";"` |
| `@` | `A` | `159.65.207.26` |
| `git` | `CNAME` | `bookcorner.ge.` |
| `www` | `CNAME` | `bookcorner.ge.` |
Gitolite
--------
```
$ doas adduser
...
Name: git
Password: ****
Fullname: git
Uid: 1001
Gid: 1001 (git)
Groups: git
Login Class: default
HOME: /home/git
Shell: /usr/local/libexec/gitolite/gitolite-shell
...
$ doas -u git /bin/sh
$ gitolite setup -pk bookcorner.pub
```
|