diff --git a/.dockerignore b/.dockerignore
index 30c1abb..6d2eaaa 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -1,2 +1 @@
-.github/
-dev/
\ No newline at end of file
+.github/
\ No newline at end of file
diff --git a/assets/tailwind.config.js b/assets/tailwind.config.js
index 1174033..bd10a21 100644
--- a/assets/tailwind.config.js
+++ b/assets/tailwind.config.js
@@ -14,7 +14,7 @@ module.exports = {
theme: {
extend: {
colors: {
- brand: "#FD4F00",
+ brand: "#ef4444",
}
},
},
diff --git a/lib/exstream_web/components/layouts/root.html.heex b/lib/exstream_web/components/layouts/root.html.heex
index b2745ca..a25f5b3 100644
--- a/lib/exstream_web/components/layouts/root.html.heex
+++ b/lib/exstream_web/components/layouts/root.html.heex
@@ -4,7 +4,7 @@
- <.live_title suffix=" ยท Phoenix Framework">
+ <.live_title>
<%= assigns[:page_title] || "Exstream" %>
diff --git a/lib/exstream_web/controllers/page_controller.ex b/lib/exstream_web/controllers/page_controller.ex
index d35cd71..b630ffc 100644
--- a/lib/exstream_web/controllers/page_controller.ex
+++ b/lib/exstream_web/controllers/page_controller.ex
@@ -1,6 +1,13 @@
defmodule ExstreamWeb.PageController do
use ExstreamWeb, :controller
+ def index(conn, %{"path" => path, "duration" => duration}) do
+ render(conn
+ |> assign(:path, path)
+ |> assign(:duration, duration),
+ :index, layout: false)
+ end
+
def home(conn, _params) do
# The home page is often custom made,
# so skip the default app layout.
diff --git a/lib/exstream_web/controllers/page_html/home.html.heex b/lib/exstream_web/controllers/page_html/home.html.heex
index 63a4d04..4c49dd0 100644
--- a/lib/exstream_web/controllers/page_html/home.html.heex
+++ b/lib/exstream_web/controllers/page_html/home.html.heex
@@ -1,11 +1,133 @@
-
+ Simple HLS HTTP server. Agnostic and on-demand. +
++ Self host and serve your own static media files with fewer moving parts. Coming soon out of the box integration with Midarr server allows you to enjoy your media for fun or at scale. +
+- Peace of mind from prototype to production. -
\ No newline at end of file +