46602f1933
Remove dead code identified in docs/SANITIZATION-REVIEW.md:
- app/blueprints/content_old.py and app/blueprints/playlist.py
- app/models/group.py, app/utils/nginx_config_reader.py
- orphaned templates (content_list, edit_content, upload_content,
player_page) and the related group/Template references
Result: 6 blueprints, 82 routes, no dead modules or orphan templates.
Add files that deploy.sh and docker-entrypoint.sh already require but
which were never tracked:
- https_manager.py (referenced by deploy.sh, migrate_network.sh,
docker-entrypoint.sh)
- Caddyfile.example (seeded by deploy.sh; its absence aborts deploy)
Relocate generated Graphify artifacts from graphify-out/ to
docs/graphify-out/ (110 files, no content change) and archive the
superseded docs under docs/.
Ignore hygiene:
- ignore ad-hoc .env backups (.env.bak*) — they contain live secrets
- keep the pre-sanitization snapshots (docs/legacy code/,
docs/old_code_documentation/) on disk but out of the repo
Fix .env.example: drop a duplicated config block, genericize the
hardcoded host IP, and document HOSTNAME_INTERNAL.
1 line
23 KiB
JSON
1 line
23 KiB
JSON
{"nodes": [{"id": "home_scheianu_digiserver_v2_app_utils_nginx_config_reader_py", "label": "nginx_config_reader.py", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L1", "complexity": 1, "loc": 1}, {"id": "nginx_config_reader_nginxconfigreader", "label": "NginxConfigReader", "file_type": "code", "type": "CLASS", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L7", "complexity": 16, "loc": 108}, {"id": "nginx_config_reader_nginxconfigreader_init", "label": ".__init__()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L10", "complexity": 3, "loc": 13}, {"id": "nginx_config_reader_nginxconfigreader_get_status", "label": ".get_status()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L24", "complexity": 2, "loc": 22}, {"id": "nginx_config_reader_nginxconfigreader_check_ssl_enabled", "label": "._check_ssl_enabled()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L47", "complexity": 2, "loc": 5}, {"id": "nginx_config_reader_nginxconfigreader_extract_http_ports", "label": "._extract_http_ports()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L53", "complexity": 2, "loc": 7}, {"id": "nginx_config_reader_nginxconfigreader_extract_https_ports", "label": "._extract_https_ports()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L61", "complexity": 2, "loc": 7}, {"id": "nginx_config_reader_nginxconfigreader_extract_upstream_servers", "label": "._extract_upstream_servers()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L69", "complexity": 3, "loc": 10}, {"id": "nginx_config_reader_nginxconfigreader_extract_server_names", "label": "._extract_server_names()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L80", "complexity": 3, "loc": 11}, {"id": "nginx_config_reader_nginxconfigreader_extract_ssl_protocols", "label": "._extract_ssl_protocols()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L92", "complexity": 3, "loc": 9}, {"id": "nginx_config_reader_nginxconfigreader_extract_client_max_body_size", "label": "._extract_client_max_body_size()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L102", "complexity": 3, "loc": 7}, {"id": "nginx_config_reader_nginxconfigreader_check_gzip_enabled", "label": "._check_gzip_enabled()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L110", "complexity": 2, "loc": 5}, {"id": "nginx_config_reader_get_nginx_status", "label": "get_nginx_status()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L117", "complexity": 1, "loc": 4}, {"id": "nginx_config_reader_rationale_1", "label": "Nginx configuration reader utility.", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L1"}, {"id": "nginx_config_reader_rationale_8", "label": "Read and parse Nginx configuration files.", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L8"}, {"id": "nginx_config_reader_rationale_11", "label": "Initialize Nginx config reader.", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L11"}, {"id": "nginx_config_reader_rationale_25", "label": "Get Nginx configuration status.", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L25"}, {"id": "nginx_config_reader_rationale_48", "label": "Check if SSL is enabled.", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L48"}, {"id": "nginx_config_reader_rationale_54", "label": "Extract HTTP listening ports.", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L54"}, {"id": "nginx_config_reader_rationale_62", "label": "Extract HTTPS listening ports.", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L62"}, {"id": "nginx_config_reader_rationale_70", "label": "Extract upstream servers.", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L70"}, {"id": "nginx_config_reader_rationale_81", "label": "Extract server names.", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L81"}, {"id": "nginx_config_reader_rationale_93", "label": "Extract SSL protocols.", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L93"}, {"id": "nginx_config_reader_rationale_103", "label": "Extract client max body size.", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L103"}, {"id": "nginx_config_reader_rationale_111", "label": "Check if gzip is enabled.", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L111"}, {"id": "nginx_config_reader_rationale_118", "label": "Get Nginx configuration status.", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L118"}], "edges": [{"source": "home_scheianu_digiserver_v2_app_utils_nginx_config_reader_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L2", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_utils_nginx_config_reader_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L3", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_utils_nginx_config_reader_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L4", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_utils_nginx_config_reader_py", "target": "nginx_config_reader_nginxconfigreader", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L7", "weight": 1.0}, {"source": "nginx_config_reader_nginxconfigreader", "target": "nginx_config_reader_nginxconfigreader_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L10", "weight": 1.0}, {"source": "nginx_config_reader_nginxconfigreader", "target": "nginx_config_reader_nginxconfigreader_get_status", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L24", "weight": 1.0}, {"source": "nginx_config_reader_nginxconfigreader", "target": "nginx_config_reader_nginxconfigreader_check_ssl_enabled", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L47", "weight": 1.0}, {"source": "nginx_config_reader_nginxconfigreader", "target": "nginx_config_reader_nginxconfigreader_extract_http_ports", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L53", "weight": 1.0}, {"source": "nginx_config_reader_nginxconfigreader", "target": "nginx_config_reader_nginxconfigreader_extract_https_ports", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L61", "weight": 1.0}, {"source": "nginx_config_reader_nginxconfigreader", "target": "nginx_config_reader_nginxconfigreader_extract_upstream_servers", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L69", "weight": 1.0}, {"source": "nginx_config_reader_nginxconfigreader", "target": "nginx_config_reader_nginxconfigreader_extract_server_names", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L80", "weight": 1.0}, {"source": "nginx_config_reader_nginxconfigreader", "target": "nginx_config_reader_nginxconfigreader_extract_ssl_protocols", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L92", "weight": 1.0}, {"source": "nginx_config_reader_nginxconfigreader", "target": "nginx_config_reader_nginxconfigreader_extract_client_max_body_size", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L102", "weight": 1.0}, {"source": "nginx_config_reader_nginxconfigreader", "target": "nginx_config_reader_nginxconfigreader_check_gzip_enabled", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L110", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_utils_nginx_config_reader_py", "target": "nginx_config_reader_get_nginx_status", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L117", "weight": 1.0}, {"source": "nginx_config_reader_nginxconfigreader_get_status", "target": "nginx_config_reader_nginxconfigreader_check_ssl_enabled", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L37", "weight": 1.0}, {"source": "nginx_config_reader_nginxconfigreader_get_status", "target": "nginx_config_reader_nginxconfigreader_extract_http_ports", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L38", "weight": 1.0}, {"source": "nginx_config_reader_nginxconfigreader_get_status", "target": "nginx_config_reader_nginxconfigreader_extract_https_ports", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L39", "weight": 1.0}, {"source": "nginx_config_reader_nginxconfigreader_get_status", "target": "nginx_config_reader_nginxconfigreader_extract_upstream_servers", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L40", "weight": 1.0}, {"source": "nginx_config_reader_nginxconfigreader_get_status", "target": "nginx_config_reader_nginxconfigreader_extract_server_names", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L41", "weight": 1.0}, {"source": "nginx_config_reader_nginxconfigreader_get_status", "target": "nginx_config_reader_nginxconfigreader_extract_ssl_protocols", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L42", "weight": 1.0}, {"source": "nginx_config_reader_nginxconfigreader_get_status", "target": "nginx_config_reader_nginxconfigreader_extract_client_max_body_size", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L43", "weight": 1.0}, {"source": "nginx_config_reader_nginxconfigreader_get_status", "target": "nginx_config_reader_nginxconfigreader_check_gzip_enabled", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L44", "weight": 1.0}, {"source": "nginx_config_reader_get_nginx_status", "target": "nginx_config_reader_nginxconfigreader", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L119", "weight": 1.0}, {"source": "nginx_config_reader_get_nginx_status", "target": "nginx_config_reader_nginxconfigreader_get_status", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L120", "weight": 1.0}, {"source": "nginx_config_reader_rationale_1", "target": "home_scheianu_digiserver_v2_app_utils_nginx_config_reader_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L1", "weight": 1.0}, {"source": "nginx_config_reader_rationale_8", "target": "nginx_config_reader_nginxconfigreader", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L8", "weight": 1.0}, {"source": "nginx_config_reader_rationale_11", "target": "nginx_config_reader_nginxconfigreader_init", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L11", "weight": 1.0}, {"source": "nginx_config_reader_rationale_25", "target": "nginx_config_reader_nginxconfigreader_get_status", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L25", "weight": 1.0}, {"source": "nginx_config_reader_rationale_48", "target": "nginx_config_reader_nginxconfigreader_check_ssl_enabled", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L48", "weight": 1.0}, {"source": "nginx_config_reader_rationale_54", "target": "nginx_config_reader_nginxconfigreader_extract_http_ports", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L54", "weight": 1.0}, {"source": "nginx_config_reader_rationale_62", "target": "nginx_config_reader_nginxconfigreader_extract_https_ports", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L62", "weight": 1.0}, {"source": "nginx_config_reader_rationale_70", "target": "nginx_config_reader_nginxconfigreader_extract_upstream_servers", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L70", "weight": 1.0}, {"source": "nginx_config_reader_rationale_81", "target": "nginx_config_reader_nginxconfigreader_extract_server_names", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L81", "weight": 1.0}, {"source": "nginx_config_reader_rationale_93", "target": "nginx_config_reader_nginxconfigreader_extract_ssl_protocols", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L93", "weight": 1.0}, {"source": "nginx_config_reader_rationale_103", "target": "nginx_config_reader_nginxconfigreader_extract_client_max_body_size", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L103", "weight": 1.0}, {"source": "nginx_config_reader_rationale_111", "target": "nginx_config_reader_nginxconfigreader_check_gzip_enabled", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L111", "weight": 1.0}, {"source": "nginx_config_reader_rationale_118", "target": "nginx_config_reader_get_nginx_status", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L118", "weight": 1.0}], "raw_calls": [{"caller_nid": "nginx_config_reader_nginxconfigreader_init", "callee": "exists", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L14"}, {"caller_nid": "nginx_config_reader_nginxconfigreader_init", "callee": "open", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L18"}, {"caller_nid": "nginx_config_reader_nginxconfigreader_init", "callee": "read", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L19"}, {"caller_nid": "nginx_config_reader_nginxconfigreader_init", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L22"}, {"caller_nid": "nginx_config_reader_nginxconfigreader_get_status", "callee": "exists", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L36"}, {"caller_nid": "nginx_config_reader_nginxconfigreader_extract_http_ports", "callee": "findall", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L58"}, {"caller_nid": "nginx_config_reader_nginxconfigreader_extract_http_ports", "callee": "sorted", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L59"}, {"caller_nid": "nginx_config_reader_nginxconfigreader_extract_http_ports", "callee": "list", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L59"}, {"caller_nid": "nginx_config_reader_nginxconfigreader_extract_http_ports", "callee": "set", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L59"}, {"caller_nid": "nginx_config_reader_nginxconfigreader_extract_http_ports", "callee": "int", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L59"}, {"caller_nid": "nginx_config_reader_nginxconfigreader_extract_http_ports", "callee": "int", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L59"}, {"caller_nid": "nginx_config_reader_nginxconfigreader_extract_https_ports", "callee": "findall", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L66"}, {"caller_nid": "nginx_config_reader_nginxconfigreader_extract_https_ports", "callee": "sorted", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L67"}, {"caller_nid": "nginx_config_reader_nginxconfigreader_extract_https_ports", "callee": "list", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L67"}, {"caller_nid": "nginx_config_reader_nginxconfigreader_extract_https_ports", "callee": "set", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L67"}, {"caller_nid": "nginx_config_reader_nginxconfigreader_extract_https_ports", "callee": "int", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L67"}, {"caller_nid": "nginx_config_reader_nginxconfigreader_extract_upstream_servers", "callee": "search", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L73"}, {"caller_nid": "nginx_config_reader_nginxconfigreader_extract_upstream_servers", "callee": "group", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L75"}, {"caller_nid": "nginx_config_reader_nginxconfigreader_extract_upstream_servers", "callee": "findall", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L76"}, {"caller_nid": "nginx_config_reader_nginxconfigreader_extract_server_names", "callee": "findall", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L85"}, {"caller_nid": "nginx_config_reader_nginxconfigreader_extract_server_names", "callee": "split", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L88"}, {"caller_nid": "nginx_config_reader_nginxconfigreader_extract_server_names", "callee": "strip", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L88"}, {"caller_nid": "nginx_config_reader_nginxconfigreader_extract_server_names", "callee": "extend", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L89"}, {"caller_nid": "nginx_config_reader_nginxconfigreader_extract_ssl_protocols", "callee": "search", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L97"}, {"caller_nid": "nginx_config_reader_nginxconfigreader_extract_ssl_protocols", "callee": "split", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L99"}, {"caller_nid": "nginx_config_reader_nginxconfigreader_extract_ssl_protocols", "callee": "strip", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L99"}, {"caller_nid": "nginx_config_reader_nginxconfigreader_extract_ssl_protocols", "callee": "group", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L99"}, {"caller_nid": "nginx_config_reader_nginxconfigreader_extract_client_max_body_size", "callee": "search", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L107"}, {"caller_nid": "nginx_config_reader_nginxconfigreader_extract_client_max_body_size", "callee": "strip", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L108"}, {"caller_nid": "nginx_config_reader_nginxconfigreader_extract_client_max_body_size", "callee": "group", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L108"}, {"caller_nid": "nginx_config_reader_nginxconfigreader_check_gzip_enabled", "callee": "bool", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L114"}, {"caller_nid": "nginx_config_reader_nginxconfigreader_check_gzip_enabled", "callee": "search", "source_file": "/home/scheianu/digiserver-v2/app/utils/nginx_config_reader.py", "source_location": "L114"}]} |