add vikunja integration

This commit is contained in:
Matthias Hochmeister
2026-03-05 18:07:18 +01:00
parent fb5acd3d52
commit e9463c1c66
13 changed files with 683 additions and 0 deletions

View File

@@ -176,6 +176,19 @@ BOOKSTACK_TOKEN_ID=your_bookstack_token_id
# WARNING: Keep this secret!
BOOKSTACK_TOKEN_SECRET=your_bookstack_token_secret
# ============================================================================
# VIKUNJA CONFIGURATION
# ============================================================================
# Vikunja base URL
# The URL of your Vikunja instance (without trailing slash)
VIKUNJA_URL=https://tasks.feuerwehr-rems.at
# Vikunja API Token
# Create via Vikunja user settings → API Tokens
# WARNING: Keep this secret!
VIKUNJA_API_TOKEN=your_vikunja_api_token
# ============================================================================
# LOGGING CONFIGURATION (Optional)
# ============================================================================