On-Premise Deployment¶
The on-premise deployment model is for teams that want to run LightlyStudio Enterprise on their own infrastructure. This gives you full control over the deployment, data storage, and security. You can run it fully offline or air-gapped if needed.
Components of the On-Premise Deployment¶
Lightly Proxyexposes the deployment.Authentication Servicehandles authentication.Workspace UIprovides the login, datasets, and admin pages.Studio Appprovides the core application including the backend API and frontend.Datasets Databasestores enterprise dataset metadata in PostgreSQL.Users Databasestores user accounts in SQLite on theauth_datavolume.
For the user-facing security and architecture overview, see Security and Architecture.