From d3ba62f5e58960b6461e4dee312671ecb9335527 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Sun, 22 Feb 2026 11:14:31 +0100 Subject: [PATCH] - --- ct/gramps-web.sh | 2 +- install/gramps-web-install.sh | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/ct/gramps-web.sh b/ct/gramps-web.sh index 3784de2d7..783615f62 100644 --- a/ct/gramps-web.sh +++ b/ct/gramps-web.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) # Copyright (c) 2021-2026 community-scripts ORG -# Author: GitHub Copilot +# Author: MickLesk (CanbiZ) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # Source: https://www.grampsweb.org/ diff --git a/install/gramps-web-install.sh b/install/gramps-web-install.sh index 231486e09..47ccac87d 100644 --- a/install/gramps-web-install.sh +++ b/install/gramps-web-install.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Copyright (c) 2021-2026 community-scripts ORG -# Author: GitHub Copilot +# Author: MickLesk (CanbiZ) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # Source: https://www.grampsweb.org/ @@ -81,19 +81,16 @@ PERSISTENT_CACHE_CONFIG={"CACHE_TYPE":"FileSystemCache","CACHE_DIR":"/opt/gramps REPORT_DIR="/opt/gramps-web/data/cache/report" EXPORT_DIR="/opt/gramps-web/data/cache/export" EOF - $STD uv venv -c -p python3.12 /opt/gramps-web/venv source /opt/gramps-web/venv/bin/activate $STD uv pip install --no-cache-dir --upgrade pip setuptools wheel $STD uv pip install --no-cache-dir gunicorn $STD uv pip install --no-cache-dir /opt/gramps-web-api - cd /opt/gramps-web/frontend export COREPACK_ENABLE_DOWNLOAD_PROMPT=0 corepack enable $STD npm install $STD npm run build - cd /opt/gramps-web-api GRAMPS_API_CONFIG=/opt/gramps-web/config/config.cfg \ ALEMBIC_CONFIG=/opt/gramps-web-api/alembic.ini \