Skip to content
This repository has been archived by the owner. It is now read-only.

better-than-yours/video-thumbnail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

video-thumbnail Build Status Go Report Card

deps

$ go mod tidy && go get -u

dev deps

$ apt-get update && apt-get -y install --no-install-recommends ffmpeg libavcodec-dev libavutil-dev libavformat-dev libswscale-dev

secrets

VAULT_ROLE_ID=
VAULT_SECRET_ID=

vault

$ vault auth enable approle
$ vault write auth/approle/role/dratini-role secret_id_ttl=0 token_policies=common-policy,dratini-policy
$ vault read auth/approle/role/dratini-role/role-id
$ vault write -f auth/approle/role/dratini-role/secret-id

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages