Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jirutka/alpine-git-mirror-syncd

Lua script that listens on MQTT and synchronizes Git mirrors when notified about changes
https://github.com/jirutka/alpine-git-mirror-syncd

alpine-linux git git-sync lua mqtt

Last synced: about 1 month ago
JSON representation

Lua script that listens on MQTT and synchronizes Git mirrors when notified about changes

Awesome Lists containing this project

README

        

= Alpine Git Mirror Sync

Lua script that listens on MQTT and synchronizes Git mirrors when notified about changes.

TODO

== Requirements

* Lua 5.1
* https://luarocks.org/modules/karlp/lua-cjson[lua-cjson]
* https://luarocks.org/modules/karlp/lua-mosquitto[lua-mosquitto]
* git

== License

This project is licensed under http://opensource.org/licenses/MIT/[MIT License].
For the full text of the license, see the link:LICENSE[LICENSE] file.