Configuration system #1

Open
opened 5 years ago by dodedodo · 0 comments
Owner

In the config file we should be able to configure a route+deck-board.

This way we can support multiple independent gitea servers, nextcloud servers and multiple organizations/repo's/boards/ACLs within these.

{
  "routes":[
    {
      "route":"/devteam1",
      "nextcloud"{
        "url":"https://yournextcloudinstall.org",
        "boardID": 14,
        "user":"freddy",
        "pass":"ABCxyz",
        "defaultStack": 3
      },
      "gitea":{
        "url":"https://yourgiteaserver.org/",
        "key":"api-key with access to repo"
      }
    },
    {
      ...
    }
  ]
}
In the config file we should be able to configure a route+deck-board. This way we can support multiple independent gitea servers, nextcloud servers and multiple organizations/repo's/boards/ACLs within these. ``` JSON { "routes":[ { "route":"/devteam1", "nextcloud"{ "url":"https://yournextcloudinstall.org", "boardID": 14, "user":"freddy", "pass":"ABCxyz", "defaultStack": 3 }, "gitea":{ "url":"https://yourgiteaserver.org/", "key":"api-key with access to repo" } }, { ... } ] } ```
dodedodo added a new dependency 5 years ago
dodedodo added this to the v0.1 milestone 5 years ago
Sign in to join this conversation.
Loading…
There is no content yet.