개인 셀프 호스팅 관련 질문

여러 포럼에서 Discourse를 사용하는 것을 정말 즐깁니다!

Discourse가 오픈소스라는 것을 알고, Discourse로 개인용 가족 서버를 만들어 보고 싶지만 몇 가지 문제에 부딪히고 있습니다.
Docker를 사용할 때 Discourse에는 루트 권한으로 실행해야 하는 자체 관리 스크립트가 있는 것 같습니다.
인터넷에 연결되지 않고(VPN을 통해서만 접근 가능) 리버스 프록시 컨테이너 뒤에 이 서버를 설정하려면 어떻게 해야 할까요?
이러한 사용 사례에서 이메일 인증을 비활성화할 수 있는 방법이 있을까요?

이것이 Discourse의 주요 사용 목적이 아님을 알고 있습니다. 누군가 회사나 가족의 사적 용도로 설정해 본 경험이 있나요?

Not a direct answer, but note you can deploy to the open web and make your Discourse 100% private and invite only.

I didn’t know that was an option.
Even so I have the vpn setup and other services already up.
I like segregating from the web on the network level when I have the option.

I have the discourse installation in a KVM VM with docker, with proxmox VE for virtualization. Access from Internet uses haproxy for ssl termination, that allows to expose only one IP address, even for different services on the Internal network.