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

[FEAT] Access files for reading or editing in a sibling webdav container #11

Closed
1 task done
mod0 opened this issue Mar 13, 2024 · 8 comments
Closed
1 task done
Labels
enhancement New feature or request

Comments

@mod0
Copy link

mod0 commented Mar 13, 2024

Is this a new feature request?

  • I have searched the existing issues

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.

@mod0 mod0 added the enhancement New feature or request label Mar 13, 2024
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@thelamer
Copy link
Member

thelamer commented Apr 1, 2024

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?

@mod0
Copy link
Author

mod0 commented Apr 3, 2024

Two reasons I can think of given that access is through webdav:

  1. ACL enforcement
  2. Locking/Versioning

@thelamer
Copy link
Member

thelamer commented Apr 3, 2024

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?

@mod0
Copy link
Author

mod0 commented Apr 12, 2024

Apologies for the delay. This is what I see if I try remote location:

image

These are the settings of the connection:

image

Both the containers are connected to the same custom bridge network on the same machine. My nextcloud instance is named nextcloud.

My nextcloud instance says I need to use this address:

image

@mod0
Copy link
Author

mod0 commented Apr 12, 2024

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.

@thelamer
Copy link
Member

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:
https://help.libreoffice.org/latest/en-US/text/shared/guide/digitalsign_receive.html

@mod0
Copy link
Author

mod0 commented Apr 17, 2024

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.

@mod0 mod0 closed this as completed Apr 17, 2024
@LinuxServer-CI LinuxServer-CI moved this from Issues to Done in Issue & PR Tracker Apr 17, 2024
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
Archived in project
Development

No branches or pull requests

2 participants