What I’m trying to do:
Learn whether it is possible to host multiple Anvil apps on a single Anvil open source server instance – and, if it is, learn how to do so.
What I’ve tried:
I’ve scoured the Anvil.works documentation, the open source server docs, and this forum.
Thank you Owen. I’d seen folks reference hosting multiple apps in-house, but the only way I could see to do so would be to run multiple instances of the open source server, with each instance using a different port.
It appears that using the Cloud Deployment Guides similarly will require a separate hosting instance for each Anvil app.
Do you (or anyone else who reads this) know whether the Anvil Team has a means of enabling multi-app hosting using a single server/port for those clients who pay for Anvil for Enterprise deployments – possibly using a non-open source version of Anvil?
I guess Owen means you can’t run multiple apps on a single instance.
But you can install multiple instances on the same server, running on different ports. Then you can use Nginx or similar reverse proxy in order to publish them under different domain or subdomains.
I know this topic is old, but I am wondering if anyone has been successful at having multiple apps sharing users?
“how does a single user authenticate with the same credentials across multiple apps?”