안녕하세요.
우리는 프로덕션 시스템에 Discourse 자체 클라우드 호스팅을 사용할 계획입니다.
관리자 승인을 위해 완전히 사전 설정(staging)하되, 외부에 공개는 막을 수 있는 방법이 있을까요?
감사합니다.
루이스
안녕하세요.
우리는 프로덕션 시스템에 Discourse 자체 클라우드 호스팅을 사용할 계획입니다.
관리자 승인을 위해 완전히 사전 설정(staging)하되, 외부에 공개는 막을 수 있는 방법이 있을까요?
감사합니다.
루이스
You could have it a private Discourse by invitation only. Then you send invitation emails to only those you wish to have in it. It will be private and no one will be able to access it. Web crawlers also will not be able to crawl the site. But what I did for my domain is not to set up a homepage. If a crawler (or anyone) goes to the domain name they only see a blank white default page. Just as my forum is set up. ![]()
The simple way is to make the site invite only and login required as suggested already.
Another way would be to modify app.yml to reconfigure nginx to use basic authentication and/or limit by IP.
How do I modify the app.yml on a discourse managed cloud instance?
Can’t find any way to access a cli.
You need to reach out to your hosting provider in that case. If it’s us (discourse.org), shoot an email to us at team@discourse.org.
Did that.
Thank you, Joshua.