This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"workflows": [ | |
{ | |
"name": "🤖 AI Content Generator & Publisher", | |
"description": "Genera contenuti con AI e pubblica su Twitter automaticamente", | |
"nodes": [ | |
{ | |
"name": "Schedule Daily", | |
"type": "n8n-nodes-base.cron", | |
"parameters": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"workflows": [ | |
{ | |
"name": "🤖 AI Content Generator & Publisher", | |
"description": "Genera contenuti con AI e pubblica su Twitter automaticamente", | |
"nodes": [ | |
{ | |
"name": "Schedule Daily", | |
"type": "n8n-nodes-base.cron", | |
"parameters": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "gfA9Xdug8uza14hb", | |
"meta": { | |
"instanceId": "db407c8f66a7d599018aa1edf828f4170b2b2800a0674fff7140b6681ef113b0", | |
"templateCredsSetupCompleted": true | |
}, | |
"name": "Multichannel AI Assistant Demo for Chatwoot", | |
"tags": [], | |
"nodes": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ldap: | |
## The LDAP implementation, this affects elements like the attribute utilised for resetting a password. | |
## Acceptable options are as follows: | |
## - 'activedirectory' - For Microsoft Active Directory. | |
## - 'custom' - For custom specifications of attributes and filters. | |
## This currently defaults to 'custom' to maintain existing behaviour. | |
## | |
## Depending on the option here certain other values in this section have a default value, notably all of the | |
## attribute mappings have a default value that this config overrides, you can read more about these default values | |
## at https://www.authelia.com/docs/configuration/authentication/ldap.html#defaults |