Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.
Please keep in mind:
✍️ Added TOS agreement when guest-uploading
We got this RFC on June, I'm happy to announce that the functionality has been added to this beta. Now guest users will require to agree to terms on upload.
View attachment 4911
No.Is it possible to make the tick box ticked by default or disable this if not required ?
Harika🙂💅 Resim görünümüne dosya bilgisi eklendi
Resim sayfası artık resim çözünürlüğünü , uzantısını ve dosya boyutunu içeriyor . Önceden bu bilgi yalnızca indirme düğmesinin üzerine gelindiğinde mevcuttu, şimdi her zaman gösteriliyor.
View attachment 4917
CHEVERETO_MAX_USERS=0
CHEVERETO_MAX_IMAGES=0
CHEVERETO_MAX_ALBUMS=0
0
) means no limit.I absolutely love this. Powerful modifiers for people on limited server hardwares.🚧 Added root level maximum limits
In this beta I'm introducing root level limits that can be used to constrain your installations, this is to limit the max something for your instances.
This may be handy in cases where you want to provide Chevereto but you aren't prepared for an ugly surprise such as not configuring your third-party external services budget and a bunch of people uploaded millions of files. Now you can selectively limit based on what matters most to you.
Code:CHEVERETO_MAX_USERS=0 CHEVERETO_MAX_IMAGES=0 CHEVERETO_MAX_ALBUMS=0
The default value (0
) means no limit.
storage_apis
table and formats the output. On right side you have the eval for the returned array.CHEVERETO_DEBUG_LEVEL
environment. There won't be anymore the concept of "error reporting" tied to the function error_reporting as the application will handle all errors.CHEVERETO_DEBUG_LEVEL
environment variable, when an error happens it is this config which determines how the error will be displayed, which is documented accordingly.CHEVERETO_DEBUG_LEVEL
but without affecting normal users. This way, any administrator can easily get there errors without having to do a safari inside the server.