wireapp / wireapp/wire-server-deploy
What is exacly list domain for wire
@tiago-loureiro is already working on this.
Since Jul 31, 2019.
- Dominant language
- Shell
- Stars
- 113
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
I setup wire server follow your guild. All step finished, no error!
Im current set cidraddress in metallb : 10.15.15.30 (for internal demo testing).
And i set host to above ip for list domain :
In nginx-ingress-service/demo-values.yaml
- nginz-https.mydomain.com
- nginz-ssl.mydomain.com
- webapp.mydomain.com
- s3.mydomain.com
- team.mydomain.com
- account.mydomain.com
In wire-server/demo-values.yaml
- bare-https.mydomain.com
- bare-ssl.mydomain.com
- bare-s3.mydomain.com
- bare-webapp.mydomain.com
- bare-team.mydomain.com
- api.mydomain.com
- mydomain.com
But when i access https://webapp.mydomain.com, I got error with unknow route for domain :
I try to acces to this url https://bare-https.mydomain.com/self and got default backend - 404
So what is exacly list domain you provide? And with bare-https.mydomain.com (original : bare-https.example.com) What is IP i need to point for domain bare-*.mydomain.com and mydomain.com and api.mydomain.com ? Is that cidr provide in metallb ? (all domain list on wire-server/demo.values.yaml)
Where can i see list api backend like /swagger-ui/
p/s: And pls update your document Load balancer on bare metal servers. Dont have folder called values/nginx-lb-ingress . I use folder called nginx-ingress-services instead. Is that right?
Thank!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.