Hi,
I did used for a long time the portable version of Gramps. I paused for a couple of years and now I want to start where I left.
My setup is a raspberry pi 4 with 8GB RAM on which I have a NFS share from my NAS. I wanted to try the new GrampsJS interface and so made the execution as described on the documents (Deployment > Docker). I’m using the proposed docker-compose.yml file (though I changed the port 80 to keep 5000).
The execution was perfect.
My only issue is that the import only supports importing a .gramps file (plain XML) but not the package one (gpkg), so even though the import was successful I cannot see the media information (the sources references are correctly imported but the media obviously not).
Is there a way to manually copy the media files to the docker container or mount a NFS share to docker? (I’m not a docker expert) so that the media files can be recovered and that I don’t have to add them one by one?
When a I did the backup I did it in both formats: gramps and gpkg. I also kept the file structure of my media files on my NAS (and on a separate USB drive). So I do have the files and the relative structure.