@DavidMStraub Thanks for taking care of it. I will wait for the official way to write those wikis.
Meanwhile, I jumped ahead with setting up Gramps.js. So, a quick question here, what is “Set Home Person”?
In the demo server you have set up, I type a couple of letters and it suggests a name and all good.
In my deployment, my DB has only one name. This was a test DB. I do not get the prompt and now cannot proceed basically.
I was reading: Web based Gramps - Ideas - The Gramps Project (Discourse Forum & Mailing List) but did not get an answer.
Do I need to update the DB with more people?
Update: I realised; I needed a bigger family tree. So used the example DB and copied it over to the db volume. Deleted the older folder.
Q1: Can we have multiple DBs?
Update2: With this new Example DB, I am still not able to set the home person on Gramps.js. Typing a letter or two does not prompt any user to select as home person.
Noticed in the container logs:
[2021-07-13 16:45:19 +0000] [7] [INFO] Starting gunicorn 20.1.0
[2021-07-13 16:45:19 +0000] [7] [INFO] Listening at: http://0.0.0.0:5000 (7)
[2021-07-13 16:45:19 +0000] [7] [INFO] Using worker: sync
[2021-07-13 16:45:19 +0000] [10] [INFO] Booting worker with pid: 10
[2021-07-13 16:45:19 +0000] [11] [INFO] Booting worker with pid: 11
[2021-07-13 16:45:19 +0000] [12] [INFO] Booting worker with pid: 12
[2021-07-13 16:45:19 +0000] [13] [INFO] Booting worker with pid: 13
[2021-07-13 16:45:19 +0000] [14] [INFO] Booting worker with pid: 14
[2021-07-13 16:45:19 +0000] [16] [INFO] Booting worker with pid: 16
[2021-07-13 16:45:19 +0000] [17] [INFO] Booting worker with pid: 17
[2021-07-13 16:45:19 +0000] [20] [INFO] Booting worker with pid: 20
Unable to init server: Could not connect: Connection refused
Unable to init server: Could not connect: Connection refused
Web Api Config:
TREE="Example" # set the name of your family tree
SECRET_KEY="lHgRmZ_AbwuDH6f3YkD9Y_rj0um_jjcRTfUk1vZw1gk" # set your secret key
DISABLE_AUTH=True
# do not change the following lines as they refer to paths within the container
USER_DB_URI="sqlite:////app/users/users.sqlite"
MEDIA_BASE_DIR="/app/media"
SEARCH_INDEX_DIR="/app/indexdir"
STATIC_PATH="/app/static"
CORS_ORIGINS="*"