Files
proxmox/backups/npmplus/backup-20260304_011131/api/proxy_hosts.json
defiQUG e4c9dda0fd
Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
chore: update submodule references and documentation
- Marked submodules ai-mcp-pmm-controller, explorer-monorepo, and smom-dbis-138 as dirty to reflect recent changes.
- Updated documentation to clarify operator script usage, including dotenv loading and task execution instructions.
- Enhanced the README and various index files to provide clearer navigation and task completion guidance.

Made-with: Cursor
2026-03-04 02:03:08 -08:00

1430 lines
52 KiB
JSON

[
{
"id": 37,
"created_on": "2026-02-07 00:42:23",
"modified_on": "2026-02-07 00:46:30",
"owner_user_id": 1,
"domain_names": [
"cacti-alltra.d-bis.org"
],
"forward_host": "192.168.11.177",
"forward_port": 80,
"access_list_id": 0,
"certificate_id": 146,
"ssl_forced": true,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "",
"meta": {
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": false,
"http2_support": true,
"forward_scheme": "http",
"enabled": true,
"locations": null,
"hsts_enabled": true,
"hsts_subdomains": true
},
{
"id": 38,
"created_on": "2026-02-07 00:42:24",
"modified_on": "2026-02-07 00:46:53",
"owner_user_id": 1,
"domain_names": [
"cacti-hybx.d-bis.org"
],
"forward_host": "192.168.11.251",
"forward_port": 80,
"access_list_id": 0,
"certificate_id": 147,
"ssl_forced": true,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "",
"meta": {
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": false,
"http2_support": true,
"forward_scheme": "http",
"enabled": true,
"locations": null,
"hsts_enabled": true,
"hsts_subdomains": true
},
{
"id": 41,
"created_on": "2026-02-07 20:41:16",
"modified_on": "2026-02-20 22:29:09",
"owner_user_id": 1,
"domain_names": [
"codespaces.d-bis.org"
],
"forward_host": "192.168.11.60",
"forward_port": 3000,
"access_list_id": 0,
"certificate_id": 156,
"ssl_forced": false,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "",
"meta": {
"dns_challenge": true,
"dns_provider": "cloudflare",
"dns_provider_credentials": "# Cloudflare API token\r\n#dns_cloudflare_api_token=65d8f07ebb3f0454fdc4e854b6ada13fba0f0\r\n# OR Cloudflare API credentials\r\ndns_cloudflare_email=pandoramannli@gmail.com\r\ndns_cloudflare_api_key=65d8f07ebb3f0454fdc4e854b6ada13fba0f0\r\n",
"letsencrypt_agree": true,
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": false,
"http2_support": false,
"forward_scheme": "http",
"enabled": true,
"locations": [],
"hsts_enabled": false,
"hsts_subdomains": false
},
{
"id": 22,
"created_on": "2026-01-18 22:19:18",
"modified_on": "2026-01-29 22:52:50",
"owner_user_id": 1,
"domain_names": [
"cross-all.defi-oracle.io"
],
"forward_host": "192.168.11.211",
"forward_port": 80,
"access_list_id": 0,
"certificate_id": 134,
"ssl_forced": true,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "",
"meta": {
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": false,
"http2_support": true,
"forward_scheme": "http",
"enabled": true,
"locations": null,
"hsts_enabled": true,
"hsts_subdomains": true
},
{
"id": 49,
"created_on": "2026-02-20 22:27:16",
"modified_on": "2026-02-20 22:37:53",
"owner_user_id": 1,
"domain_names": [
"dapp.d-bis.org"
],
"forward_host": "192.168.11.58",
"forward_port": 80,
"access_list_id": 0,
"certificate_id": 162,
"ssl_forced": true,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "",
"meta": {
"letsencrypt_agree": false,
"dns_challenge": false,
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": true,
"http2_support": false,
"forward_scheme": "http",
"enabled": true,
"locations": [],
"hsts_enabled": false,
"hsts_subdomains": false
},
{
"id": 13,
"created_on": "2026-01-16 14:41:02",
"modified_on": "2026-03-04 04:11:18",
"owner_user_id": 1,
"domain_names": [
"dbis-admin.d-bis.org"
],
"forward_host": "192.168.11.130",
"forward_port": 80,
"access_list_id": 0,
"certificate_id": 46,
"ssl_forced": true,
"caching_enabled": false,
"block_exploits": true,
"advanced_config": "# Security Headers\nadd_header X-Content-Type-Options \"nosniff\" always;\nadd_header X-Frame-Options \"SAMEORIGIN\" always;\nadd_header X-XSS-Protection \"1; mode=block\" always;\nadd_header Referrer-Policy \"strict-origin-when-cross-origin\" always;\nadd_header Content-Security-Policy \"default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https: data:; style-src 'self' 'unsafe-inline' https: data:; font-src 'self' https: data:; img-src 'self' data: https: blob:; connect-src 'self' https: wss: ws:; media-src 'self' https: data:; object-src 'none'; base-uri 'self'; form-action 'self' https:; frame-ancestors 'none'; upgrade-insecure-requests\" always;\n\n# Ensure proper DOCTYPE (if backend doesn't provide it)\n# Note: This requires backend to send proper DOCTYPE, Nginx can't modify HTML body easily",
"meta": {
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": false,
"http2_support": true,
"forward_scheme": "http",
"enabled": true,
"locations": null,
"hsts_enabled": true,
"hsts_subdomains": true
},
{
"id": 15,
"created_on": "2026-01-16 14:41:04",
"modified_on": "2026-03-04 04:11:22",
"owner_user_id": 1,
"domain_names": [
"dbis-api-2.d-bis.org"
],
"forward_host": "192.168.11.156",
"forward_port": 3000,
"access_list_id": 0,
"certificate_id": 47,
"ssl_forced": true,
"caching_enabled": false,
"block_exploits": true,
"advanced_config": "# Security Headers\nadd_header X-Content-Type-Options \"nosniff\" always;\nadd_header X-Frame-Options \"SAMEORIGIN\" always;\nadd_header X-XSS-Protection \"1; mode=block\" always;\nadd_header Referrer-Policy \"strict-origin-when-cross-origin\" always;\nadd_header Content-Security-Policy \"default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https: data:; style-src 'self' 'unsafe-inline' https: data:; font-src 'self' https: data:; img-src 'self' data: https: blob:; connect-src 'self' https: wss: ws:; media-src 'self' https: data:; object-src 'none'; base-uri 'self'; form-action 'self' https:; frame-ancestors 'none'; upgrade-insecure-requests\" always;\n\n# Ensure proper DOCTYPE (if backend doesn't provide it)\n# Note: This requires backend to send proper DOCTYPE, Nginx can't modify HTML body easily",
"meta": {
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": false,
"http2_support": true,
"forward_scheme": "http",
"enabled": true,
"locations": null,
"hsts_enabled": true,
"hsts_subdomains": true
},
{
"id": 14,
"created_on": "2026-01-16 14:41:03",
"modified_on": "2026-03-04 04:11:20",
"owner_user_id": 1,
"domain_names": [
"dbis-api.d-bis.org"
],
"forward_host": "192.168.11.155",
"forward_port": 3000,
"access_list_id": 0,
"certificate_id": 48,
"ssl_forced": true,
"caching_enabled": false,
"block_exploits": true,
"advanced_config": "# Security Headers\nadd_header X-Content-Type-Options \"nosniff\" always;\nadd_header X-Frame-Options \"SAMEORIGIN\" always;\nadd_header X-XSS-Protection \"1; mode=block\" always;\nadd_header Referrer-Policy \"strict-origin-when-cross-origin\" always;\nadd_header Content-Security-Policy \"default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https: data:; style-src 'self' 'unsafe-inline' https: data:; font-src 'self' https: data:; img-src 'self' data: https: blob:; connect-src 'self' https: wss: ws:; media-src 'self' https: data:; object-src 'none'; base-uri 'self'; form-action 'self' https:; frame-ancestors 'none'; upgrade-insecure-requests\" always;\n\n# Ensure proper DOCTYPE (if backend doesn't provide it)\n# Note: This requires backend to send proper DOCTYPE, Nginx can't modify HTML body easily",
"meta": {
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": false,
"http2_support": true,
"forward_scheme": "http",
"enabled": true,
"locations": null,
"hsts_enabled": true,
"hsts_subdomains": true
},
{
"id": 45,
"created_on": "2026-02-13 20:32:33",
"modified_on": "2026-03-01 15:18:46",
"owner_user_id": 1,
"domain_names": [
"dbis.xom-dev.phoenix.sankofa.nexus"
],
"forward_host": "192.168.11.54",
"forward_port": 3001,
"access_list_id": 0,
"certificate_id": 165,
"ssl_forced": true,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "",
"meta": {
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": false,
"http2_support": true,
"forward_scheme": "http",
"enabled": true,
"locations": null,
"hsts_enabled": true,
"hsts_subdomains": true
},
{
"id": 39,
"created_on": "2026-02-07 20:41:12",
"modified_on": "2026-02-20 22:29:57",
"owner_user_id": 1,
"domain_names": [
"dev.d-bis.org"
],
"forward_host": "192.168.11.60",
"forward_port": 3000,
"access_list_id": 0,
"certificate_id": 157,
"ssl_forced": false,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "",
"meta": {
"dns_challenge": true,
"dns_provider": "cloudflare",
"dns_provider_credentials": "# Cloudflare API token\r\n#dns_cloudflare_api_token=65d8f07ebb3f0454fdc4e854b6ada13fba0f0\r\n# OR Cloudflare API credentials\r\ndns_cloudflare_email=pandoramannli@gmail.com\r\ndns_cloudflare_api_key=65d8f07ebb3f0454fdc4e854b6ada13fba0f0",
"letsencrypt_agree": true,
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": false,
"http2_support": false,
"forward_scheme": "http",
"enabled": true,
"locations": [],
"hsts_enabled": false,
"hsts_subdomains": false
},
{
"id": 8,
"created_on": "2026-01-16 14:40:58",
"modified_on": "2026-03-04 04:10:54",
"owner_user_id": 1,
"domain_names": [
"explorer.d-bis.org"
],
"forward_host": "192.168.11.140",
"forward_port": 80,
"access_list_id": 0,
"certificate_id": 145,
"ssl_forced": true,
"caching_enabled": false,
"block_exploits": true,
"advanced_config": "# Security Headers (unsafe-eval for ethers.js v5)\nadd_header X-Content-Type-Options \"nosniff\" always;\nadd_header X-Frame-Options \"SAMEORIGIN\" always;\nadd_header X-XSS-Protection \"1; mode=block\" always;\nadd_header Referrer-Policy \"strict-origin-when-cross-origin\" always;\nadd_header Content-Security-Policy \"default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https: data:; style-src 'self' 'unsafe-inline' https: data:; font-src 'self' https: data:; img-src 'self' data: https: blob:; connect-src 'self' https: wss: ws:; media-src 'self' https: data:; object-src 'none'; base-uri 'self'; form-action 'self' https:; frame-ancestors 'none'; upgrade-insecure-requests\" always;",
"meta": {
"dns_challenge": true,
"dns_provider": "cloudflare",
"dns_provider_credentials": "# Cloudflare API token\r\n#dns_cloudflare_api_token=65d8f07ebb3f0454fdc4e854b6ada13fba0f0\r\n# OR Cloudflare API credentials\r\ndns_cloudflare_email=pandoramannli@gmail.com\r\ndns_cloudflare_api_key=65d8f07ebb3f0454fdc4e854b6ada13fba0f0",
"letsencrypt_agree": true,
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": false,
"http2_support": true,
"forward_scheme": "http",
"enabled": true,
"locations": [],
"hsts_enabled": true,
"hsts_subdomains": true
},
{
"id": 30,
"created_on": "2026-01-31 00:13:09",
"modified_on": "2026-02-06 19:09:43",
"owner_user_id": 1,
"domain_names": [
"explorer.defi-oracle.io"
],
"forward_host": "192.168.11.140",
"forward_port": 80,
"access_list_id": 0,
"certificate_id": 144,
"ssl_forced": true,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "",
"meta": {
"letsencrypt_agree": false,
"dns_challenge": false,
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": false,
"http2_support": true,
"forward_scheme": "http",
"enabled": true,
"locations": [],
"hsts_enabled": true,
"hsts_subdomains": true
},
{
"id": 40,
"created_on": "2026-02-07 20:41:14",
"modified_on": "2026-02-20 22:30:39",
"owner_user_id": 1,
"domain_names": [
"gitea.d-bis.org"
],
"forward_host": "192.168.11.60",
"forward_port": 3000,
"access_list_id": 0,
"certificate_id": 158,
"ssl_forced": false,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "",
"meta": {
"dns_challenge": true,
"dns_provider": "cloudflare",
"dns_provider_credentials": "# Cloudflare API token\r\n#dns_cloudflare_api_token=65d8f07ebb3f0454fdc4e854b6ada13fba0f0\r\n# OR Cloudflare API credentials\r\ndns_cloudflare_email=pandoramannli@gmail.com\r\ndns_cloudflare_api_key=65d8f07ebb3f0454fdc4e854b6ada13fba0f0",
"letsencrypt_agree": true,
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": false,
"http2_support": false,
"forward_scheme": "http",
"enabled": true,
"locations": [],
"hsts_enabled": false,
"hsts_subdomains": false
},
{
"id": 46,
"created_on": "2026-02-13 20:32:35",
"modified_on": "2026-02-13 20:32:35",
"owner_user_id": 1,
"domain_names": [
"iccc.xom-dev.phoenix.sankofa.nexus"
],
"forward_host": "192.168.11.54",
"forward_port": 3002,
"access_list_id": 0,
"certificate_id": 0,
"ssl_forced": false,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "",
"meta": {},
"allow_websocket_upgrade": false,
"http2_support": false,
"forward_scheme": "http",
"enabled": true,
"locations": null,
"hsts_enabled": false,
"hsts_subdomains": false
},
{
"id": 17,
"created_on": "2026-01-16 14:41:05",
"modified_on": "2026-03-04 04:11:25",
"owner_user_id": 1,
"domain_names": [
"mim4u.org"
],
"forward_host": "192.168.11.37",
"forward_port": 80,
"access_list_id": 0,
"certificate_id": 50,
"ssl_forced": true,
"caching_enabled": false,
"block_exploits": true,
"advanced_config": "# Security Headers\r\nadd_header X-Content-Type-Options \"nosniff\" always;\r\nadd_header X-Frame-Options \"SAMEORIGIN\" always;\r\nadd_header X-XSS-Protection \"1; mode=block\" always;\r\nadd_header Referrer-Policy \"strict-origin-when-cross-origin\" always;\r\nadd_header Content-Security-Policy \"default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https: data:; style-src 'self' 'unsafe-inline' https: data:; font-src 'self' https: data:; img-src 'self' data: https: blob:; connect-src 'self' https: wss: ws:; media-src 'self' https: data:; object-src 'none'; base-uri 'self'; form-action 'self' https:; frame-ancestors 'none'; upgrade-insecure-requests\" always;\r\n\r\n# Ensure proper DOCTYPE (if backend doesn't provide it)\r\n# Note: This requires backend to send proper DOCTYPE, Nginx can't modify HTML body easily",
"meta": {
"letsencrypt_agree": false,
"dns_challenge": false,
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": false,
"http2_support": true,
"forward_scheme": "http",
"enabled": true,
"locations": [],
"hsts_enabled": true,
"hsts_subdomains": true
},
{
"id": 47,
"created_on": "2026-02-13 20:32:37",
"modified_on": "2026-02-13 20:32:37",
"owner_user_id": 1,
"domain_names": [
"omnl.xom-dev.phoenix.sankofa.nexus"
],
"forward_host": "192.168.11.54",
"forward_port": 3003,
"access_list_id": 0,
"certificate_id": 0,
"ssl_forced": false,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "",
"meta": {},
"allow_websocket_upgrade": false,
"http2_support": false,
"forward_scheme": "http",
"enabled": true,
"locations": null,
"hsts_enabled": false,
"hsts_subdomains": false
},
{
"id": 5,
"created_on": "2026-01-16 14:40:55",
"modified_on": "2026-01-16 17:01:49",
"owner_user_id": 1,
"domain_names": [
"phoenix.sankofa.nexus"
],
"forward_host": "192.168.11.50",
"forward_port": 4000,
"access_list_id": 0,
"certificate_id": 51,
"ssl_forced": true,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "# Security Headers\nadd_header X-Content-Type-Options \"nosniff\" always;\nadd_header X-Frame-Options \"SAMEORIGIN\" always;\nadd_header X-XSS-Protection \"1; mode=block\" always;\nadd_header Referrer-Policy \"strict-origin-when-cross-origin\" always;\nadd_header Content-Security-Policy \"default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https: data:; style-src 'self' 'unsafe-inline' https: data:; font-src 'self' https: data:; img-src 'self' data: https: blob:; connect-src 'self' https: wss: ws:; media-src 'self' https: data:; object-src 'none'; base-uri 'self'; form-action 'self' https:; frame-ancestors 'none'; upgrade-insecure-requests\" always;\n\n# Ensure proper DOCTYPE (if backend doesn't provide it)\n# Note: This requires backend to send proper DOCTYPE, Nginx can't modify HTML body easily",
"meta": {
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": false,
"http2_support": true,
"forward_scheme": "http",
"enabled": true,
"locations": null,
"hsts_enabled": true,
"hsts_subdomains": true
},
{
"id": 42,
"created_on": "2026-02-07 20:41:17",
"modified_on": "2026-02-20 22:31:27",
"owner_user_id": 1,
"domain_names": [
"pve.ml110.d-bis.org"
],
"forward_host": "192.168.11.10",
"forward_port": 8006,
"access_list_id": 0,
"certificate_id": 159,
"ssl_forced": false,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "",
"meta": {
"dns_challenge": true,
"dns_provider": "cloudflare",
"dns_provider_credentials": "# Cloudflare API token\r\n#dns_cloudflare_api_token=65d8f07ebb3f0454fdc4e854b6ada13fba0f0\r\n# OR Cloudflare API credentials\r\ndns_cloudflare_email=pandoramannli@gmail.com\r\ndns_cloudflare_api_key=65d8f07ebb3f0454fdc4e854b6ada13fba0f0",
"letsencrypt_agree": true,
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": true,
"http2_support": false,
"forward_scheme": "http",
"enabled": true,
"locations": [],
"hsts_enabled": false,
"hsts_subdomains": false
},
{
"id": 43,
"created_on": "2026-02-07 20:41:19",
"modified_on": "2026-02-20 22:32:14",
"owner_user_id": 1,
"domain_names": [
"pve.r630-01.d-bis.org"
],
"forward_host": "192.168.11.11",
"forward_port": 8006,
"access_list_id": 0,
"certificate_id": 160,
"ssl_forced": false,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "",
"meta": {
"dns_challenge": true,
"dns_provider": "cloudflare",
"dns_provider_credentials": "# Cloudflare API token\r\n#dns_cloudflare_api_token=65d8f07ebb3f0454fdc4e854b6ada13fba0f0\r\n# OR Cloudflare API credentials\r\ndns_cloudflare_email=pandoramannli@gmail.com\r\ndns_cloudflare_api_key=65d8f07ebb3f0454fdc4e854b6ada13fba0f0",
"letsencrypt_agree": true,
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": true,
"http2_support": false,
"forward_scheme": "http",
"enabled": true,
"locations": [],
"hsts_enabled": false,
"hsts_subdomains": false
},
{
"id": 44,
"created_on": "2026-02-07 20:41:21",
"modified_on": "2026-02-20 22:32:57",
"owner_user_id": 1,
"domain_names": [
"pve.r630-02.d-bis.org"
],
"forward_host": "192.168.11.12",
"forward_port": 8006,
"access_list_id": 0,
"certificate_id": 161,
"ssl_forced": false,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "",
"meta": {
"dns_challenge": true,
"dns_provider": "cloudflare",
"dns_provider_credentials": "# Cloudflare API token\r\n#dns_cloudflare_api_token=65d8f07ebb3f0454fdc4e854b6ada13fba0f0\r\n# OR Cloudflare API credentials\r\ndns_cloudflare_email=pandoramannli@gmail.com\r\ndns_cloudflare_api_key=65d8f07ebb3f0454fdc4e854b6ada13fba0f0",
"letsencrypt_agree": true,
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": true,
"http2_support": false,
"forward_scheme": "http",
"enabled": true,
"locations": [],
"hsts_enabled": false,
"hsts_subdomains": false
},
{
"id": 32,
"created_on": "2026-02-07 00:42:16",
"modified_on": "2026-02-07 00:47:07",
"owner_user_id": 1,
"domain_names": [
"rpc-alltra-2.d-bis.org"
],
"forward_host": "192.168.11.173",
"forward_port": 8545,
"access_list_id": 0,
"certificate_id": 148,
"ssl_forced": true,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "",
"meta": {
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": true,
"http2_support": true,
"forward_scheme": "http",
"enabled": true,
"locations": null,
"hsts_enabled": true,
"hsts_subdomains": true
},
{
"id": 33,
"created_on": "2026-02-07 00:42:17",
"modified_on": "2026-02-07 08:15:41",
"owner_user_id": 1,
"domain_names": [
"rpc-alltra-3.d-bis.org"
],
"forward_host": "192.168.11.174",
"forward_port": 8545,
"access_list_id": 0,
"certificate_id": 150,
"ssl_forced": true,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "",
"meta": {
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": true,
"http2_support": true,
"forward_scheme": "http",
"enabled": true,
"locations": null,
"hsts_enabled": true,
"hsts_subdomains": true
},
{
"id": 31,
"created_on": "2026-02-07 00:42:15",
"modified_on": "2026-02-07 08:15:53",
"owner_user_id": 1,
"domain_names": [
"rpc-alltra.d-bis.org"
],
"forward_host": "192.168.11.172",
"forward_port": 8545,
"access_list_id": 0,
"certificate_id": 151,
"ssl_forced": true,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "",
"meta": {
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": true,
"http2_support": true,
"forward_scheme": "http",
"enabled": true,
"locations": null,
"hsts_enabled": true,
"hsts_subdomains": true
},
{
"id": 50,
"created_on": "2026-02-21 17:37:16",
"modified_on": "2026-03-04 04:11:15",
"owner_user_id": 1,
"domain_names": [
"rpc-fireblocks.d-bis.org"
],
"forward_host": "192.168.11.232",
"forward_port": 8545,
"access_list_id": 0,
"certificate_id": 163,
"ssl_forced": true,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "",
"meta": {
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": true,
"http2_support": true,
"forward_scheme": "http",
"enabled": true,
"locations": null,
"hsts_enabled": true,
"hsts_subdomains": true
},
{
"id": 11,
"created_on": "2026-01-16 14:41:00",
"modified_on": "2026-03-04 04:10:59",
"owner_user_id": 1,
"domain_names": [
"rpc-http-prv.d-bis.org"
],
"forward_host": "192.168.11.211",
"forward_port": 8545,
"access_list_id": 0,
"certificate_id": 52,
"ssl_forced": true,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "# Security Headers\nadd_header X-Content-Type-Options \"nosniff\" always;\nadd_header X-Frame-Options \"SAMEORIGIN\" always;\nadd_header X-XSS-Protection \"1; mode=block\" always;\nadd_header Referrer-Policy \"strict-origin-when-cross-origin\" always;\nadd_header Content-Security-Policy \"default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https: data:; style-src 'self' 'unsafe-inline' https: data:; font-src 'self' https: data:; img-src 'self' data: https: blob:; connect-src 'self' https: wss: ws:; media-src 'self' https: data:; object-src 'none'; base-uri 'self'; form-action 'self' https:; frame-ancestors 'none'; upgrade-insecure-requests\" always;\n\n# Ensure proper DOCTYPE (if backend doesn't provide it)\n# Note: This requires backend to send proper DOCTYPE, Nginx can't modify HTML body easily",
"meta": {
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": true,
"http2_support": true,
"forward_scheme": "http",
"enabled": true,
"locations": null,
"hsts_enabled": true,
"hsts_subdomains": true
},
{
"id": 9,
"created_on": "2026-01-16 14:40:59",
"modified_on": "2026-03-04 04:10:56",
"owner_user_id": 1,
"domain_names": [
"rpc-http-pub.d-bis.org"
],
"forward_host": "192.168.11.221",
"forward_port": 8545,
"access_list_id": 0,
"certificate_id": 53,
"ssl_forced": true,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "# Security Headers\nadd_header X-Content-Type-Options \"nosniff\" always;\nadd_header X-Frame-Options \"SAMEORIGIN\" always;\nadd_header X-XSS-Protection \"1; mode=block\" always;\nadd_header Referrer-Policy \"strict-origin-when-cross-origin\" always;\nadd_header Content-Security-Policy \"default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https: data:; style-src 'self' 'unsafe-inline' https: data:; font-src 'self' https: data:; img-src 'self' data: https: blob:; connect-src 'self' https: wss: ws:; media-src 'self' https: data:; object-src 'none'; base-uri 'self'; form-action 'self' https:; frame-ancestors 'none'; upgrade-insecure-requests\" always;\n\n# Ensure proper DOCTYPE (if backend doesn't provide it)\n# Note: This requires backend to send proper DOCTYPE, Nginx can't modify HTML body easily",
"meta": {
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": true,
"http2_support": true,
"forward_scheme": "http",
"enabled": true,
"locations": null,
"hsts_enabled": true,
"hsts_subdomains": true
},
{
"id": 35,
"created_on": "2026-02-07 00:42:20",
"modified_on": "2026-02-07 08:16:06",
"owner_user_id": 1,
"domain_names": [
"rpc-hybx-2.d-bis.org"
],
"forward_host": "192.168.11.247",
"forward_port": 8545,
"access_list_id": 0,
"certificate_id": 152,
"ssl_forced": true,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "",
"meta": {
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": true,
"http2_support": true,
"forward_scheme": "http",
"enabled": true,
"locations": null,
"hsts_enabled": true,
"hsts_subdomains": true
},
{
"id": 36,
"created_on": "2026-02-07 00:42:22",
"modified_on": "2026-02-07 08:16:19",
"owner_user_id": 1,
"domain_names": [
"rpc-hybx-3.d-bis.org"
],
"forward_host": "192.168.11.248",
"forward_port": 8545,
"access_list_id": 0,
"certificate_id": 153,
"ssl_forced": true,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "",
"meta": {
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": true,
"http2_support": true,
"forward_scheme": "http",
"enabled": true,
"locations": null,
"hsts_enabled": true,
"hsts_subdomains": true
},
{
"id": 34,
"created_on": "2026-02-07 00:42:19",
"modified_on": "2026-02-07 08:16:32",
"owner_user_id": 1,
"domain_names": [
"rpc-hybx.d-bis.org"
],
"forward_host": "192.168.11.246",
"forward_port": 8545,
"access_list_id": 0,
"certificate_id": 154,
"ssl_forced": true,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "",
"meta": {
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": true,
"http2_support": true,
"forward_scheme": "http",
"enabled": true,
"locations": null,
"hsts_enabled": true,
"hsts_subdomains": true
},
{
"id": 12,
"created_on": "2026-01-16 14:41:01",
"modified_on": "2026-03-04 04:11:01",
"owner_user_id": 1,
"domain_names": [
"rpc-ws-prv.d-bis.org"
],
"forward_host": "192.168.11.211",
"forward_port": 8546,
"access_list_id": 0,
"certificate_id": 54,
"ssl_forced": true,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "# Security Headers\nadd_header X-Content-Type-Options \"nosniff\" always;\nadd_header X-Frame-Options \"SAMEORIGIN\" always;\nadd_header X-XSS-Protection \"1; mode=block\" always;\nadd_header Referrer-Policy \"strict-origin-when-cross-origin\" always;\nadd_header Content-Security-Policy \"default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https: data:; style-src 'self' 'unsafe-inline' https: data:; font-src 'self' https: data:; img-src 'self' data: https: blob:; connect-src 'self' https: wss: ws:; media-src 'self' https: data:; object-src 'none'; base-uri 'self'; form-action 'self' https:; frame-ancestors 'none'; upgrade-insecure-requests\" always;\n\n# Ensure proper DOCTYPE (if backend doesn't provide it)\n# Note: This requires backend to send proper DOCTYPE, Nginx can't modify HTML body easily",
"meta": {
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": true,
"http2_support": true,
"forward_scheme": "http",
"enabled": true,
"locations": null,
"hsts_enabled": true,
"hsts_subdomains": true
},
{
"id": 10,
"created_on": "2026-01-16 14:40:59",
"modified_on": "2026-03-04 04:10:58",
"owner_user_id": 1,
"domain_names": [
"rpc-ws-pub.d-bis.org"
],
"forward_host": "192.168.11.221",
"forward_port": 8546,
"access_list_id": 0,
"certificate_id": 55,
"ssl_forced": true,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "# Security Headers\nadd_header X-Content-Type-Options \"nosniff\" always;\nadd_header X-Frame-Options \"SAMEORIGIN\" always;\nadd_header X-XSS-Protection \"1; mode=block\" always;\nadd_header Referrer-Policy \"strict-origin-when-cross-origin\" always;\nadd_header Content-Security-Policy \"default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https: data:; style-src 'self' 'unsafe-inline' https: data:; font-src 'self' https: data:; img-src 'self' data: https: blob:; connect-src 'self' https: wss: ws:; media-src 'self' https: data:; object-src 'none'; base-uri 'self'; form-action 'self' https:; frame-ancestors 'none'; upgrade-insecure-requests\" always;\n\n# Ensure proper DOCTYPE (if backend doesn't provide it)\n# Note: This requires backend to send proper DOCTYPE, Nginx can't modify HTML body easily",
"meta": {
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": true,
"http2_support": true,
"forward_scheme": "http",
"enabled": true,
"locations": null,
"hsts_enabled": true,
"hsts_subdomains": true
},
{
"id": 26,
"created_on": "2026-01-29 16:35:10",
"modified_on": "2026-03-04 04:11:08",
"owner_user_id": 1,
"domain_names": [
"rpc.d-bis.org"
],
"forward_host": "192.168.11.221",
"forward_port": 8545,
"access_list_id": 0,
"certificate_id": 141,
"ssl_forced": false,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "",
"meta": {
"dns_challenge": true,
"dns_provider": "cloudflare",
"dns_provider_credentials": "# Cloudflare API token\r\ndns_cloudflare_email = pandoramannli@gmail.com\r\ndns_cloudflare_api_key = 65d8f07ebb3f0454fdc4e854b6ada13fba0f0",
"letsencrypt_agree": true,
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": true,
"http2_support": false,
"forward_scheme": "http",
"enabled": true,
"locations": [],
"hsts_enabled": false,
"hsts_subdomains": false
},
{
"id": 24,
"created_on": "2026-01-29 15:38:44",
"modified_on": "2026-03-04 04:11:05",
"owner_user_id": 1,
"domain_names": [
"rpc.defi-oracle.io"
],
"forward_host": "192.168.11.221",
"forward_port": 8545,
"access_list_id": 0,
"certificate_id": 56,
"ssl_forced": false,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "",
"meta": {
"letsencrypt_agree": false,
"dns_challenge": false,
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": true,
"http2_support": false,
"forward_scheme": "http",
"enabled": true,
"locations": [],
"hsts_enabled": false,
"hsts_subdomains": false
},
{
"id": 21,
"created_on": "2026-01-16 14:41:09",
"modified_on": "2026-03-04 04:11:03",
"owner_user_id": 1,
"domain_names": [
"rpc.public-0138.defi-oracle.io"
],
"forward_host": "192.168.11.240",
"forward_port": 443,
"access_list_id": 0,
"certificate_id": 56,
"ssl_forced": true,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "# Security Headers\nadd_header X-Content-Type-Options \"nosniff\" always;\nadd_header X-Frame-Options \"SAMEORIGIN\" always;\nadd_header X-XSS-Protection \"1; mode=block\" always;\nadd_header Referrer-Policy \"strict-origin-when-cross-origin\" always;\nadd_header Content-Security-Policy \"default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https: data:; style-src 'self' 'unsafe-inline' https: data:; font-src 'self' https: data:; img-src 'self' data: https: blob:; connect-src 'self' https: wss: ws:; media-src 'self' https: data:; object-src 'none'; base-uri 'self'; form-action 'self' https:; frame-ancestors 'none'; upgrade-insecure-requests\" always;\n\n# Ensure proper DOCTYPE (if backend doesn't provide it)\n# Note: This requires backend to send proper DOCTYPE, Nginx can't modify HTML body easily",
"meta": {
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": true,
"http2_support": true,
"forward_scheme": "https",
"enabled": true,
"locations": null,
"hsts_enabled": true,
"hsts_subdomains": true
},
{
"id": 27,
"created_on": "2026-01-29 16:35:11",
"modified_on": "2026-03-04 04:11:09",
"owner_user_id": 1,
"domain_names": [
"rpc2.d-bis.org"
],
"forward_host": "192.168.11.221",
"forward_port": 8545,
"access_list_id": 0,
"certificate_id": 137,
"ssl_forced": false,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "",
"meta": {
"dns_challenge": true,
"dns_provider": "cloudflare",
"dns_provider_credentials": "dns_cloudflare_email = pandoramannli@gmail.com\r\ndns_cloudflare_api_key = 65d8f07ebb3f0454fdc4e854b6ada13fba0f0",
"letsencrypt_agree": true,
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": true,
"http2_support": false,
"forward_scheme": "http",
"enabled": true,
"locations": [],
"hsts_enabled": false,
"hsts_subdomains": false
},
{
"id": 3,
"created_on": "2026-01-16 14:40:54",
"modified_on": "2026-01-16 17:01:32",
"owner_user_id": 1,
"domain_names": [
"sankofa.nexus"
],
"forward_host": "192.168.11.51",
"forward_port": 3000,
"access_list_id": 0,
"certificate_id": 57,
"ssl_forced": true,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "add_header Content-Security-Policy \"default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https: data:; style-src 'self' 'unsafe-inline' https: data:; font-src 'self' https: data:; img-src 'self' data: https: blob:; connect-src 'self' https: wss: ws:; media-src 'self' https: data:; object-src 'none'; base-uri 'self'; form-action 'self' https:; frame-ancestors 'none'; upgrade-insecure-requests\" always;",
"meta": {
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": false,
"http2_support": true,
"forward_scheme": "http",
"enabled": true,
"locations": null,
"hsts_enabled": true,
"hsts_subdomains": true
},
{
"id": 16,
"created_on": "2026-01-16 14:41:04",
"modified_on": "2026-03-04 04:11:23",
"owner_user_id": 1,
"domain_names": [
"secure.d-bis.org"
],
"forward_host": "192.168.11.130",
"forward_port": 80,
"access_list_id": 0,
"certificate_id": 58,
"ssl_forced": true,
"caching_enabled": false,
"block_exploits": true,
"advanced_config": "# Security Headers\nadd_header X-Content-Type-Options \"nosniff\" always;\nadd_header X-Frame-Options \"SAMEORIGIN\" always;\nadd_header X-XSS-Protection \"1; mode=block\" always;\nadd_header Referrer-Policy \"strict-origin-when-cross-origin\" always;\nadd_header Content-Security-Policy \"default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https: data:; style-src 'self' 'unsafe-inline' https: data:; font-src 'self' https: data:; img-src 'self' data: https: blob:; connect-src 'self' https: wss: ws:; media-src 'self' https: data:; object-src 'none'; base-uri 'self'; form-action 'self' https:; frame-ancestors 'none'; upgrade-insecure-requests\" always;\n\n# Ensure proper DOCTYPE (if backend doesn't provide it)\n# Note: This requires backend to send proper DOCTYPE, Nginx can't modify HTML body easily",
"meta": {
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": false,
"http2_support": true,
"forward_scheme": "http",
"enabled": true,
"locations": null,
"hsts_enabled": true,
"hsts_subdomains": true
},
{
"id": 19,
"created_on": "2026-01-16 14:41:07",
"modified_on": "2026-03-04 04:11:29",
"owner_user_id": 1,
"domain_names": [
"secure.mim4u.org"
],
"forward_host": "192.168.11.37",
"forward_port": 80,
"access_list_id": 0,
"certificate_id": 59,
"ssl_forced": true,
"caching_enabled": false,
"block_exploits": true,
"advanced_config": "# Security Headers\r\nadd_header X-Content-Type-Options \"nosniff\" always;\r\nadd_header X-Frame-Options \"SAMEORIGIN\" always;\r\nadd_header X-XSS-Protection \"1; mode=block\" always;\r\nadd_header Referrer-Policy \"strict-origin-when-cross-origin\" always;\r\nadd_header Content-Security-Policy \"default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https: data:; style-src 'self' 'unsafe-inline' https: data:; font-src 'self' https: data:; img-src 'self' data: https: blob:; connect-src 'self' https: wss: ws:; media-src 'self' https: data:; object-src 'none'; base-uri 'self'; form-action 'self' https:; frame-ancestors 'none'; upgrade-insecure-requests\" always;\r\n\r\n# Ensure proper DOCTYPE (if backend doesn't provide it)\r\n# Note: This requires backend to send proper DOCTYPE, Nginx can't modify HTML body easily",
"meta": {
"letsencrypt_agree": false,
"dns_challenge": false,
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": false,
"http2_support": true,
"forward_scheme": "http",
"enabled": true,
"locations": [],
"hsts_enabled": true,
"hsts_subdomains": true
},
{
"id": 52,
"created_on": "2026-03-01 15:16:30",
"modified_on": "2026-03-02 06:22:15",
"owner_user_id": 1,
"domain_names": [
"studio.sankofa.nexus"
],
"forward_host": "192.168.11.72",
"forward_port": 8000,
"access_list_id": 0,
"certificate_id": 166,
"ssl_forced": false,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "",
"meta": {
"dns_challenge": true,
"dns_provider": "cloudflare",
"dns_provider_credentials": "dns_cloudflare_email=pandoramannli@gmail.com\r\ndns_cloudflare_api_key=65d8f07ebb3f0454fdc4e854b6ada13fba0f0",
"letsencrypt_agree": true,
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": false,
"http2_support": false,
"forward_scheme": "http",
"enabled": true,
"locations": [],
"hsts_enabled": false,
"hsts_subdomains": false
},
{
"id": 7,
"created_on": "2026-01-16 14:40:57",
"modified_on": "2026-01-16 17:02:09",
"owner_user_id": 1,
"domain_names": [
"the-order.sankofa.nexus"
],
"forward_host": "192.168.11.36",
"forward_port": 80,
"access_list_id": 0,
"certificate_id": 60,
"ssl_forced": true,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "# Security Headers\nadd_header X-Content-Type-Options \"nosniff\" always;\nadd_header X-Frame-Options \"SAMEORIGIN\" always;\nadd_header X-XSS-Protection \"1; mode=block\" always;\nadd_header Referrer-Policy \"strict-origin-when-cross-origin\" always;\nadd_header Content-Security-Policy \"default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https: data:; style-src 'self' 'unsafe-inline' https: data:; font-src 'self' https: data:; img-src 'self' data: https: blob:; connect-src 'self' https: wss: ws:; media-src 'self' https: data:; object-src 'none'; base-uri 'self'; form-action 'self' https:; frame-ancestors 'none'; upgrade-insecure-requests\" always;\n\n# Ensure proper DOCTYPE (if backend doesn't provide it)\n# Note: This requires backend to send proper DOCTYPE, Nginx can't modify HTML body easily",
"meta": {
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": false,
"http2_support": true,
"forward_scheme": "http",
"enabled": true,
"locations": null,
"hsts_enabled": true,
"hsts_subdomains": true
},
{
"id": 20,
"created_on": "2026-01-16 14:41:08",
"modified_on": "2026-03-04 04:11:30",
"owner_user_id": 1,
"domain_names": [
"training.mim4u.org"
],
"forward_host": "192.168.11.37",
"forward_port": 80,
"access_list_id": 0,
"certificate_id": 61,
"ssl_forced": true,
"caching_enabled": false,
"block_exploits": true,
"advanced_config": "# Security Headers\r\nadd_header X-Content-Type-Options \"nosniff\" always;\r\nadd_header X-Frame-Options \"SAMEORIGIN\" always;\r\nadd_header X-XSS-Protection \"1; mode=block\" always;\r\nadd_header Referrer-Policy \"strict-origin-when-cross-origin\" always;\r\nadd_header Content-Security-Policy \"default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https: data:; style-src 'self' 'unsafe-inline' https: data:; font-src 'self' https: data:; img-src 'self' data: https: blob:; connect-src 'self' https: wss: ws:; media-src 'self' https: data:; object-src 'none'; base-uri 'self'; form-action 'self' https:; frame-ancestors 'none'; upgrade-insecure-requests\" always;\r\n\r\n# Ensure proper DOCTYPE (if backend doesn't provide it)\r\n# Note: This requires backend to send proper DOCTYPE, Nginx can't modify HTML body easily",
"meta": {
"letsencrypt_agree": false,
"dns_challenge": false,
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": false,
"http2_support": true,
"forward_scheme": "http",
"enabled": true,
"locations": [],
"hsts_enabled": true,
"hsts_subdomains": true
},
{
"id": 51,
"created_on": "2026-02-21 17:37:45",
"modified_on": "2026-03-04 04:11:17",
"owner_user_id": 1,
"domain_names": [
"ws.rpc-fireblocks.d-bis.org"
],
"forward_host": "192.168.11.232",
"forward_port": 8546,
"access_list_id": 0,
"certificate_id": 164,
"ssl_forced": true,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "",
"meta": {
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": true,
"http2_support": true,
"forward_scheme": "http",
"enabled": true,
"locations": null,
"hsts_enabled": true,
"hsts_subdomains": true
},
{
"id": 28,
"created_on": "2026-01-29 16:35:12",
"modified_on": "2026-03-04 04:11:11",
"owner_user_id": 1,
"domain_names": [
"ws.rpc.d-bis.org"
],
"forward_host": "192.168.11.221",
"forward_port": 8546,
"access_list_id": 0,
"certificate_id": 138,
"ssl_forced": false,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "",
"meta": {
"dns_challenge": true,
"dns_provider": "cloudflare",
"dns_provider_credentials": "dns_cloudflare_email = pandoramannli@gmail.com\r\ndns_cloudflare_api_key = 65d8f07ebb3f0454fdc4e854b6ada13fba0f0",
"letsencrypt_agree": true,
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": true,
"http2_support": false,
"forward_scheme": "http",
"enabled": true,
"locations": [],
"hsts_enabled": false,
"hsts_subdomains": false
},
{
"id": 29,
"created_on": "2026-01-29 16:35:12",
"modified_on": "2026-03-04 04:11:13",
"owner_user_id": 1,
"domain_names": [
"ws.rpc2.d-bis.org"
],
"forward_host": "192.168.11.221",
"forward_port": 8546,
"access_list_id": 0,
"certificate_id": 139,
"ssl_forced": false,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "",
"meta": {
"dns_challenge": true,
"dns_provider": "cloudflare",
"dns_provider_credentials": "dns_cloudflare_email = pandoramannli@gmail.com\r\ndns_cloudflare_api_key = 65d8f07ebb3f0454fdc4e854b6ada13fba0f0",
"letsencrypt_agree": true,
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": true,
"http2_support": false,
"forward_scheme": "http",
"enabled": true,
"locations": [],
"hsts_enabled": false,
"hsts_subdomains": false
},
{
"id": 25,
"created_on": "2026-01-29 15:38:45",
"modified_on": "2026-03-04 04:11:06",
"owner_user_id": 1,
"domain_names": [
"wss.defi-oracle.io"
],
"forward_host": "192.168.11.221",
"forward_port": 8546,
"access_list_id": 0,
"certificate_id": 140,
"ssl_forced": false,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "",
"meta": {
"dns_challenge": true,
"dns_provider": "cloudflare",
"dns_provider_credentials": "dns_cloudflare_email = pandoramannli@gmail.com\r\ndns_cloudflare_api_key = 65d8f07ebb3f0454fdc4e854b6ada13fba0f0",
"letsencrypt_agree": true,
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": true,
"http2_support": false,
"forward_scheme": "http",
"enabled": true,
"locations": [],
"hsts_enabled": false,
"hsts_subdomains": false
},
{
"id": 18,
"created_on": "2026-01-16 14:41:06",
"modified_on": "2026-03-04 04:11:27",
"owner_user_id": 1,
"domain_names": [
"www.mim4u.org"
],
"forward_host": "192.168.11.37",
"forward_port": 80,
"access_list_id": 0,
"certificate_id": 62,
"ssl_forced": true,
"caching_enabled": false,
"block_exploits": true,
"advanced_config": "# Security Headers\nadd_header X-Content-Type-Options \"nosniff\" always;\nadd_header X-Frame-Options \"SAMEORIGIN\" always;\nadd_header X-XSS-Protection \"1; mode=block\" always;\nadd_header Referrer-Policy \"strict-origin-when-cross-origin\" always;\nadd_header Content-Security-Policy \"default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https: data:; style-src 'self' 'unsafe-inline' https: data:; font-src 'self' https: data:; img-src 'self' data: https: blob:; connect-src 'self' https: wss: ws:; media-src 'self' https: data:; object-src 'none'; base-uri 'self'; form-action 'self' https:; frame-ancestors 'none'; upgrade-insecure-requests\" always;\n\n# Ensure proper DOCTYPE (if backend doesn't provide it)\n# Note: This requires backend to send proper DOCTYPE, Nginx can't modify HTML body easily",
"meta": {
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": false,
"http2_support": true,
"forward_scheme": "http",
"enabled": true,
"locations": null,
"hsts_enabled": true,
"hsts_subdomains": true
},
{
"id": 6,
"created_on": "2026-01-16 14:40:56",
"modified_on": "2026-01-16 17:02:17",
"owner_user_id": 1,
"domain_names": [
"www.phoenix.sankofa.nexus"
],
"forward_host": "192.168.11.50",
"forward_port": 4000,
"access_list_id": 0,
"certificate_id": 63,
"ssl_forced": true,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "# Security Headers\nadd_header X-Content-Type-Options \"nosniff\" always;\nadd_header X-Frame-Options \"SAMEORIGIN\" always;\nadd_header X-XSS-Protection \"1; mode=block\" always;\nadd_header Referrer-Policy \"strict-origin-when-cross-origin\" always;\nadd_header Content-Security-Policy \"default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https: data:; style-src 'self' 'unsafe-inline' https: data:; font-src 'self' https: data:; img-src 'self' data: https: blob:; connect-src 'self' https: wss: ws:; media-src 'self' https: data:; object-src 'none'; base-uri 'self'; form-action 'self' https:; frame-ancestors 'none'; upgrade-insecure-requests\" always;\n\n# Ensure proper DOCTYPE (if backend doesn't provide it)\n# Note: This requires backend to send proper DOCTYPE, Nginx can't modify HTML body easily",
"meta": {
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": false,
"http2_support": true,
"forward_scheme": "http",
"enabled": true,
"locations": null,
"hsts_enabled": true,
"hsts_subdomains": true
},
{
"id": 4,
"created_on": "2026-01-16 14:40:55",
"modified_on": "2026-01-16 17:02:19",
"owner_user_id": 1,
"domain_names": [
"www.sankofa.nexus"
],
"forward_host": "192.168.11.51",
"forward_port": 3000,
"access_list_id": 0,
"certificate_id": 64,
"ssl_forced": true,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "# Security Headers\nadd_header X-Content-Type-Options \"nosniff\" always;\nadd_header X-Frame-Options \"SAMEORIGIN\" always;\nadd_header X-XSS-Protection \"1; mode=block\" always;\nadd_header Referrer-Policy \"strict-origin-when-cross-origin\" always;\nadd_header Content-Security-Policy \"default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https: data:; style-src 'self' 'unsafe-inline' https: data:; font-src 'self' https: data:; img-src 'self' data: https: blob:; connect-src 'self' https: wss: ws:; media-src 'self' https: data:; object-src 'none'; base-uri 'self'; form-action 'self' https:; frame-ancestors 'none'; upgrade-insecure-requests\" always;\n\n# Ensure proper DOCTYPE (if backend doesn't provide it)\n# Note: This requires backend to send proper DOCTYPE, Nginx can't modify HTML body easily",
"meta": {
"nginx_online": true,
"nginx_err": null
},
"allow_websocket_upgrade": false,
"http2_support": true,
"forward_scheme": "http",
"enabled": true,
"locations": null,
"hsts_enabled": true,
"hsts_subdomains": true
},
{
"id": 48,
"created_on": "2026-02-13 20:32:39",
"modified_on": "2026-02-13 20:32:39",
"owner_user_id": 1,
"domain_names": [
"xom.xom-dev.phoenix.sankofa.nexus"
],
"forward_host": "192.168.11.54",
"forward_port": 3004,
"access_list_id": 0,
"certificate_id": 0,
"ssl_forced": false,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "",
"meta": {},
"allow_websocket_upgrade": false,
"http2_support": false,
"forward_scheme": "http",
"enabled": true,
"locations": null,
"hsts_enabled": false,
"hsts_subdomains": false
}
]