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

[Dev] - Change of DNS of homeserver #821

Closed
mcalinghee opened this issue Nov 13, 2023 · 2 comments · Fixed by #822
Closed

[Dev] - Change of DNS of homeserver #821

mcalinghee opened this issue Nov 13, 2023 · 2 comments · Fixed by #822
Labels
enhancement New feature or request web

Comments

@mcalinghee
Copy link
Contributor

Your use case

What would you like to do?

We need to change https://github.com/tchapgouv/tchap-web-v4/blob/develop_tchap/config.dev.json in order to add the new homeserver :
https://matrix.dev01.tchap.incubateur.net
https://matrix.dev02.tchap.incubateur.net
https://matrix.ext01.tchap.incubateur.net

Why would you like to do it?

The change of DNS was done in dev in order to be ISO with preprod and prod

Have you considered any alternatives?

No response

Additional context

No response

@mcalinghee mcalinghee added enhancement New feature or request web labels Nov 13, 2023
@NicolasBuquet
Copy link

NicolasBuquet commented Nov 13, 2023

Hello @mcalinghee.

Je trouve ça dans les config iOS-dev :

    // Tchap servers
    static let serverUrlPrefix = "https://matrix."
    static let preferredIdentityServerNames = [
        "agent1.tchap.incubateur.net",
        "agent2.tchap.incubateur.net"
    ]
    static let otherIdentityServerNames: [String] = [
        "externe.tchap.incubateur.net"
    ]
    ```

Par contre, j'ai aussi ça : 
// MARK: -  Public rooms Directory
// List of homeservers for the public rooms directory
static let publicRoomsDirectoryServers = [
    "agent1.tchap.incubateur.net",
    "agent2.tchap.incubateur.net"
]

et 

static let bugReportDefaultHost = "agent1.tchap.incubateur.net"
```

Je peux tous mettre à jour avec vos nouvelles urls ? Vos endpoints gèrent tous les services précédents ?

@mcalinghee
Copy link
Contributor Author

Hello @mcalinghee.

Je trouve ça dans les config iOS-dev :

    // Tchap servers
    static let serverUrlPrefix = "https://matrix."
    static let preferredIdentityServerNames = [
        "agent1.tchap.incubateur.net",
        "agent2.tchap.incubateur.net"
    ]
    static let otherIdentityServerNames: [String] = [
        "externe.tchap.incubateur.net"
    ]
    ```

Par contre, j'ai aussi ça : 
// MARK: -  Public rooms Directory
// List of homeservers for the public rooms directory
static let publicRoomsDirectoryServers = [
    "agent1.tchap.incubateur.net",
    "agent2.tchap.incubateur.net"
]

et 

static let bugReportDefaultHost = "agent1.tchap.incubateur.net" ```

Je peux tous mettre à jour avec vos nouvelles urls ? Vos endpoints gèrent tous les services précédents ?

@NicolasBuquet
Du coup il faudrait changer pour :
agent1.tchap.incubateur.net => dev01.tchap.incubateur.net
agent2.tchap.incubateur.net => dev02.tchap.incubateur.net
externe.tchap.incubateur.net => ext01.tchap.incubateur.net

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request web
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants