## 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
```