Add CORS for Android app, Update readme

This commit is contained in:
Mo Tarbin 2024-12-26 18:20:44 -05:00
commit dd93580f89
2 changed files with 6 additions and 7 deletions

View file

@ -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. 🔄 Smart Assignments: Assign tasks to individuals with rotation strategies like random or least completed.
⏰ Recurring Tasks: Automate task scheduling with flexible recurrence options: ⏰ Recurring Tasks: Automate task scheduling with flexible recurrence options:
Daily, weekly, monthly, or yearly. 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. 📈 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. 📧 Notifications: Stay on top of tasks with reminders sent via Telegram or Pushover.
📦 Integration: 📦 Integration: Trigger tasks using external systems through API like
viewing tasks directly in supported platforms (e.g., Home Assistant with a custom component).
Trigger tasks using external systems through API.
View 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. 💿 Labels for Organization: Group and organize tasks with labels. Labels can also be shared within the same group for better collaboration.

View file

@ -21,6 +21,9 @@ server:
cors_allow_origins: cors_allow_origins:
- "http://localhost:5173" - "http://localhost:5173"
- "http://localhost:7926" - "http://localhost:7926"
# the below are required for the android app to work
- "https://localhost"
- "capacitor://localhost"
serve_frontend: true serve_frontend: true
scheduler_jobs: scheduler_jobs:
due_job: 30m due_job: 30m