31aef36ffd3fbe097bb7c23e18b7d2855111e839
Use new nginx ingress. Don't use .gitlab-ci for now until vault integration makes sense.
Docs
Converting mov to gif:
ffmpeg -i in.mov -filter:v "setpts=0.5*PTS" out.gif
Converting mkv to mp4 with 20Mbit bitrate
ffmpeg -i in.mkv -b:v 20M out.mov
git config --global pager.branch false
git config --global pager.tag false
Description
Languages
Python
88.7%
Dockerfile
7.6%
Shell
3.7%