MaorMeirHajajOriginal post
Web Developer
I'm working on a project that I want to use auth, db and storage. lets say only mail & pass auth. No emails, functions, messaging or ai.
Is there a way to do that?
Summary
Developers want to disable specific features in the self-hosted app to reduce the footprint. They are considering removing services from the compose file but are concerned it might break the service state. They specifically want to use authentication, database, and storage without features like emails, functions, messaging, or AI. Solution: Check if the specific features can be disabled in the configuration settings instead of removing services from the compose file to avoid potential service state issues.