Alfresco Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Important topics and useful resources

Important topics for the Alfresco community: Member Etiquette Guidelines - Hyland Connect - 482975How to Report Security Issues for AlfrescoAlfresco Community Edition 25.2 Release Notes - Hyland Connect - 491551 Useful resources: Alfresco, Community ...

ttoine by Community Manager
  • 667 Views
  • 0 replies
  • 0 kudos

Resolved! shared-file-store-volume, is it important?

I saw someone using it in the community edition, but the earlier versions and in the https://github.com/Alfresco/alfresco-docker-installer there is not an option to install it. Could someone explain what's the importance of the shared file store volu...

Resolved! Set the default password on deployment

Hi !I'm looking for a parameter, to set up the default "admin" password on an ACS Community deployment.Right now, I wait for the engine to start, and manually curl a new password: docker exec -it alfresco-1 curl -X PUT "http://localhost:8080/alfresco...

abricchi by Champ in-the-making
  • 2002 Views
  • 2 replies
  • 1 kudos

Customizing Alfresco 7.4+

Good day All,Alfresco newbie here  I have installed and deployed Alfresco 7.4+ using docker but I would like to know how I can view the folders that have the alfresco images, so I can replace them with mine and also how I can customize the footer com...

Firma digital alfresco 7 docker

Hola a todos necesito por favor como se configura la firma digital en alfresco docker version 7 con el alfresco ya  instalado gracias

javico1 by Confirmed Champ
  • 1399 Views
  • 2 replies
  • 0 kudos

Resolved! Get system properties in the webscript

How to get system properties like alfresco.host, share.host, share.port, e.t.c in the webscript?This code works in the Javascript console, but does not for the webscript.var ctxt = Packages.org.springframework.web.context.ContextLoader.getCurrentWebA...

fedorow by Elite Collaborator
  • 1792 Views
  • 1 replies
  • 2 kudos

Unable to use Identity Service (Keycloak) for authentication

Using Alfresco Process Services docker image (https://hub.docker.com/r/alfresco/process-services) version 24.2.1 we are unable to configure the app to use Identity Service or Keycloak despite following the docs (https://docs.alfresco.com/process-serv...

darkul by Champ in-the-making
  • 1346 Views
  • 0 replies
  • 0 kudos

Windows Server Requiremets

Hi All,Thanks in advanceAs I want to know the windows system requirements where I am having 6000-8000 users, wanted to create around 3000+ sites and active users would be around 600-800 of using Alfresco Community Edition 6.2I need system requirement...

Sai-1411 by Confirmed Champ
  • 1601 Views
  • 2 replies
  • 0 kudos

Resolved! Download Alfresco Governance Services (AGS) 23.2

Hi,I just installed Alfresco Community Edition 23.2 successfully and want to add Alfresco Governance Services (AGS) 23.2.Where can I download AGS 23.2 as explains here https://hub.alfresco.com/t5/alfresco-content-services-blog/alfresco-community-edit...

billydekid by Star Contributor
  • 2280 Views
  • 2 replies
  • 2 kudos

Alfresco 6.2 performance issue

After successfull upgrade from version 4.2 to 6.2 we noticed performance loss in our webscripts. We have f.e. a script which replaces members in groups.It uses authorityService to let's say clean group and add few members. This single call tooks abou...

CMIS predicate for unset property when searching in SOLR?

When I perform a database search using CMIS, I can check if a certain property has been set or has a null value using IS NULL, i.e.cm:myProperty IS NULLThis finds a number of nodes where the property is never initialized or has been explicitly set to...

jecbm by Champ on-the-rise
  • 3030 Views
  • 2 replies
  • 1 kudos

ldap configuration in alfresco 7.2 in docker

hello guys, please, I need to configure ldap synchronization in alfresco 7 with docker, since the users authenticate to the ldap from alfresco but the groups and users are not synchronized

javico1 by Confirmed Champ
  • 2558 Views
  • 3 replies
  • 0 kudos

Retreive user comments

Hello everyone,Is there any way to perform a query or something similar to identify all the files that have user comments, and if possible, display the comments?Is there a property to be able to obtain them using JavaScript?