chore: prepare repository for public release
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user