From a52e9051550b157c16edf10dea4414a836857796 Mon Sep 17 00:00:00 2001 From: robbt Date: Mon, 11 May 2020 10:13:35 -0400 Subject: [PATCH 1/5] Added form - need to add CORS to db code --- .../airtime-setup/forms/general-settings.php | 18 ++++++++++++++++++ .../build/airtime-setup/setup-config.php | 2 +- airtime_mvc/public/setup/general-setup.php | 5 +++-- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/airtime_mvc/build/airtime-setup/forms/general-settings.php b/airtime_mvc/build/airtime-setup/forms/general-settings.php index f15e06d5a..d3729f6a5 100644 --- a/airtime_mvc/build/airtime-setup/forms/general-settings.php +++ b/airtime_mvc/build/airtime-setup/forms/general-settings.php @@ -19,6 +19,20 @@ +

The CORS URL can be setup during install if you are accessing your LibreTime instance behind a Proxy. + This is common with docker setups. If you have a reverse proxy setup enter the URL below, otherwise you + can safely ignore this. +

+
+ CORS URL
+
+
+
+ + +
+
@@ -27,6 +41,10 @@