The sp-hydra-veil meta repository connects client revisions to explicit versions of subcomponents. https://simplifiedprivacy.com
Find a file
2026-05-21 16:33:43 -04:00
client explicit python path in AppRun 2026-05-21 16:33:43 -04:00
.gitignore Initial commit 2025-03-15 15:51:45 +01:00
docker-compose.yml Update dependencies 2025-12-17 21:45:48 +01:00
full_list.txt Added explicit AppRun lines about APPDIR and python directory. Updated the requirements.txt as well 2026-05-21 16:25:02 -04:00
LICENSE.txt Initial commit 2025-03-15 15:51:45 +01:00
old_requirements.txt Added explicit AppRun lines about APPDIR and python directory. Updated the requirements.txt as well 2026-05-21 16:25:02 -04:00
pyproject.toml Added explicit AppRun lines about APPDIR and python directory. Updated the requirements.txt as well 2026-05-21 16:25:02 -04:00
README.md Update README.md 2026-03-24 16:08:59 +01:00
requirements.txt Added explicit AppRun lines about APPDIR and python directory. Updated the requirements.txt as well 2026-05-21 16:25:02 -04:00
script_to_extract_dependencies.py Added explicit AppRun lines about APPDIR and python directory. Updated the requirements.txt as well 2026-05-21 16:25:02 -04:00
VERSION Added explicit AppRun lines about APPDIR and python directory. Updated the requirements.txt as well 2026-05-21 16:25:02 -04:00

sp-hydra-veil

The sp-hydra-veil meta repository connects client revisions to explicit versions of subcomponents.

Build Instructions

Presumptions

  • The correct versions of all direct, and indirect, dependencies were built and submitted to Simplified Privacy's package registry.

Prerequisites

  • Ensure docker (version 29.3.0 or higher) is installed on your system.
  • Mark the desired direct dependency versions inside the requirements.txt file.
  • Assign a version number to your AppImage build inside the VERSION file.

Build Steps

  • From within the project's root directory, run:
docker compose up --force-recreate
  • Once the AppImage has been successfully built, run:
sed -z -i 's/Hydra_Veil/hydra-veil/g' dist/Hydra_Veil-x86_64.AppImage.zsync
rename -d 's/^Hydra_Veil/hydra-veil/' dist/Hydra_Veil*