Add tasks to a Wekan to do list via Webex and n8n.
Go to file
Luke Tainton f611b685b3
fix(config): return None if env var is empty or non-existent (#315)
* fix(config): return None if env var is empty or non-existent
* chore: fix pylint issues
* fix: add unit test for non-existent env vars
2024-11-21 22:26:07 +00:00
.archive feat: switch to Poetry 2024-11-21 21:25:56 +00:00
.github Update issue templates 2024-11-21 21:45:51 +00:00
app fix(config): return None if env var is empty or non-existent (#315) 2024-11-21 22:26:07 +00:00
tests fix(config): return None if env var is empty or non-existent (#315) 2024-11-21 22:26:07 +00:00
.coveragerc Initial 2023-04-05 20:57:31 +01:00
.env.default feat(security): add approved rooms/users/domains as env variables (#277) 2024-08-30 19:38:56 +01:00
.gitignore feat: switch to Poetry 2024-11-21 21:25:56 +00:00
.pre-commit-config.yaml chore: add pre-commit 2024-08-04 18:50:53 +01:00
docker-compose.yml chore: add pre-commit 2024-08-04 18:50:53 +01:00
Dockerfile Auto-inject version into image 2024-04-21 16:52:55 +01:00
poetry.lock feat: switch to Poetry 2024-11-21 21:25:56 +00:00
pyproject.toml feat: switch to Poetry 2024-11-21 21:25:56 +00:00
README.md feat(security): add approved rooms/users/domains as env variables (#277) 2024-08-30 19:38:56 +01:00
sonar-project.properties Update sonar-project.properties 2023-06-11 14:28:33 +01:00
test.sh feat(security): add approved rooms/users/domains as env variables (#277) 2024-08-30 19:38:56 +01:00

RoboLuke - Tasks

Description

Add tasks to a Wekan to do list via Webex and n8n.

How to install

  1. Clone the repository
  2. Copy .env.default to .env
  3. Edit .env as required:
    • ADMIN_EMAIL - comma-separated list of admin (who owns the to-do list) email addresses
    • ADMIN_FIRST_NAME - admin first name
    • APP_LIFECYCLE - for use in Sentry only, set the name of the environment
    • APPROVED_DOMAINS - comma-separated list of domains that users are allowed to message the bot from
    • APPROVED_ROOMS - comma-separated list of room IDs that users are allowed to message the bot from
    • APPROVED_USERS - comma-separated list of email addresses of approved users
    • BOT_NAME - Webex bot name
    • N8N_WEBHOOK_URL - n8n webhook URL
    • SENTRY_DSN - for use in Sentry only, set the DSN of the Sentry project
    • SENTRY_ENABLED - for use in Sentry only, enable sending data to Sentry
    • WEBEX_API_KEY - Webex API key

How to use

  1. Install Docker and Docker Compose
  2. Run docker-compose up -d