Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luketainton/roboluke-tasks
Add tasks to a Wekan to do list via Webex and n8n. Mirrored from Gitea.
https://github.com/luketainton/roboluke-tasks
mirrored-from-gitea
Last synced: 10 days ago
JSON representation
Add tasks to a Wekan to do list via Webex and n8n. Mirrored from Gitea.
- Host: GitHub
- URL: https://github.com/luketainton/roboluke-tasks
- Owner: luketainton
- Created: 2023-04-05T19:02:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-12T19:06:16.000Z (22 days ago)
- Last Synced: 2025-01-12T19:35:46.507Z (22 days ago)
- Topics: mirrored-from-gitea
- Language: Python
- Homepage: https://git.tainton.uk/public/roboluke-tasks
- Size: 263 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 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` - 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
- `WEBEX_API_KEY` - Webex API key## How to use
1. Install Docker and Docker Compose
2. Run `docker-compose up -d`