September 26, 20205 yr As off June 5, 2022 this image has been deprecated, read the notice here https://info.linuxserver.io/issues/2022-06-05-chevereto/ Application Name: Chevereto Application Site: https://github.com/Chevereto/Chevereto-Free Docker Hub: https://hub.docker.com/r/linuxserver/chevereto/ Github: https://github.com/linuxserver/docker-chevereto Please post any questions/issues relating to this docker you have in this thread. If you are not using Unraid (and you should be!) then please do not post here, rather use the linuxserver.io forum for support. Edited June 13, 20224 yr by linuxserver.io
October 1, 20205 yr Hi Team, Thanks for this Docker. I gave it a try and found a potential show-stopper issue. I tried dragging a .jpeg file that is about 8MB. On the UI I get a message that says "File too big". The UI does say: "JPG PNG BMP GIF 2 MB" This maximum file size is way too small for any modern recent camera file. I googled a bit and found this posting. It basically says that the hosting service is the one limiting the file size to 2MB. I figured since I am the host, there should be a setting somewhere to change this. I found this, which states: Quote In our last article, we’ve explained about limiting user file upload size in Apache. In this article, we will explain how to limit user file upload size in Nginx. Restricting file upload size is useful to prevent some types of denial-of-service (DOS) attacks and many other related issues. By default, Nginx has a limit of 1MB on file uploads. To set file upload size, you can use the client_max_body_size directive, which is part of Nginx’s ngx_http_core_module module. This directive can be set in the http, server or location context. It sets the maximum allowed size of the client request body, specified in the “Content-Length” request header field. Here’s an example of increasing the limit to 100MB in /etc/nginx/nginx.conf file. Set in http block which affects all server blocks (virtual hosts). http { ... client_max_body_size 100M; } Set in server block, which affects a particular site/app. server { ... client_max_body_size 100M; } So I went into /appdata/chevereto/nginx/nginx.conf and in the http: block changed: "client_max_body_size 100M;" It was originally set to 0 (a bad sign). I restarted the docker and still had the same issue. 😦 Is there a way to increase this minimum? Did I do this in the wrong place? There is no "server" block in the .conf file. Thanks again. H.
October 1, 20205 yr 13 minutes ago, hernandito said: So I went into /appdata/chevereto/nginx/nginx.conf and in the http: block changed: "client_max_body_size 100M;" It was originally set to 0 (a bad sign). 0 is unlimited, or more precisely, not checked. http://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size
October 1, 20205 yr 19 minutes ago, jonathanm said: 0 is unlimited, or more precisely, not checked. http://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size I figured that when I saw the zero value. So is there a way to change this within the Docker, or is it a hard limit beyond our control?
October 1, 20205 yr Probably not related to container implementation, but I could be wrong. Try here. https://chevereto.com/community/
October 1, 20205 yr 7 hours ago, jonathanm said: Probably not related to container implementation, but I could be wrong. Try here. https://chevereto.com/community/ Thanks.... that is where I saw the note about client_max_body_size potential solution... They also note other PHP configuration items.
December 25, 20205 yr It was easy enough to get the container up and running but I get this error when I try to use the upgrade to premium feature in the webUI
December 25, 20205 yr On 10/1/2020 at 1:37 PM, hernandito said: Thanks.... that is where I saw the note about client_max_body_size potential solution... They also note other PHP configuration items. @hernandito you want to check the php-local.ini file located at /chevereto/php/ and make sure its got the sizes you want (restart the container for changes to take effect) After that, go into chevereto's webUI settings under image upload and change the limits there as well.
December 26, 20205 yr 5 hours ago, ClintWilkenson said: It was easy enough to get the container up and running but I get this error when I try to use the upgrade to premium feature in the webUI Dont use the linuxserver build. it has a glitch. use the nmtan/chevereto build. That will allow the upgrade.
December 28, 20205 yr Hi there!, Is there any step by step turotial about how to get Chevereto up and running on unRIAD?
February 9, 20215 yr I have Chevereto running well in docker/unraid, however, It appears to be storing my images within the docker itself. Is there a way to map an external (to the docker image) folder for the image store? How would I go about doing this? Thankyou.
February 9, 20215 yr 3 hours ago, PeterW said: I have Chevereto running well in docker/unraid, however, It appears to be storing my images within the docker itself. Is there a way to map an external (to the docker image) folder for the image store? How would I go about doing this? Thankyou. Why do you think it saves the images inside the container?
February 11, 20215 yr On 2/9/2021 at 11:58 PM, saarg said: Why do you think it saves the images inside the container? saarg, #1: The only change I made was to install container and upload a few GB of photos for test, and suddenly my docker.img is full. #2: The container template also doesn't appear to have any mappings for any array folders.
February 19, 20215 yr nice this bullcrap just deleted all my images i've gathered for 15 years. I imported images and for some reason this shit corrupted itself and few moments later i find that all my images are gone. remove this shit.......
February 19, 20215 yr 1 hour ago, fonex said: nice this bullcrap just deleted all my images i've gathered for 15 years. I imported images and for some reason this shit corrupted itself and few moments later i find that all my images are gone. remove this shit....... Not that this will help much, but might be good to back up important files. Hard to figure anything out with the info you have supplied.
March 6, 20215 yr I am trying to set this up. I installed the MySQL docker image. MySQL says it's running. I went to the webui for cheverito to enter my info there and get the message "Can't connect to the target database. The server replied with this: SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client Please fix your MySQL info." I don't know what info I need to fix? I installed the MySQL Workbench docker and I seem to be able to connect with that... So I don't know what I am doing wrong?
May 25, 20215 yr Running Chevereto on UNRAID utilising MariaDB. Any time i do a container update it looses my image mapping see below. I've restored mariaDB and cheverto from backup, looked at the config file cannot get the images\photos to show up. Edited May 26, 20215 yr by matda59
July 11, 20214 yr After a conainer update, the Chevereto only has links, but the links do not point to images. I see others have experience a similar issue. Any work arounds for this failure? Thanks, Robert Edited July 12, 20214 yr by rshuler
July 19, 20214 yr Using version-1.4.0 results in the following error message: Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 7.4.0". Is that an issue on my end or is the used php version outdated? What do I need to do? UPDATE: fixed in latest container version Edited August 1, 20214 yr by Spiritreader
November 21, 20214 yr Can anyone muster up a step-by-step install for this? And then maybe pin to the thread?
February 14, 20224 yr Hello, I installed this app, I've changed the logo, favicon and background, but when I restart the docker, everything goes into default. It's normal or I miss something ?
February 27, 20242 yr Hello, I'm the author of Chevereto. I think that I can help with some context. Hope is the right place to do so. The software used here is "Chevereto-Free" which I stopped maintaining and then it got removed from Unraid. On 2022-12-01 I released Chevereto free edition, which is well maintained and it gets constant new features. This new edition is available here: https://github.com/chevereto/chevereto Container images are available here: https://hub.docker.com/r/chevereto/chevereto Can Chevereto be added again?
February 28, 20242 yr 3 hours ago, rodber said: Hello, I'm the author of Chevereto. I think that I can help with some context. Hope is the right place to do so. The software used here is "Chevereto-Free" which I stopped maintaining and then it got removed from Unraid. On 2022-12-01 I released Chevereto free edition, which is well maintained and it gets constant new features. This new edition is available here: https://github.com/chevereto/chevereto Container images are available here: https://hub.docker.com/r/chevereto/chevereto Can Chevereto be added again? The SelfHosters guys still publish a Chevereto free which installs https://hub.docker.com/r/nmtan/chevereto Your best bet would be to talk to @Roxedus over on their discord https://discord.com/invite/qWPbc8R and get them to switch the repository or add a new template for Unraid
February 28, 20242 yr Yes, and they make the same mistake (use label "Chevereto" for something that's called "Chevereto-free" which I don't know why it happened. Besides the label issue, the main problem is that users are being exposed to code old as 2020. I keep updating the software but users ignore it as the label issue and everywhere reads "deprecated". This: https://github.com/rodber/chevereto-free/releases/tag/1.6.2 Is forked from here: https://releases.chevereto.com/3.X/3.16/3.16.2.html
April 24, 20242 yr So this looks a little dead? Can one post instructions on how to get the or compose to work from chevereto/chevereto - Docker Image | Docker Hub? That seems to be the correct modern version. I hat to install vm just to test this out.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.