Hi @nolive
I am checking the local domain with curl and below is the result.
curl -I http://kf.kobo.local/health/
HTTP/1.1 502 Bad Gateway
Server: nginx
Date: Mon, 07 Oct 2024 04:47:37 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 150
Connection: keep-alive
curl -I -H ‘Host: komoml.xxxx.com’ -H ‘X-Forwarded-Proto: https’ http://kf.kobo.local/
HTTP/1.1 204 No Content
Server: nginx
Date: Mon, 07 Oct 2024 05:10:23 GMT
Connection: keep-alive
This is the.run.conf file. I removed the credentials from it.
{
“advanced”: false,
“aws_access_key”: “”,
“aws_backup_bucket_deletion_rule_enabled”: false,
“aws_backup_bucket_name”: “”,
“aws_backup_daily_retention”: “30”,
“aws_backup_monthly_retention”: “12”,
“aws_backup_upload_chunk_size”: “15”,
“aws_backup_weekly_retention”: “4”,
“aws_backup_yearly_retention”: “2”,
“aws_bucket_name”: “”,
“aws_credentials_valid”: false,
“aws_mongo_backup_minimum_size”: “50”,
“aws_postgres_backup_minimum_size”: “50”,
“aws_redis_backup_minimum_size”: “5”,
“aws_s3_region_name”: “us-east-1”,
“aws_secret_key”: “”,
“aws_validate_credentials”: true,
“block_common_http_ports”: true,
“compose_version”: “v1”,
“custom_secret_keys”: false,
“customized_ports”: false,
“date_created”: 1727936472,
“date_modified”: 1727936490,
“debug”: false,
“default_from_email”: “support@kobo.local”,
“dev_mode”: false,
“django_secret_key”: “0e72a3bda2af766c6b9231174952b65b1e2581950cb5da2102821ccc066fba2559c907f9d25580fb0976b212fd7bfb390093”,
“django_session_cookie_age”: 604800,
“docker_prefix”: “”,
“ee_subdomain”: “ee”,
“enketo_api_token”: “4e199a9d59bb75778ccf3a05068ef2b2832b3845261918530279dba195d4637e5fba3f06370b565a218b97d37b35b1de2372d1a7b16b9f5cbf0da5e6”,
“enketo_encryption_key”: “30e3ddb5c08d3efce6164f12a3b46bade38fa35b6346f28863bffac8bde495cbe33f7828a2d34fddd5ef1ff120e3fc112880e940d25108f91a7a8d0c”,
“enketo_less_secure_encryption_key”: “this $3cr3t key is crackable”,
“expose_backend_ports”: false,
“exposed_nginx_docker_port”: “80”,
“google_api_key”: “”,
“google_ua”: “”,
“https”: false,
“internal_domain_name”: “docker.internal”,
“kc_dev_build_id”: “”,
“kc_postgres_db”: “fieldmasterkc”,
“kc_subdomain”: “kc”,
“kobocat_media_backup_schedule”: “0 0 * * 0”,
“kobocat_raven”: “”,
“kobodocker_path”: “/media/rajeesh-techv/New_Volume11/kobotoolbox-test/kobo-docker”,
“kpi_dev_build_id”: “”,
“kpi_path”: “”,
“kpi_postgres_db”: “fieldmasterkf”,
“kpi_raven”: “”,
“kpi_raven_js”: “”,
“kpi_subdomain”: “kf”,
“letsencrypt_email”: “support@kobo.local”,
“local_installation”: true,
“local_interface”: “eno1”,
“local_interface_ip”: “192.168.1.161”,
“maintenance_date_iso”: “”,
“maintenance_date_str”: “”,
“maintenance_email”: “support@kobo.local”,
“maintenance_enabled”: false,
“maintenance_eta”: “2 hours”,
“mongo_backup_schedule”: “0 1 * * 0”,
“mongo_port”: “27017”,
“mongo_root_password”: “",
“mongo_root_username”: “root”,
“mongo_secured”: true,
“mongo_user_password”: "”,
“mongo_user_username”: “kobo”,
“multi”: false,
“nginx_proxy_port”: “80”,
“npm_container”: true,
“postgres_backup_schedule”: “0 2 * * 0”,
“postgres_cpus”: “1”,
“postgres_hard_drive_type”: “hdd”,
“postgres_max_connections”: “100”,
“postgres_password”: “"
“postgres_profile”: “Mixed”,
“postgres_ram”: “2”,
“postgres_replication_password”: "”,
“postgres_settings”: false,
“postgres_settings_content”: “# Generated by PGConfig 3.1.0 (1d600ea0d1d79f13dd7ed686f9e2befc1fcf9226)\n# https://api.pgconfig.org/v1/tuning/get-config?format=conf&include_pgbadger=false&max_connections=100&pg_version=14&environment_name=Mixed&total_ram=2GB&cpus=1&drive_type=SSD&os_type=linux\n\n# Memory Configuration\nshared_buffers = 256MB\neffective_cache_size = 768MB\nwork_mem = 2MB\nmaintenance_work_mem = 51MB\n\n# Checkpoint Related Configuration\nmin_wal_size = 2GB\nmax_wal_size = 3GB\ncheckpoint_completion_target = 0.9\nwal_buffers = -1\n\n# Network Related Configuration\nlisten_addresses = ''\nmax_connections = 100\n\n# Storage Configuration\nrandom_page_cost = 1.1\neffective_io_concurrency = 200\n\n# Worker Processes Configuration\nmax_worker_processes = 8\nmax_parallel_workers_per_gather = 2\nmax_parallel_workers = 2\n\n",
“postgres_user”: “kobo”,
“postgresql_port”: “5432”,
“primary_backend_ip”: “192.168.1.161”,
“private_domain_name”: “kobo.private”,
“proxy”: false,
“public_domain_name”: “kobo.local”,
“raven_settings”: false,
“redis_backup_schedule”: “0 3 * * 0”,
“redis_cache_max_memory”: “”,
“redis_cache_port”: “6380”,
“redis_main_port”: “6379”,
“redis_password”: "”,
“review_host”: true,
“server_role”: “frontend”,
“service_account_whitelisted_hosts”: true,
“smtp_host”: “”,
“smtp_password”: “”,
“smtp_port”: “25”,
“smtp_use_tls”: false,
“smtp_user”: “”,
“staging_mode”: false,
“super_user_password”: “*”,
“super_user_username”: “super_admin”,
“two_databases”: true,
“unique_id”: 1727936463,
“use_aws”: false,
“use_backend_custom_yml”: false,
“use_backup”: false,
“use_booleans_v4”: true,
“use_celery”: true,
“use_frontend_custom_yml”: false,
“use_letsencrypt”: false,
“use_private_dns”: false,
“use_wal_e”: false,
“uwsgi_harakiri”: “120”,
“uwsgi_max_requests”: “1024”,
“uwsgi_settings”: false,
“uwsgi_soft_limit”: “1024”,
“uwsgi_worker_reload_mercy”: “120”,
“uwsgi_workers_max”: “4”,
“uwsgi_workers_start”: “2”
}
Could you provide me with your valuable guidance?