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 on all editions
- Added last seen tracking for login cookies
- Added HMAC signatures for tokens and uploads
- Added cipher support for system variables (encryption)
- Added disabled web installation for service context
- Added "stats-rebuild" CLI command
- Added /powered-by route
- Fixed bug with albums created by guests
- Fixed invalid file checksum upload bug
- Merged images_hash table into images table
- Renamed "metrics" CLI command to "stats"
- Renamed "update" CLI command to "database-migrate"
- Updated password hashing to use Argon2id algorithm
