diff options
| author | maddaat <git@maddaat.org> | 2026-04-10 17:34:33 +0400 |
|---|---|---|
| committer | maddaat <git@maddaat.org> | 2026-04-10 17:34:33 +0400 |
| commit | eb670e687edcc065c2886be806acd80a697f9bea (patch) | |
| tree | f09c584c635bb817ceadf4a9ea413c01b06ef3e0 /README.md | |
| download | infra-eb670e687edcc065c2886be806acd80a697f9bea.tar infra-eb670e687edcc065c2886be806acd80a697f9bea.tar.gz infra-eb670e687edcc065c2886be806acd80a697f9bea.tar.bz2 infra-eb670e687edcc065c2886be806acd80a697f9bea.tar.lz infra-eb670e687edcc065c2886be806acd80a697f9bea.tar.xz infra-eb670e687edcc065c2886be806acd80a697f9bea.tar.zst infra-eb670e687edcc065c2886be806acd80a697f9bea.zip | |
Initial commit
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..f424437 --- /dev/null +++ b/README.md @@ -0,0 +1,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 +``` |
