Skip to content

Conversation

@SimJoSt
Copy link
Contributor

@SimJoSt SimJoSt commented Jan 6, 2026

During testing the datasets were created correctly, but the install of the app itself failed.
Finishing up the install through the TrueNAS catalogue directly, mapping all created datasets manually, worked like a charm.

Currently, I don't believe this to be an issue with the script, but something else in hexos. I have sent in a bug report through the "Give us feedback" form in the Deck interface.

@SimJoSt SimJoSt force-pushed the feature/gramps branch 2 times, most recently from dfb5908 to 6dbb4fa Compare January 6, 2026 23:43
@jerodfritz
Copy link
Contributor

I have sent in a bug report through the "Give us feedback" form in the Deck interface.

We have this and are currently looking into it. This will be a nice addition to the curations. Thanks for getting it started.

@SimJoSt SimJoSt force-pushed the feature/gramps branch 2 times, most recently from 1d9e108 to b6e941d Compare January 25, 2026 19:10
@acknologia
Copy link
Collaborator

Hi SimJoSt,
Thanks for working on bringing Gramps to HexOS.
We were able to find what was causing the install script to not work.

In the app values section of your install script the

"disable_telemetry": "$DISABLE_TELEMETRY"

should be

"disable_telemetry": "$QUESTION(disable_telemetry)"

the key section of a question should be in the following format
"app_value": "$QUESTION(key)"

"app_value" being the value in the install script we are trying to change in this case it would be "disable_telemetry"
"key" would be the script creator defined key to refer back to when writing the question
this value will have to match

  "question": "Disable Anonymous Telemetry",
  "description": "Disable anonymous telemetry for Gramps Web. This will prevent Gramps Web from sending anonymous statistics data to the Gramps project.",
  "type": "boolean",
  "key": "disable_telemetry",
  "required": false,
  "default": false

the key is case sensitive so if the question key and the app value key does not match, the install script will not function as intended

# Conflicts:
#	docs/features/apps/install-scripts/curated/index.md

# Conflicts:
#	docs/features/apps/install-scripts/curated/index.md
@SimJoSt
Copy link
Contributor Author

SimJoSt commented Jan 28, 2026

Oh, of course. So obvious.
It's updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants