~dricottone/huttese

ref: 3792612e41649738053ff29f84fea07f0dc0cb17 huttese/README.md -rw-r--r-- 980 bytes
3792612eDominic Ricottone Initial commit 2 years ago
                                                                                
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
## Usage

Disable the haproxy docker container.

Paste the following into the hosts file:

```
127.0.0.1       git.intra.dominic-ricottone.com lists.intra.dominic-ricottone.com meta.intra.dominic-ricottone.com todo.intra.dominic-ricottone.com
```

Run `make clean && make run`.


## To-Do

nginx proxying is not working

need metasrht service to become accessible so that i can register oauth for git, lists, todo services

should also setup the metasrht-webhook process (celery -A metasrht.webhooks worker --loglevel=info)

maybe should run migration (metasrht-migrate -a upgrade head) every time?

most importantly, need to figure out how to secure pgp keys, worker private key, network private key, and webhook private key


## Installation

Run `make image && make start`.

On first run, these need to be done manually. Or at least after the postgres database is running.

```
su - postgres
initdb /var/lib/postgresql/data
createdb -U postgres meta.sr.ht
metasrht-initdb
```