Replies: 4 comments 7 replies
-
|
@donsony This is possible in a controlled environment. OpenCloud can discover files if they belong to the userid 1000. Please make sure they are before you copy them. If you copy them first and change the ownership later, it will not work. |
Beta Was this translation helpful? Give feedback.
-
|
@aduffeck can you answer that? |
Beta Was this translation helpful? Give feedback.
-
|
Yes. Just make sure that files can be read and written by the opencloud process (for attaching the metadata) and copy the files into the according space. The new data will then be picked up next time opencloud starts. Alternatively you can run opencloud with |
Beta Was this translation helpful? Give feedback.
-
|
Hi, I hope you don't mind me adding information here. I came here with the same question and managed to severely break my OpenCloud install. I'm running it as an unprivileged LXC on Proxmox 9 with Docker Compose. I guess it is fairly common for home-use installations. lxc.idmap: u 0 100000 1000
lxc.idmap: g 0 100000 1000
lxc.idmap: u 1000 1000 1
lxc.idmap: g 1000 1000 1
lxc.idmap: u 1001 101000 64534
lxc.idmap: g 1001 101000 64534uid and gid 1000 are my user account, chris, on the Proxmox host. So what happened after this is that the Collabora container would not start up and the logs say: So what could have gone wrong with the permissions here? Is it related to 1001 entry which I think is used by Collabora - but from what I understand the mapping is the default for this entry and it worked with default settings. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there some way existing files in a mount can be imported or indexed by OpenCloud?
I have huge amount of data lying in a folder on the same ssd where the OC_DATA_DIR is present. Is it possible I can transfer them to storage folder using SSH and opencloud can index them?
Beta Was this translation helpful? Give feedback.
All reactions