Compare commits

...

2 Commits

Author SHA1 Message Date
c537a1f5b6 Solved wrong variable naming bug 2025-07-05 11:24:48 +02:00
018b4843f7 Optimized documentation 2025-07-05 11:22:19 +02:00
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
galaxy_info: galaxy_info:
author: "Kevin Veen-Birkenbach" author: "Kevin Veen-Birkenbach"
description: "Empower your customer relationship management with EspoCRM, an open-source platform that combines workflow automation, seamless LDAP/OIDC SSO integration, and a sleek, lightweight user interface. Tailored for businesses of all sizes, EspoCRM enables you to manage your sales, customer interactions, and business processes with ease, fostering productivity and streamlined communication across teams." description: "Empower your customer relationship management with EspoCRM. Tailored for businesses of all sizes, EspoCRM enables you to manage your sales, customer interactions, and business processes with ease, fostering productivity and streamlined communication across teams."
license: "CyMaIS NonCommercial License (CNCL)" license: "CyMaIS NonCommercial License (CNCL)"
license_url: "https://s.veen.world/cncl" license_url: "https://s.veen.world/cncl"
company: | company: |

View File

@@ -1,4 +1,4 @@
# LDAP Directory # LDAP
## Description ## Description

View File

@@ -9,6 +9,6 @@ fi
# send the Telegram message # send the Telegram message
/usr/bin/curl -s -X POST \ /usr/bin/curl -s -X POST \
"https://api.telegram.org/bot${telegram_bot_token}/sendMessage" \ "https://api.telegram.org/bot{{ telegram_bot_token }}/sendMessage" \
-d chat_id="${telegram_chat_id}" \ -d chat_id="{{ telegram_chat_id }}" \
-d text="service $1 on ${host} failed" -d text="service $1 on ${host} failed"