Just installed Gramps v1.1.14 on a TrueNAS Scale 25.04.2.4 via the Apps library and cant get it to stabilize. It keeps restarting.
Steps I took:
Created a dataset called familytree, with 2 sub directories: media and database
Created a User with read/write perms called redis.
Installed the app and set the redis password to the same password i gave the user earlier.
Applied a Secret APP Key
Set the media path to the earlier created folder.
set the database to the earlier created folder.
left everything else as default.
installs fine, but doesn’t run fine and won’t let me into the WebUI.
What have I missed?
fun fact, I recently moved my own deployment from RPi to TrueNAS CE 25.04 and I’m quite happy with it. I intend to write an official documentation article about it “soon”.
What I can tell for the moment is that I didn’t create any databases or users in advance. The app is based on docker compose just like our “standard” setup. So all that’s needed is to create some storage volumes (if you don’t want to use ixVolumes) and to set the appropriate environement variables.
Looks like I got it working. I uninstalled both instances, forces the deletion of all IX Volumes and then reinstalled and then reinstalled. That seems to have done the trick.
That said, I definitely think the docs will be helpful and look forward to those.