diff --git a/webinstaller/app.py b/webinstaller/app.py index 882fa7c..53c9f46 100644 --- a/webinstaller/app.py +++ b/webinstaller/app.py @@ -1,3 +1,7 @@ +# ruff: noqa: E501 — inline HTML/CSS/JS payloads (_INDEX_HTML, _STYLE_CSS, +# _CADDYFILE, _FURTKA_STATUS_SH, etc.) round-trip verbatim to the installed +# system; wrapping them hurts readability and the rendered output is what +# matters. import base64 import json import os @@ -192,7 +196,14 @@ _INDEX_HTML = """\

Running on __HOSTNAME__

-
+
+

Your apps

+ +
+ +

System status

@@ -211,9 +222,17 @@ _INDEX_HTML = """\

Updated

-
-

Apps

-

Manage installed apps →

+
+

Coming next

+
+

Features we're building — follow progress on furtka.org.

+ Photos + Smart home + Media streaming + Multiple boxes + Secure link + User accounts +