diff --git a/README.md b/README.md index 1675cb9..997b393 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,9 @@ Donetick is an open-source, user-friendly app designed to help you organize task 🔄 Smart Assignments: Assign tasks to individuals with rotation strategies like random or least completed. ⏰ Recurring Tasks: Automate task scheduling with flexible recurrence options: - Daily, weekly, monthly, or yearly. -Custom triggers based on specific days or adaptive patterns using historical completion data. +📅 Custom triggers based on specific days or adaptive patterns using historical completion data. 📈 Progress Tracking: Monitor completion rates and view historical data to track trends. @@ -31,11 +30,8 @@ Custom triggers based on specific days or adaptive patterns using historical com 📧 Notifications: Stay on top of tasks with reminders sent via Telegram or Pushover. -📦 Integration: - -Trigger tasks using external systems through API. - -View tasks directly in supported platforms (e.g., Home Assistant with a custom component). +📦 Integration: Trigger tasks using external systems through API like +viewing tasks directly in supported platforms (e.g., Home Assistant with a custom component). 💿 Labels for Organization: Group and organize tasks with labels. Labels can also be shared within the same group for better collaboration. diff --git a/config/selfhosted.yaml b/config/selfhosted.yaml index 348ef4f..930809e 100644 --- a/config/selfhosted.yaml +++ b/config/selfhosted.yaml @@ -21,6 +21,9 @@ server: cors_allow_origins: - "http://localhost:5173" - "http://localhost:7926" + # the below are required for the android app to work + - "https://localhost" + - "capacitor://localhost" serve_frontend: true scheduler_jobs: due_job: 30m