I would like to know how to use git-crypt at Oxidized

Hi,
I want to use git-crypt for output, but I don’t know how.

Add the following to Dockerfile (oxidized/Dockerfile at master · ytti/oxidized · GitHub).
apt-get -yq --no-install-recommends install git-crypt

After executing docker build, start Oxidized with docker-compose up -d.

I don’t understand how the key is created or works after that. Therefore, if anyone knows how to introduce git-crypt, please let me know.

By the way, if you specify git for output, you can confirm that you can push to Github properly.