diff --git a/lib/towerops_web/components/layouts.ex b/lib/towerops_web/components/layouts.ex index 71592f60..52e5f57c 100644 --- a/lib/towerops_web/components/layouts.ex +++ b/lib/towerops_web/components/layouts.ex @@ -612,6 +612,14 @@ defmodule ToweropsWeb.Layouts do
Copyright © {Date.utc_today().year} Towerops
++ <.link + navigate={~p"/privacy"} + class="hover:text-gray-900 dark:hover:text-gray-200 underline decoration-dotted underline-offset-2" + > + Privacy Policy + +
Last deploy {@time_ago} · {@formatted_time}
diff --git a/lib/towerops_web/controllers/page_controller.ex b/lib/towerops_web/controllers/page_controller.ex index c5c230a4..13032022 100644 --- a/lib/towerops_web/controllers/page_controller.ex +++ b/lib/towerops_web/controllers/page_controller.ex @@ -11,4 +11,8 @@ defmodule ToweropsWeb.PageController do render(conn, :home, layout: false) end end + + def privacy(conn, _params) do + render(conn, :privacy) + end end diff --git a/lib/towerops_web/controllers/page_html/privacy.html.heex b/lib/towerops_web/controllers/page_html/privacy.html.heex new file mode 100644 index 00000000..e39efc3b --- /dev/null +++ b/lib/towerops_web/controllers/page_html/privacy.html.heex @@ -0,0 +1,117 @@ ++ Last updated: {Date.utc_today() |> Calendar.strftime("%B %d, %Y")} +
++ At Towerops, we value your privacy. This policy outlines how we collect, use, and protect your data when you use our network monitoring platform. +
++ We collect and store information necessary to provide our network monitoring services, including: +
++ + Your data is used exclusively for providing our monitoring services to you. + + We will never sell, trade, or expose your data to third parties for marketing or any other purposes. +
++ We implement industry-standard security measures to protect your data: +
++ We retain your data for as long as your account is active and as necessary to provide our services. Time-series monitoring data is retained according to your subscription plan. When you delete your account, we will delete your data within 30 days, except where we are required to retain it for legal or compliance purposes. +
++ We use limited third-party services to operate our platform: +
++ These services are bound by their own privacy policies and are used solely to deliver our services to you. +
++ You have the right to: +
++ We use essential cookies to maintain your session and preferences. We do not use third-party tracking or advertising cookies. +
++ We may update this privacy policy from time to time. We will notify you of any significant changes by email or through our platform. +
++ If you have questions about this privacy policy or how we handle your data, please contact us at privacy@towerops.net. +
+