peppelauro
peppelauro
> I works great, I just added this patch on my github fork and installed one example at https://github.com/Akir4d/ci_boostrap_3 Thanks, I am so happy to hear that it is useful!
Hi @carlosmcv , I've started to port this nice component to Vue 3. I already use the component including as source code (not npm yet). Here the component: https://github.com/peppelauro/vue3-tagsinput
I have had the same behavior. Maybe the graph does not exist in Zabbix. You have to create it first.
@vincanger good observation, what if we check the existence of the env AWS_S3_ENDPOINT_URL? If it doesn't exists then use S3Client as usual (amazon default, no endpoint required), else use it...
And of course, in case you validate the previous snippet, we will add a commented line in the .env.server: ` # (OPTIONAL) get your aws s3 credentials at https://console.aws.amazon.com and...
> @peppelauro on second thought, I think it's too confusing to add the conditional code and optional env variable to the template. I think it's best if we don't clutter...