All Projects → backstrokeapp → Server

backstrokeapp / Server

Licence: mit
🏊 A Github bot to keep repository forks up to date with their upstream.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Server

plugin-gitlab-webhook
[NOT MAINTAINED] Gitlab Webhook Plugin for Kanboard
Stars: ✭ 31 (-95.31%)
Mutual labels:  webhook
Netpalm
ReST based network device broker
Stars: ✭ 270 (-59.15%)
Mutual labels:  webhook
Zabbix Slack Alertscript
Zabbix AlertScript for Slack.com chat
Stars: ✭ 406 (-38.58%)
Mutual labels:  webhook
sre.surmon.me
💻 SRE service for Surmon.me blog.
Stars: ✭ 34 (-94.86%)
Mutual labels:  webhook
Discord-Token-Grabber
Steal Discord Token Directly From Memory and bypass any kind of token protection
Stars: ✭ 32 (-95.16%)
Mutual labels:  webhook
Generic Webhook Trigger Plugin
Can receive any HTTP request, extract any values from JSON or XML and trigger a job with those values available as variables. Works with GitHub, GitLab, Bitbucket, Jira and many more.
Stars: ✭ 287 (-56.58%)
Mutual labels:  webhook
kube-ldap
A Webhook Token Authentication plugin for kubernetes to use LDAP as authentication source
Stars: ✭ 29 (-95.61%)
Mutual labels:  webhook
Git Deploy
Php Script for Auto-Pull in server (Using WebHook from GitLab, GitHub and Bitbucket)
Stars: ✭ 495 (-25.11%)
Mutual labels:  webhook
Skyhook
Parses webhooks and forwards them in the proper format to Discord.
Stars: ✭ 263 (-60.21%)
Mutual labels:  webhook
Ddns Go
简单好用的DDNS。自动更新域名解析到公网IP(支持阿里云、腾讯云dnspod、Cloudflare、华为云)
Stars: ✭ 307 (-53.56%)
Mutual labels:  webhook
gitlab-ci-discord-webhook
⛓ Here's your serverless solution for sending build status from GitLab CI to Discord as webhooks.
Stars: ✭ 32 (-95.16%)
Mutual labels:  webhook
letterbot
Github Action 으로 만든 디스코드, 슬랙에 매일 아침 8시에 브리핑을 해주는 봇입니다
Stars: ✭ 37 (-94.4%)
Mutual labels:  webhook
Smtp2http
A tiny software that receive a smtp request (email) and send it to the specified webhook as a http post request
Stars: ✭ 294 (-55.52%)
Mutual labels:  webhook
webhook-aiogram-heroku
A sample telegram bot made with aiogram, that fetches updates using the web-hook connection. Can be easily deployed to Heroku.
Stars: ✭ 36 (-94.55%)
Mutual labels:  webhook
Telegram Bot
Ruby gem for building Telegram Bot with optional Rails integration
Stars: ✭ 433 (-34.49%)
Mutual labels:  webhook
Taviloglu.Wrike.ApiClient
.NET Client for Wrike API
Stars: ✭ 24 (-96.37%)
Mutual labels:  webhook
Travis Ci Discord Webhook
⛓ Here's your serverless solution for sending build status from Travis CI to Discord as webhooks.
Stars: ✭ 273 (-58.7%)
Mutual labels:  webhook
Laravel Shopify
A full-featured Laravel package for aiding in Shopify App development
Stars: ✭ 634 (-4.08%)
Mutual labels:  webhook
Wsify
Just a tiny, simple and real-time self-hosted pub/sub messaging service
Stars: ✭ 452 (-31.62%)
Mutual labels:  webhook
Telegram
Telegram Bot API Wrapper for Scala
Stars: ✭ 310 (-53.1%)
Mutual labels:  webhook

I don't have the bandwidth to maintain Backstroke anymore.

It's a project that has done fairly well, and many people use it and find it helpful. But, it's also a project that does too much for a single person to maintain, and it's got a number of moving parts that all have a tendency to break at the worst time (usually when I'm away from a computer). For a while, I found it fun to maintain, but over the past year it's turned into a chore, and I don't really have an interest in keeping it running.

Normally, when people shut things down, an alternative is usually provided. One alternative (found by @Freekers) is https://github.com/wei/pull, which looks pretty good - I'd recommend giving it a try. Another alternative if pull doesn't solve your problem is to set up a small server that either listens for a webhook (like backstroke classic) or polls the main branch on an upstream for changs. Then, use the Github API to create a new pull request. Backstroke classic, an example of this sort of approach, can be found here: https://github.com/backstrokeapp/legacy~

If anyone has an interest in taking over the project, please let me know. I'd be more than willing to pass it off to you and walk you through setting it up for development and deployment. If there isn't any interest, I'll likely shut it off later in the year once Backstroke's sponsored digitalocean credit runs out.

Sorry for this being so abrupt. To be honest, I've been thinking about doing this for a while and I should have been a bit more honest in mentioning this earlier.


Backstroke Backstroke

A Github bot to keep a fork updated with any changes made to its upstream. Visit our Website

Website

Add Backstroke to a repository

  1. Go to backstroke.co, and sign in with your Github account.
  2. Click Create new link
  3. Add a source repo under the text Upstream.
  4. Select a destination repository - either all aforks of the upstream, or a particular form by clicking one fork and typing its name.
  5. Click Save. If you push a change to the repo listed under Upstream, you'll get a pull request with any updates in the repo(s) under Fork!

FAQ

  • I don't see any pull requests on the upstream....: Pull requests are always proposed on forks. Take a look there instead.

  • I didn't sign up for this and now I'm getting pull requests. What's going on?: Backstroke only creates pull requests in two cases:

    • A link was created by an upstream maintainer, and your fork has the backstroke-sync issue label on it.
    • A link was created by a user that has write access on Github to the fork that syncs to the fork only.

    If you're receiving unsolicited pull requests and the backstroke-sync issue label hasn't been created on your fork, ensure that none of the contributors of your repository have added Backstroke to your fork. If you want some help, create an issue and we can figure out what's going on. We're really sorry that Backstroke could possibly create pull request spam - we've tried to build Backstroke in such a way where this shouldn't happen but sometimes we may have forgotten something or didn't consider a possible situation.

  • Why isn't Backstroke working?: Take a look at the webhook response logs. Most likely, you'll see an error. Otherwise, open an issue.

  • Does Backstroke work outside of Github?: Not yet.


By Ryan Gaus

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].