From a8b98c9226adfa693ff9d2197339125fbf5b2dd8 Mon Sep 17 00:00:00 2001 From: Daniel Stock Date: Fri, 31 May 2024 15:01:11 +0200 Subject: [PATCH] make the fallback page useful, fixes #3 --- index.html | 168 +++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 156 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index 4b90ff9..d4629d2 100644 --- a/index.html +++ b/index.html @@ -6,32 +6,176 @@ Tooloop Kiosk Browser -

Tooloop Kiosk Browser

-

www.tooloop.de

+
+ + + + +
+
+

Add your content

+

You can load a local page or an online ressource.

+

+ Put your local content in /assets/data/index.html + or configure a URL in the config file (→ see Configuration). +

+
+ +
+

Configuration

+

If you need a config file, put it in either of these locations:

+
    +
  1. /assets/presentation/config.json
  2. +
  3. The application folder
  4. +
+

Here is an example:

+

+

{
+    "url": "https://www.tooloop.de",
+    "allowedDomains": [
+        "tooloop.de",
+        "www.tooloop.de"
+    ],
+    "logPath": "/assets/logs/Tooloop-Kiosk-Browser.log"
+}
+

+
+
+ +
\ No newline at end of file