-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
[FEAT] Access files for reading or editing in a sibling webdav container #11
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
why not just mount the same data into the libreoffice container and edit them all you want in libreoffice, when you click save they will be updated across any containers that have that same bind mount of data no? |
Two reasons I can think of given that access is through webdav:
|
I have never used webdav, but docs say you are just opening a file from a URL in libreoffice. Why would this not be possible? |
I was wondering whether, because libreoffice is running on top of https://www.kasmweb.com/kasmvnc, if something needs to be done special for networking to work, atleast locally. |
Does this work on a normal install of LibreOffice? Their docs reference a process where you need to use the file dialouges to accept a cert and possibly enter auth information: |
Thank you, you brought up a great point that I overlooked. I tried connecting from my local libreoffice, but to no avail. I was able to connect from cyberduck and nextcloud desktop client. So the connection string is all good. I am at a point where I think the effort required to resolve this feature request effort is not worth in the long-term given there are other ways of "mounting" the webdav directory locally on each major OS. |
Is this a new feature request?
Wanted change
I was wondering if it is possible to access files for editing in a sibling webdav container that is connected to the same custom bridge network?
Reason for change
This will allow for instance to run a setup where in one container we could be running libreoffice and in another nextcloud. Subsequently, we can edit the files in the nextcloud container via webdav from libreoffice provided they are connected to the same custom bridge.
Proposed code change
Not yet.
The text was updated successfully, but these errors were encountered: