Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Hey Guest, don't forget to VOTE on each RFC topic. Your voting determine Chevereto development! No votes, no development.
Welcome to the Chevereto User Community!
Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.
Please keep in mind:
This community is user-driven. Always be polite and respectful to others.
Support development by purchasing a Chevereto license, which also gives you priority support.
Go further by joining the Community Subscription for even faster response times and to help sustain this space
I ran the query, all image pages are 404. But I can still direct access the images (yes I've purged the CloudFlare cache, and have tried in 2 browsers in incognito mode.)
But I guess because of the amount of images it will take a bit to delete all of them? Since I can still direct-access one of them, so I'm guessing we can access all of them.
Edit: Yes my cron is working, and I've manually ran it as well just to double check!
The query send these images to he removed by the cron. How long it takes depend on where the are those files hosted, local storage gets removedf faster, external takes longer.
You can edit the Queue class to alter the chunk size.
The query send these images to he removed by the cron. How long it takes depend on where the are those files hosted, local storage gets removedf faster, external takes longer.
You can edit the Queue class to alter the chunk size.
Now, let's say that it doesn't get deleted, do you know a query I can use to print or get all the image names so I can just manually rm -f from my server?