-
-
Notifications
You must be signed in to change notification settings - Fork 935
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
docker-compose.yml for self hosted sync #2309
Comments
Thank you very much for opening up this issue! I am currently a bit overwhelmed by the many requests that arrive each week, so please forgive me, if I fail to respond personally. I am still very likely to at least skim read your request and I'll probably try to fix all (real) bugs if possible and I will likely review every single PR being made (please, give me a heads up if you intent to do so) and I will try to work on popular requests (please upvote via thumbs up on the original issue) whenever possible, but trying to respond to every single issue over the last years has been kind of draining and I need to adjust my approach for this project to remain fun for me and to make any progress with actually coding new stuff. Thanks for your understanding! |
Hello there qdrop17! 👋 Thank you and congratulations 🎉 for opening your very first issue in this project! 💖 In case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀 For more open ended discussions and/or specific questions, please visit the discussions page. 💖 |
It works on deskop, but it doesn't on Android? Most likely you need to allow cross origin requests to make it work for mobile. |
This issue has not received any updates in 90 days. Please comment, if this still relevant! |
I want this feature so bad 🥲 |
@johannesjo @qdrop17 @tiritibambix I’ve resolved the issue by another way. Please refer to this PR for details:
Considering that many are interested, here’s a brief overview of the changes: I have taken steps to address the longstanding issues related to offline support and CORS in the Android application. These updates are designed to enhance the user experience by enabling offline functionality, resolving security-related CORS issues, and ensuring a smooth transition for existing users. I welcome any questions or feedback from the community to help refine and improve the solution further. |
Problem Statement
I invested like 3 hours tonight to get this super promising tool up and running with two devices: A desktop and an Android smartphone.
I want to use WebDAV to sync my tasks. I managed to spin up a WebDAV container und expose it via reverse proxy (for SSL-termination) and everything was working flawlessly. But I didn't get it running on Android.
I even tried to expose the HTTP port directly; same thing: Working on desktop, not working on Android.
There are famous lists for self hosted solutions, for instance Awesome-Selfhosted. Offering a preconfigured backend would certainly qualify super productivity for this list.
❔ Possible Solution
You could either offer a preconfigured docker-compose.yml file that enables the simple hosting of one's own backend or document on how to get Android working with a custom webDAV server.
I checked https://williamjbowman.com/blog/2021/05/13/enabling-cors-for-nginx-webdav-and-caldav-reverse-proxy/, but this was too complicated to integrate into my reverse-proxy architecture and does not explain, why I got "network errors" when accessing the webDAV server directly.
➕ Additional context
Needless to say, the tool looks super awesome indeed and I would really like to use it across various of my devices! Thanks for your effort!
The text was updated successfully, but these errors were encountered: