Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jirutka/alpine-git-mirror-syncd
- Owner: jirutka
- License: mit
- Created: 2017-10-12T18:16:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-17T12:44:52.000Z (over 5 years ago)
- Last Synced: 2024-09-29T20:45:35.454Z (about 1 month ago)
- Topics: alpine-linux, git, git-sync, lua, mqtt
- Language: Lua
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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.