Skip to content

Commit 0309e7f

Browse files
committed
vivaracho
1 parent 2972ca5 commit 0309e7f

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
lines changed
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
date: 2025-12-09T15:11:02Z
3+
lastmod: 2025-12-09T15:11:02Z
4+
title: Chevereto 4.4 (Vivaracho)
5+
author: Rodolfo Berrios
6+
summary: Less Pavarotti & more Vivaldi tiempos
7+
image: /photos/2025/uriel-soberanes-0DqFVmsxn6w-unsplash.webp
8+
tags:
9+
- releases
10+
---
11+
12+
[Chevereto 4.4 (Vivaracho)](https://v4-docs.chevereto.com/introduction/changelog/4.4.html) evolves the software into a full-fledged service platform, now supporting multitenancy and dynamic provisioning. We are also adding more features and improving security.
13+
14+
The release name, taken from the Spanish word "[Vivaracho](https://dle.rae.es/vivaracho)", continues the tradition of unique code-names following "Macanudo" (4.0), "Pulento" (4.1), "Regio" (4.2), and "Entrador" (4.3). It reflects the spirit of being lively and cheerful.
15+
16+
## Multitenancy support
17+
18+
As announced, Chevereto now fully supports multitenancy. To get started, check out the [multitenancy documentation](https://v4-docs.chevereto.com/application/configuration/multitenancy.html). We also recommend exploring the [Tenants API](https://v4-docs.chevereto.com/api/4/tenants.html) and the [Tenants CLI](https://v4-docs.chevereto.com/application/reference/cli.html#tenants-cli) for managing tenants programmatically.
19+
20+
Multitenancy lets a single system host multiple isolated instances. That means you don't need dozens of separate installations to serve different clients, teams, or communities. It lowers operational costs and opens possibilities for running Chevereto as a hosted service.
21+
22+
For agencies, companies, community operators, or just curious self-hosters, this is a game-changer. You can now:
23+
24+
* Run client-specific media hubs
25+
* Build private internal media libraries
26+
* Launch subscription-based platforms
27+
* Manage multiple communities under one installation
28+
* Offer niche hosting services for creators
29+
30+
Multitenancy lets you treat Chevereto as a platform, not just a single installation. You can experiment with business models, scale your services, and keep infrastructure costs manageable.
31+
32+
## Multi-user is core functionality
33+
34+
Multi-user support, previously available only in paid editions, is now included in all editions. This means any installation can create and manage multiple user accounts without additional costs, making collaboration and shared gallery management accessible to everyone.
35+
36+
## AWS S3 and S3-Compatible Storage APIs are core functionality
37+
38+
The S3 and S3-compatible storage integration (previously restricted behind a paid license tier) is now available to all users as a core feature. This gives you far more freedom in how you deploy and scale your installation, enabling use of Amazon S3, Cloudflare R2, Backblaze B2, Garage, MinIO and any other compatible service.
39+
40+
By removing the paywall, we're making it easier for you to switch between self-hosted and Cloud setups without being tied to a specific license. This change reinforces our commitment to openness, portability, and letting you run Chevereto on your own terms with zero vendor lock-in.
41+
42+
## Security
43+
44+
Chevereto 4.4 strengthens security across the board. Login cookies now track the last seen time, tokens and uploads are protected with HMAC signatures, and sensitive system variables can be encrypted. Web installations are disabled in service contexts to reduce exposure, and password storage has been upgraded to use the more secure Argon2id hashing algorithm.
45+
46+
## CLI
47+
48+
A new `stats-rebuild` command has been added, while the existing `metrics` and `update` commands have been renamed to `stats` and `database-migrate` respectively, making the CLI more intuitive and easier to use.
49+
50+
## Added `/powered-by` Route
51+
52+
Chevereto 4.4 introduces a new `/powered-by` route for legal and informational purposes. In the free edition, it highlights the AGPLv3 licensing scope, while in SaaS setups, it displays the provider information. In all cases, it clearly indicates that Chevereto powers the website and explains what that entails.
53+
54+
## System
55+
56+
Chevereto 4.4 includes several important system improvements. Bugs affecting albums created by guests and invalid file checksum uploads have been fixed, and the `images_hash` table has been merged into the main `images` table, simplifying the database structure.
404 KB
Loading

0 commit comments

Comments
 (0)