~qpfiffer/logproj

Proof of concept web-service built on 38-Moths.
Fucking keygen.
Small fixes but libjwt is broken. No surprises there.

clone

read-only
https://git.sr.ht/~qpfiffer/logproj
read/write
git@git.sr.ht:~qpfiffer/logproj

You can also use your local clone with git send-email.

#Installation

#Without Docker

You'll need a few dependencies, get them whereever dependencies are sold, or your favorite podcasting application:

  • libjwt
  • libscrypt
  • 38-Moths
  • libpq (the postgresql library)

Once those are all installed, you can just run make and you'll end up with a logproj binary.

#With Docker

./docker_build.sh

This will give you an image tagged with logproj

#Docker Compose

docker-compose up will give you a working system, once you've built the prerequisites.

You'll have to fill in the database schema, which brings us to...