Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple network in the same instance #10

Closed
Khaaz opened this issue Feb 5, 2020 · 0 comments · Fixed by #22
Closed

Multiple network in the same instance #10

Khaaz opened this issue Feb 5, 2020 · 0 comments · Fixed by #22
Labels
enhancement New feature or request v3 roadmap v3

Comments

@Khaaz
Copy link
Owner

Khaaz commented Feb 5, 2020

Roadmap v3 - Multiple network.

Overview

Allow many network to exist within a single instance of the application.
A network is a set of webhooks and supports both github and gitlab at the same time.

Details / Implementation:

We can expect pretty much the same setup for the core functionality with:

  • one centralised IP-ban center (spam).
  • one secure-token (auth token) per single webhook. Fallback to network github/gitlab token. Fallback to global token.
  • Still a full customisation of networks (number of webhook per network/ both gitlab and github)

Network should be handled at the express level in the URL. <base>/:network/github or <base>/:network/gitlab.

Implementation for configs or details is open.

@Khaaz Khaaz added enhancement New feature or request v3 roadmap v3 labels Feb 5, 2020
@Khaaz Khaaz linked a pull request Mar 9, 2020 that will close this issue
@Khaaz Khaaz closed this as completed Mar 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request v3 roadmap v3
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant