Taras Machyshyn
Taras Machyshyn
@srdjan-catalyst I'm trying to test your pull request. Could you provide more details about your implementation. You wrote that added some SAML.md, but this file is not exists here.
There is no such possibility. It's not secure to create an administrator automatically.
You can add a custom action (Service Action) to Workflow, https://www.espocrm.com/documentation/development/workflow-service-actions/. In this service you can use a code to Integrate your SMS gateway.
If we are talking about docker implementation, all core EspoCRM files will be added while image build. The directories as `data` (where the config is located) and `custom` will be...
@tianon please have a look. Thanks
@tianon, @yosifkit, please take a look. I would like to say that while creating the docker image we followed all the recommendations. For example: - we created the Dockerfile easy...
@tianon, @yosifkit Is there any chance to review the image?
Is there any chance to review the image?
Thanks @tianon, @yosifkit for your reviews. We will implement your recommendations soon.
@tianon, @yosifkit thanks again for your reviews. We made changes to your recommendations. Please check it again. Thanks > ```dockerfile > apk update; \ > apk add --no-cache --virtual .build-deps...