Added function to hide unused reports

This commit is contained in:
2023-06-19 11:00:01 +02:00
parent dcc0d89a1d
commit aa5abe41f6
5 changed files with 56 additions and 8 deletions

View File

@@ -16,6 +16,7 @@ services:
ports:
- 3000:3000
environment:
- 'ONLY_SHOW_AVAILABLE=true' # Optional, default: true (only show available reports in the UI)
- 'CALDAV_URL=https://example.com/calendars/' # URL to the caldav server
- 'CALDAV_USER=USERNAME' # Username for the caldav server
- 'CALDAV_PASSWORD=PASSWORD' # Password for the caldav server