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

Forum Posts

What is the base url for the Alfresco REST API?

Im making the Alfresco REST API, i can find the endpoints etc like:/org/alfresco/repository.But i cant find the base url(host) anywhere?, am i just searching wrong or did i miss something? Thanks for reading.

Recently, Alfresco posted about Alfresco 6.0 updates including containerization support using Docker with Kubernetes and Helm as a new installation/deployment direction. Does anyone know if there is an Early Access program for this?

I notice there is a basic github project for an Alfresco Chart for Helm (GitHub - Alfresco/charts: Source repository for Alfresco Kubernetes Charts. Please use http://kubernetes-charts.alfresco… ), but it doesn't really have much in it yet.

External groups and REST API

My APS instance is configured to get groups from an LDAP.I am using the REST API to start process instances and assign tasks to groups.I found out that I cannot use the group name in the posted json: I have to specify the "group id".Because the proce...

Not able to Login during LDAP AD Integration

Hi,I've used the below code for the LDAP AD Integration. Problem which I'm facing is: I'm not able to login, it is showing "Unable to Connect" when I click on Login button. I mentioned the LDAP URL in the below code.Please, tell where I'm supposed to...

Resolved! How to disable Subscription Service in Community Edition

I'm looking to disable all outbound mail from Alfresco.  Currently, I can disable the activities feed and site invites using the following lines in the alfresco-global.properties:notification.email.siteinvite: falseactivities.feed.notifier.enabled: f...

Redirect to task details on click of app

‌I have process with 2 tasks namely t1 and t2. I have a case to start a process on clicking the app and redirect it to task details page. For this I have written code to start the process on click of app now it is started and i want to redirect it to...

How to integrate activiti in Grails 2.4.4

Dear team,I am implementing activiti in grails 2.4.4 version.I am new to this implementing activit in grails framework.i am added these plugins in BuildConfig.groovycompile ":activiti:5.12.1" compile ":activiti-spring-security:0.5.0"but i am getting ...