DanWin / hosting

This is a setup for a Tor based shared web hosting server
https://danwin1210.de/hosting/
GNU General Public License v3.0
341 stars 126 forks source link

Scaling to multiple instances after having an instance installed #135

Closed phinwww closed 3 months ago

phinwww commented 3 months ago

Hey,

Theoretically, would it be possible to have multiple instances of Daniel’s Hosting across multiple servers? Let’s just say I wanted to spread resources out and have one site on one server, another site on another server, etc. while having the same database. Is this possible to implement?

DanWin commented 3 months ago

Hey @phinwww , yes in theory this would be possible. There is already another issue for this: #78 Essentially the database should be run in clustering and ideally also the file system. Then for each instance there needs to be added a server field that will keep track on which server a given instance is running. I will close this as a duplicate of the existing issue.