Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include a WebDAV server #67

Open
ad-si opened this issue Apr 26, 2023 · 2 comments
Open

Include a WebDAV server #67

ad-si opened this issue Apr 26, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@ad-si
Copy link
Owner

ad-si commented Apr 26, 2023

Starts a WebDAV server which allows accessing the tasks via a WebDAV client (e.g. Apple Finder or Cyberduck).
Use Airsequel/SQLiteDAV directly or copy relevant code.

@ad-si ad-si added the enhancement New feature or request label Apr 26, 2023
@xmailla
Copy link

xmailla commented Sep 7, 2024

I really like this idea. Is there any plan to document the best way to sync ? Currently I am doing it via watchexec (a rust binary that exec a command whenever something has changed/been modified but that' not totally satisfying IMO)

@ad-si
Copy link
Owner Author

ad-si commented Sep 7, 2024

Yeah, the sync story so far isn't really thought-out. From the documentation at https://tasklite.org/roadmap.html?highlight=sync#syncing:

There is no concrete plan for native synchronization support yet. I've been using Dropbox for synchronizing the TaskLite database among several computers, which has worked astonishingly well so far.

Another good solution could be Litestream, which continuously streams SQLite changes to S3-compatible storage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants