I have installed seeddms 6.0.11 on my lxc Container in Proxmox. Runs perfect.
Now I like to have my data directory on a different server ip like seeddms.
Seeddms runs on 192.168.6.60 and my NAS for data runs on 192.168.6.45.
Can I change it ? Right now the path is /var/www/html/seeddms60x/data/ on ip 60
I have installed smbclient and I can see the directory I Like to have at ip 45.
smblient -L 192.168.6.45 show me DMS
I have test to change my settings for content directory to \192.168.6.45\DMS
But no chance.
My second question is. Can I see the real files in the data directory ?
Or can I see it only in seeddms ? I like to have the real files in \192.168.6.45\DMS.
Sorry for my bad english.
micky1067
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
SeedDMS cannot put the documents on another server by itself, but why don't you just mount the directory from the external server on your seeddms server?
Yes, you can see the real files but the names will have changed. Each document has its own directory named by the id of the document, which contains the versions, attachments, etc.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have installed seeddms 6.0.11 on my lxc Container in Proxmox. Runs perfect.
Now I like to have my data directory on a different server ip like seeddms.
Seeddms runs on 192.168.6.60 and my NAS for data runs on 192.168.6.45.
Can I change it ? Right now the path is /var/www/html/seeddms60x/data/ on ip 60
I have installed smbclient and I can see the directory I Like to have at ip 45.
smblient -L 192.168.6.45 show me DMS
I have test to change my settings for content directory to \192.168.6.45\DMS
But no chance.
My second question is. Can I see the real files in the data directory ?
Or can I see it only in seeddms ? I like to have the real files in \192.168.6.45\DMS.
Sorry for my bad english.
micky1067
SeedDMS cannot put the documents on another server by itself, but why don't you just mount the directory from the external server on your seeddms server?
Yes, you can see the real files but the names will have changed. Each document has its own directory named by the id of the document, which contains the versions, attachments, etc.
Hello... Thanks mounten is a good idea. I will do it in this way.
Is a pitty the files will be renamed..
thanks for your information
Without renaming you cannot ensure uniqueness of the file names.