Skip to content

InnovAnon-Inc/dockerhub-webhook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

DockerHub Web Hook

REST API Service to receive DockerHub Web Hooks

  • Create the secret .env for runit:
    API_KEY=...
    mkdir             .env/DOCKERHOOK_TOKEN
    echo "$API_KEY" > .env/DOCKERHOOK_TOKEN
    
  • Install the software:
    sudo ./install.sh
    
  • Activate the service:
    sudo ./activate.sh
    

About

Lightwieght Docker Hub webhook listener based on the Flask microframework for Python

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%