2018-06-25, 09:34 PM
Greetings,
I'm trying to establish a setup where a few domains point to the same forum. This isn't for development or backup purpose but to circumvent censorship in some countries. To clarify:
example.com ->
example.onion -> | same forum |
another.net ->
So the question is how to properly configure MyBB for this task? As I understand, MyBB supports only single Forum URL.
My hosting is a VPS with Docker support. So I'm considering the following scheme:
1. Single Nginx container to handle and route all the requests
2. php-fpm container per each domain with separate instance of MyBB so it can have proper configuration for this particular domain
3. Single database to store all the data
Is this a viable approach? Are there any hidden pitfalls?
Can this be optimized to avoid a container per domain? Like, advanced Nginx config to convert URLs and cookies back and forth?
Thanks in advance,
DTG
I'm trying to establish a setup where a few domains point to the same forum. This isn't for development or backup purpose but to circumvent censorship in some countries. To clarify:
example.com ->
example.onion -> | same forum |
another.net ->
So the question is how to properly configure MyBB for this task? As I understand, MyBB supports only single Forum URL.
My hosting is a VPS with Docker support. So I'm considering the following scheme:
1. Single Nginx container to handle and route all the requests
2. php-fpm container per each domain with separate instance of MyBB so it can have proper configuration for this particular domain
3. Single database to store all the data
Is this a viable approach? Are there any hidden pitfalls?
Can this be optimized to avoid a container per domain? Like, advanced Nginx config to convert URLs and cookies back and forth?
Thanks in advance,
DTG