docs: add Taskfile

This commit is contained in:
Marco98
2025-11-17 17:41:30 +01:00
parent 4dce7d2c1d
commit 5e39f26252
2 changed files with 12 additions and 0 deletions

2
.env.example Normal file
View File

@@ -0,0 +1,2 @@
MAILCOW_BASE=https://mailcow.host
MAILCOW_APIKEY=YOUR-APIKEY-HERE

10
Taskfile.yml Normal file
View File

@@ -0,0 +1,10 @@
# https://taskfile.dev
version: '3'
dotenv:
- .env
tasks:
run:
cmds:
- go run ./cmd/mcbdd