diff --git a/docker/lnd-ui/Dockerfile b/docker/lnd-ui/Dockerfile new file mode 100644 index 00000000..64b64dfb --- /dev/null +++ b/docker/lnd-ui/Dockerfile @@ -0,0 +1,22 @@ +FROM docker.io/library/nginx:alpine + +# Copy the HTML file +COPY index.html /usr/share/nginx/html/ +COPY tailwind.css /usr/share/nginx/html/ +COPY qrcode.js /usr/share/nginx/html/ + +# Create directories for assets +RUN mkdir -p /usr/share/nginx/html/assets/img/app-icons && \ + mkdir -p /usr/share/nginx/html/assets/img + +# Copy assets +COPY lnd.svg /usr/share/nginx/html/assets/img/app-icons/ +COPY bg-web5.jpg /usr/share/nginx/html/assets/img/ +COPY bg-intro.jpg /usr/share/nginx/html/assets/img/ + +# Copy nginx config +COPY nginx.conf /etc/nginx/conf.d/default.conf + +EXPOSE 80 + +CMD ["nginx", "-g", "daemon off;"] diff --git a/docker/lnd-ui/bg-intro.jpg b/docker/lnd-ui/bg-intro.jpg new file mode 100644 index 00000000..b6cbf4f5 Binary files /dev/null and b/docker/lnd-ui/bg-intro.jpg differ diff --git a/docker/lnd-ui/bg-web5.jpg b/docker/lnd-ui/bg-web5.jpg new file mode 100644 index 00000000..cdd3f468 Binary files /dev/null and b/docker/lnd-ui/bg-web5.jpg differ diff --git a/docker/lnd-ui/index.html b/docker/lnd-ui/index.html new file mode 100644 index 00000000..153be432 --- /dev/null +++ b/docker/lnd-ui/index.html @@ -0,0 +1,657 @@ + + +
+ + + +Lightning Network Daemon for instant Bitcoin payments
+—
+Node Status
+—
+Channels
+0
+REST API
+—
+gRPC
+—
+Balance, Receive, and Send will appear here when connected to your node.
+Spendable
+—
+Lightning
+—
+Total
+—
+Recent activity will be listed here.
+Use a wallet like Zeus, Zap, or BlueWallet to connect remotely.
+ + +| '; + } + + qrHtml += ' |