user_1fedf
Chevereto Member
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:
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?
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?