Skip to content

A personal clojure/ring based endpoint for CI webooks for NixOs

License

Notifications You must be signed in to change notification settings

hlolli/simpleRing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple ring server for NixOs

Designed as systemd service for triggering shell scripts from CI-hooks or other kind of webhooks trough nginx.

(in progress)

Config file

{:port 1988 :host "localhost" :endpoints {
   "/foo" {:script "echo FOO" :gitlab-token "SEACRET"}
   "/bar" {:shell "/path/to/shell.sh"}}}

About

A personal clojure/ring based endpoint for CI webooks for NixOs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published