[object Object]

← back to Fleet Tv

snapshot: 2 file(s) changed, +1 new, ~1 modified

97baf34b7f0a17e2accb1eac427af113fdf6d72c · 2026-05-13 08:57:53 -0700 · Steve

Files touched

Diff

commit 97baf34b7f0a17e2accb1eac427af113fdf6d72c
Author: Steve <steve@designerwallcoverings.com>
Date:   Wed May 13 08:57:53 2026 -0700

    snapshot: 2 file(s) changed, +1 new, ~1 modified
---
 ecosystem.config.cjs | 20 ++++++++++++++++++++
 public/index.html    |  2 ++
 2 files changed, 22 insertions(+)

diff --git a/ecosystem.config.cjs b/ecosystem.config.cjs
new file mode 100644
index 0000000..48c22cf
--- /dev/null
+++ b/ecosystem.config.cjs
@@ -0,0 +1,20 @@
+module.exports = {
+  apps: [{
+    name: "fleet-tv",
+    script: "server.js",
+    cwd: __dirname,
+    env: {
+      PORT: "9913",
+      NEXT_TELEMETRY_DISABLED: "1",
+      VITE_HOST: "0.0.0.0",
+      HOSTNAME: "0.0.0.0",
+      GUNICORN_BIND: "0.0.0.0:8000",
+      UVICORN_HOST: "0.0.0.0",
+      FLASK_RUN_HOST: "0.0.0.0",
+      BIND: "0.0.0.0",
+      HOST: "0.0.0.0",
+    },
+    autorestart: true,
+    max_memory_restart: "300M",
+  }],
+};
diff --git a/public/index.html b/public/index.html
index aa0cad9..3497774 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,6 +1,8 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
+    <link rel="icon" type="image/svg+xml" href="/favicon.svg">
+
 <meta charset="UTF-8">
 <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
 <title>Fleet TV — every site, on the wall</title>

← dcbe0c8 fleet-tv: broaden channel list beyond DW micro-sites — added  ·  back to Fleet Tv  ·  gitignore: broaden bak/swp/orig/rej exclusions fdc5121 →