scragg0x / realms-wiki

Git based wiki inspired by Gollum
http://realms.io
GNU General Public License v2.0
833 stars 90 forks source link

Github webhook integration #126

Open glassresistor opened 8 years ago

glassresistor commented 8 years ago

My main issue right now with realms-wiki is that it has no built in tools for merging its repo with a remote github repo or others.

Setting it up to push to github is easy just by adding a post commit hook to the local repo but pushing changes on github to realms is much less easy.

One way to solve this would simply be to add a url to realms-wiki which when hit causes it to run pull on the repository. Since realms is already setup to work with git and run a webserver it should be much easier to add this feature into itself rather than having the user have to strap it on externally.

gazpachoking commented 7 years ago

I haven't gotten back to it yet, but had a quick start on something like this in #155