• Welcome to the Chevereto user community!

    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:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.
  • Chevereto Support CLST

    Support response

    Support checklist

    • ⚠️ Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • ✅ Confirm that the server meets the System Requirements
    • 🔥 Check for any available Hotfix - your issue could be already reported/fixed
    • 📚 Read documentation - It will be required to Debug and understand Errors for a faster support response

Unsure how to configure external storage

Version
4.1.4
PHP version
8.2.23
Database driver
MariaDB
Database version
jammy
Web browser
Chrome

user_1fedf

Chevereto Member
Pro
New with Chevereto, I paid for a license, downloaded the repo, created an .env file with the license, created the image.

Finally I created a container and used this configuration:

Code:
CHEVERETO_DB_HOST=srv-captain--chevereto-db
CHEVERETO_DB_USER=chevereto
CHEVERETO_DB_PASS=MYPASS
CHEVERETO_DB_PORT=3306
CHEVERETO_DB_NAME=chevereto
CHEVERETO_HOSTNAME=chevereto.MYDOMAIN.com
CHEVERETO_HTTPS=true
CHEVERETO_HOSTNAME_PATH=/
CHEVERETO_MAX_POST_SIZE=2G
CHEVERETO_MAX_UPLOAD_SIZE=2G
CHEVERETO_ASSET_STORAGE_BUCKET=mybucket-chevereto
CHEVERETO_ASSET_STORAGE_KEY=MYACCESSKEY
CHEVERETO_ASSET_STORAGE_NAME=assets
CHEVERETO_ASSET_STORAGE_REGION=us-west-2
CHEVERETO_ASSET_STORAGE_SECRET=MYACCESSECRET
CHEVERETO_ASSET_STORAGE_SERVER=server
CHEVERETO_ASSET_STORAGE_SERVICE=service
CHEVERETO_ASSET_STORAGE_TYPE=s3
CHEVERETO_ASSET_STORAGE_URL=mybucket-chevereto.us-southeast-1.linodeobjects.com

When I upload an image, it never appears in local storage, and its not in logs.

Do I need to build my image with these settings? I cant set them at runtime?
 
Asset env refers to website assets like homepage covers, user avatar pics, etc. For storage used for file uploading you need to go to Dashboard > Settings > External Storage.

All Chevereto env keys can be passed on container runtime. To build the image you don't need to pass any env.
 
Asset env refers to website assets like homepage covers, user avatar pics, etc. For storage used for file uploading you need to go to Dashboard > Settings > External Storage.

All Chevereto env keys can be passed on container runtime. To build the image you don't need to pass any env.

Thank you, that makes sense hence the _ASSETS_ part. Thank you!
 
Back
Top