summaryrefslogtreecommitdiff
path: root/README.md
blob: f4244375517dafed979a3a74b748822c6645491b (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
# maddaat.org



## DNS

**Domain**: `maddaat.org`

| Record  | Type    | Points to       |
|---------|---------|-----------------|
| `@`     | `A`     | `159.65.207.26` |
| `git`   | `CNAME` | `maddaat.org.`  |
| `www`   | `CNAME` | `maddaat.org.`  |



## 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 maddaat.pub
```