blob: ebb20519dc72951c5def930e296d2d6b0ff2ac97 (
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
40
41
42
43
44
45
46
47
48
|
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
```
Phoenix Cart
------------
Extract https://github.com/CE-PhoenixCart/PhoenixCart/archive/refs/tags/v1.1.0.7.zip
to `/var/www/htdocs`
(SHA256: `5bb59df44cac040a7b5218824da76c12b8ba44f9d56e792ac49cac16a6814a1e`).
|