diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..c67c9a3 --- /dev/null +++ b/README.md @@ -0,0 +1,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 +``` |
