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).
+
diff --git a/index.html b/index.html index 4b90ff9..d4629d2 100644 --- a/index.html +++ b/index.html @@ -6,32 +6,176 @@
www.tooloop.de
+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).
+
If you need a config file, put it in either of these locations:
+/assets/presentation/config.jsonHere is an example:
++
{
+ "url": "https://www.tooloop.de",
+ "allowedDomains": [
+ "tooloop.de",
+ "www.tooloop.de"
+ ],
+ "logPath": "/assets/logs/Tooloop-Kiosk-Browser.log"
+}
+
+