Alfresco / alfresco-docker-installer

Generator to build Docker Compose templates to deploy Alfresco Community
Other
140 stars 57 forks source link

Configure ACS URL on share-config-custom-dev.xml #177

Closed iohann95 closed 10 months ago

iohann95 commented 10 months ago

If we don't configure <repository-url> on Share, when we enter on Folder details:

image

But if we configure it, it will show fine.

<config evaluator="string-compare" condition="DocumentLibrary" >
    <repository-url>https://example.com.br/alfresco</repository-url>
</config> 

Since the generator already has that value I think would be nice to have it automatically. I tried to do it myself but I couldn't figure you how to pass <%=serverName%> to share-config-custom on templates. It just says serverName is not defined

I will keep trying to do it myself, If I'm able I will do a pull request. thank you...

iohann95 commented 10 months ago

Thank you!!!!!!!