Hey there,
I’m confirming the ongoing development of Chevereto v4.4.0 (Vivaracho)
This version introduces multi-tenancy, a major feature that allows a single Chevereto installation to host and manage multiple independent sites under one shared core.
Each tenant keeps its own data, configuration, and identity, while benefiting from a common codebase and shared infrastructure. That means less duplication, easier scaling, and more consistent updates across every site. In other words, distributing Chevereto installations will be much cheaper, with better resource use, simpler deployment, and lower maintenance costs.
For service providers, multi-tenancy opens the door to offering hosted Chevereto services or managing multiple client sites from a single instance.
This release lays the foundation for Chevereto Cloud and sets the stage for a more scalable, sustainable, and accessible media hosting ecosystem.
I’m confirming the ongoing development of Chevereto v4.4.0 (Vivaracho)
This version introduces multi-tenancy, a major feature that allows a single Chevereto installation to host and manage multiple independent sites under one shared core.
Each tenant keeps its own data, configuration, and identity, while benefiting from a common codebase and shared infrastructure. That means less duplication, easier scaling, and more consistent updates across every site. In other words, distributing Chevereto installations will be much cheaper, with better resource use, simpler deployment, and lower maintenance costs.
For service providers, multi-tenancy opens the door to offering hosted Chevereto services or managing multiple client sites from a single instance.
This release lays the foundation for Chevereto Cloud and sets the stage for a more scalable, sustainable, and accessible media hosting ecosystem.
Code:
- Added support for multitenancy
- Added Tenants API
- Added Tenants CLI
- Added multi-user support as a core (now free) feature
- Added AWS S3 and S3-Compatible Storage APIs as a core (now free) feature
- Added last seen tracking for login cookies
- Added HMAC signature to tokens, uploads and API keys
- Added cipher support for system variables (encryption)
- Added disabled web installation for service context
- Added "stats-rebuild" CLI command
- Added /powered-by route
- Added base64 encoded token URLs
- Fixed bug with albums created by guests
- Fixed invalid file checksum upload bug
- Fixed missing email-change warning message
- Merged images_hash table into images table
- Renamed "metrics" CLI command to "stats"
- Renamed "update" CLI command to "database-migrate"
- Removed ACL option for AWS S3
- Updated license terms with more grants, fewer restrictions
- Updated password hashing to use Argon2id algorithm
