From c51043d72acddb5027b90cd8c489c0f078ef9b06 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Thu, 12 Jun 2025 23:30:08 +0200 Subject: [PATCH] more work on aqhome-cgi. --- 0BUILD | 2 + apps/aqhome-cgi/0BUILD | 5 +- apps/aqhome-cgi/README | 14 + apps/aqhome-cgi/main.c | 156 ++++++++++ apps/aqhome-cgi/modules/0BUILD | 84 ++++++ apps/aqhome-cgi/modules/mroot.c | 109 +++++++ apps/aqhome-cgi/modules/mroot.h | 27 ++ apps/aqhome-cgi/modules/mroot_p.h | 18 ++ apps/aqhome-cgi/modules/mservice.c | 284 ++++++++++++++++++ apps/aqhome-cgi/modules/mservice.h | 46 +++ apps/aqhome-cgi/modules/mservice_p.h | 27 ++ apps/aqhome-cgi/modules/static/0BUILD | 7 + apps/aqhome-cgi/modules/static/en/0BUILD | 13 + apps/aqhome-cgi/modules/static/en/footer.html | 4 + apps/aqhome-cgi/modules/static/en/header.html | 17 ++ apps/aqhome-cgi/modules/static/en/login.html | 25 ++ apps/aqhome-cgi/service_file.h | 1 + aqhome-cgi.sh | 14 + 18 files changed, 852 insertions(+), 1 deletion(-) create mode 100644 apps/aqhome-cgi/README create mode 100644 apps/aqhome-cgi/modules/0BUILD create mode 100644 apps/aqhome-cgi/modules/mroot.c create mode 100644 apps/aqhome-cgi/modules/mroot.h create mode 100644 apps/aqhome-cgi/modules/mroot_p.h create mode 100644 apps/aqhome-cgi/modules/mservice.c create mode 100644 apps/aqhome-cgi/modules/mservice.h create mode 100644 apps/aqhome-cgi/modules/mservice_p.h create mode 100644 apps/aqhome-cgi/modules/static/0BUILD create mode 100644 apps/aqhome-cgi/modules/static/en/0BUILD create mode 100644 apps/aqhome-cgi/modules/static/en/footer.html create mode 100644 apps/aqhome-cgi/modules/static/en/header.html create mode 100644 apps/aqhome-cgi/modules/static/en/login.html create mode 100644 aqhome-cgi.sh diff --git a/0BUILD b/0BUILD index c6780a5..2e817b5 100644 --- a/0BUILD +++ b/0BUILD @@ -51,6 +51,8 @@ $(includedir)/aqhome/$(package) $(datadir)/$(package) + /var/www +