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

Implement support for multiple forks #16

Open
juliangiebel opened this issue May 31, 2024 · 0 comments
Open

Implement support for multiple forks #16

juliangiebel opened this issue May 31, 2024 · 0 comments

Comments

@juliangiebel
Copy link
Owner

Ideally one instance of the map server could be used with multiple forks of ss14.
One way would be using a multi tenancy library to separate forks on a database level and have each fork use their own configuration and github bot. The separation then would be by url, e.g. https://mapserver.tanukij.dev/forkxy/maps....

A better way would be to do multitenancy manually so the same bot can be used. The separation would happen on a controller level.
The github controller would separate forks by repository and the api could either use a middleware that works the same as finbuckles url separation or use a parameter supplied with the request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant