chore: prepare repository for public release

This commit is contained in:
Jens
2026-08-31 07:23:03 +02:00
parent 03df2db8b6
commit e43d7aca68
164 changed files with 694 additions and 29691 deletions
@@ -14,7 +14,7 @@ def test_unraid_template_documents_editable_runtime_settings() -> None:
assert "Belgium and Belgian North Sea workbench" in template
assert "<Repository>geointel-all-in-one:latest</Repository>" in template
assert "<WebUI>http://[IP]:[PORT:80]/</WebUI>" in template
assert "<Icon>http://192.168.10.150:1202/geointel-icon.png</Icon>" in template
assert "gitea.example.com/owner/geointel/raw/branch/main" in template
assert "<ExtraParams>--add-host=host.docker.internal:host-gateway</ExtraParams>" in template
assert 'Target="80"' in template
assert 'Target="/app/storage"' in template
@@ -36,6 +36,9 @@ def test_unraid_env_template_matches_single_container_compose_variables() -> Non
"GEOINTEL_POSTGRES_PASSWORD",
"GEOINTEL_CORS_ORIGINS",
"GEOINTEL_MAX_UPLOAD_MB",
"GEOINTEL_AUTH_ENABLED",
"GEOINTEL_AUTH_REQUIRE_HTTPS",
"GEOINTEL_GUEST_ACCESS_ENABLED",
):
assert key in compose
assert f"{key}=" in env_template