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

Document integrations_*_url config options when they land #1698

Closed
RickCogley opened this issue Jun 28, 2016 · 7 comments · Fixed by #5266
Closed

Document integrations_*_url config options when they land #1698

RickCogley opened this issue Jun 28, 2016 · 7 comments · Fixed by #5266
Labels
P3 T-Task Tasks for the team like planning

Comments

@RickCogley
Copy link

Hello - a couple questions about the config file:

{
    "default_hs_url": "https://matrix.org",
    "default_is_url": "https://vector.im",
    "brand": "Vector",
    "integrations_ui_url": "http://localhost:8081/",
    "integrations_rest_url": "http://localhost:5050"
}
  • If I set up my own vector, does it act as an identity server, to link an email address to a matrix id?
  • Presumably, if I have my home server on https://matrix.mydomain.com and vector on https://chat.mydomain.com these go in the default_hs_url and default_is_url, correct?
  • What does the brand setting control?
  • Do the integrations settings need to be localhost, and, what does that imply - that all the bots and whatnot need to be served from this server?
  • Can these integrations settings be some other ports? I ask because, since this is pretty static, I want to run it from a web container on my usual static hosting service, and, you have to get them to supply custom ports.

Thanks for your help.
Kind regards,
Rick

@vith
Copy link
Contributor

vith commented Jul 16, 2016

I found a description of the integrations_*_url fields in a since-removed piece of code: https://github.com/matrix-org/matrix-react-sdk/blob/b54376aa2acda9451d684a1565772503beaff631/src/SdkConfig.js#L17-L22

var DEFAULTS = {
    // URL to a page we show in an iframe to configure integrations
    integrations_ui_url: "https://scalar.vector.im/",
    // Base URL to the REST interface of the integrations server
    integrations_rest_url: "https://scalar.vector.im/api",
};

Further clarification would be helpful for server operators who come across these in config.json.

@ara4n
Copy link
Member

ara4n commented Jul 16, 2016

Integration management stuff hasn't landed at all yet - it's mostly on branches. We'll be sure to document it when it does (in the next few weeks :)

On 16 Jul 2016, at 10:32, Jason Papakostas notifications@github.com wrote:

I found a description of the integrations_*_url fields in a since-removed piece of code: https://github.com/matrix-org/matrix-react-sdk/blob/b54376aa2acda9451d684a1565772503beaff631/src/SdkConfig.js#L17-L22

var DEFAULTS = {
// URL to a page we show in an iframe to configure integrations
integrations_ui_url: "https://scalar.vector.im/",
// Base URL to the REST interface of the integrations server
integrations_rest_url: "https://scalar.vector.im/api",
};
Further clarification would be helpful for server operators who come across these in config.json.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

@ara4n ara4n changed the title Config file questions Document integrations_*_url config options when they land Jul 31, 2016
@ara4n ara4n added feature P3 T-Task Tasks for the team like planning and removed feature labels Jul 31, 2016
@mheppner
Copy link

Are there any updates on this? It's been a bit longer than a few weeks 😛

Great project, I'm excited to see where it progresses!

@seisatsu
Copy link

seisatsu commented May 23, 2017

I'm also interested in what's going on with this. I get the integrations server error but can't easily find related documentation.

@almereyda
Copy link

If you provided a PR which resolves this issue, I guess it would be highly appreciated by the maintainers.

@turt2live
Copy link
Member

Some additional documentation was merged to the README. Is it now documented adequately?

@seisatsu
Copy link

seisatsu commented Oct 14, 2017

Still not even remotely clear on what the integrations server actually is, or what it does, or how to set one up, or if one even exists outside the development team's headspace yet. This has been perplexing me since I first set up Riot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3 T-Task Tasks for the team like planning
Projects
None yet
Development

Successfully merging a pull request may close this issue.

8 participants