chore: update config, caddy files, and add reasonix docker setup
Deploy Dashboard (Main) / Backend Tests (push) Successful in 2m37s
Deploy Dashboard (Main) / Frontend Tests (push) Successful in 7s
Deploy Dashboard (Main) / Build Main Image (push) Successful in 4m3s
Deploy Dashboard (Main) / Deploy to Production (push) Successful in 1m23s
Deploy Dashboard (Main) / Backend Tests (push) Successful in 2m37s
Deploy Dashboard (Main) / Frontend Tests (push) Successful in 7s
Deploy Dashboard (Main) / Build Main Image (push) Successful in 4m3s
Deploy Dashboard (Main) / Deploy to Production (push) Successful in 1m23s
This commit is contained in:
@@ -71,6 +71,7 @@ EXTERNAL_SERVICES = {
|
||||
"stirling_pdf": os.environ.get("STIRLING_PDF_URL", "https://pdf.jimmygan.com"),
|
||||
"vaultwarden": os.environ.get("VAULTWARDEN_URL", "https://vault.jimmygan.com"),
|
||||
"n8n": os.environ.get("N8N_URL", "https://n8n.jimmygan.com"),
|
||||
"reasonix": os.environ.get("REASONIX_URL", "https://code.jimmygan.com"),
|
||||
"speedtest": os.environ.get("SPEEDTEST_URL", "https://speed.jimmygan.com"),
|
||||
"openconnector": os.environ.get("OPENCONNECTOR_URL", "https://connector.jimmygan.com"),
|
||||
}
|
||||
|
||||
@@ -62,6 +62,7 @@
|
||||
{ label: "Stirling PDF", remoteHref: "https://pdf.jimmygan.com", icon: "pdf", external: true },
|
||||
{ label: "Vaultwarden", remoteHref: "https://vault.jimmygan.com", icon: "lock", external: true },
|
||||
{ label: "n8n", remoteHref: "https://n8n.jimmygan.com", icon: "n8n", external: true },
|
||||
{ label: "Reasonix", remoteHref: "https://code.jimmygan.com", icon: "code", external: true },
|
||||
{ label: "Speedtest", remoteHref: "https://speed.jimmygan.com", icon: "speedtest", external: true },
|
||||
{ label: "OpenConnector", remoteHref: "https://connector.jimmygan.com", port: 3002, icon: "link", external: true },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user