Skip to content

Implement support for multiple forks #16

Description

@juliangiebel

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    Priority

    None yet

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions