diff --git a/astro.config.mjs b/astro.config.mjs index 5d11f40..12c6796 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -324,6 +324,7 @@ export default defineConfig({ { label: "Baby Buddy", link: "/services/babybuddy" }, { label: "Browserless", link: "/services/browserless" }, { label: "Budge", link: "/services/budge" }, + { label: "Beszel", link: "/services/beszel" }, { label: "Changedetection", link: "/services/changedetection" }, { label: "Chaskiq", link: "/services/chaskiq" }, { label: "Chatwoot", link: "/services/chatwoot" }, diff --git a/src/assets/images/services/beszel.svg b/src/assets/images/services/beszel.svg new file mode 100644 index 0000000..0bc2b10 --- /dev/null +++ b/src/assets/images/services/beszel.svg @@ -0,0 +1 @@ + diff --git a/src/assets/images/services/beszel_doc_1.png b/src/assets/images/services/beszel_doc_1.png new file mode 100644 index 0000000..77d3102 Binary files /dev/null and b/src/assets/images/services/beszel_doc_1.png differ diff --git a/src/assets/images/services/beszel_doc_2.png b/src/assets/images/services/beszel_doc_2.png new file mode 100644 index 0000000..a2fe543 Binary files /dev/null and b/src/assets/images/services/beszel_doc_2.png differ diff --git a/src/content/docs/services/beszel.mdx b/src/content/docs/services/beszel.mdx new file mode 100644 index 0000000..896afe2 --- /dev/null +++ b/src/content/docs/services/beszel.mdx @@ -0,0 +1,29 @@ +--- +title: Beszel +head: + - tag: "meta" + attrs: + property: "og:title" + content: "How to host Beszel with Coolify" +description: "Here you can find the documentation for hosting Beszel with Coolify." +--- + +![Bezsel](../../../assets/images/services/beszel.svg) + +## What is Beszel? + +Lightweight server monitoring hub with historical data, docker stats, and alerts. + +## Setup + +- Deploy Beszel using Coolify template +- In the UI, `Add a new System` +- Enter `beszel-agent` in Host/IP +- Copy the key from the modal in the `KEY` environnement variable in Beszel's docker-compose env section (Edit Docker Compose button of Beszel service in Coolify UI) + +![beszel_doc_1](../../../assets/images/services/beszel_doc_1.png) +![beszel_doc_2](../../../assets/images/services/beszel_doc_2.png) + +## Links + +- [GitHub ›](https://github.com/henrygd/beszel) diff --git a/src/content/docs/services/index.mdx b/src/content/docs/services/index.mdx index 7a8a7ab..bc4c76a 100644 --- a/src/content/docs/services/index.mdx +++ b/src/content/docs/services/index.mdx @@ -25,6 +25,7 @@ You can host ANY service with Coolify that could be containerized. - [Argilla](/docs/services/argilla) - An open-source platform for building, training, and evaluating conversational AI models. - [Authentik](/docs/services/authentik) - An open-source Identity Provider, focused on flexibility and versatility. - [Baby Buddy](/docs/services/babybuddy) - It helps parents track their baby's daily activities, growth, and health with ease. +- [Beszel](/docs/services/Beszel) - Lightweight server monitoring hub with historical data, docker stats, and alerts. - [Browserless](/docs/services/browserless) - Headless Chrome as a service. - [BudgE](/docs/services/budge) - A budgeting personal finance app. - [Change Detection](/docs/services/changedetection) - Website change detection monitor and notifications. @@ -120,4 +121,3 @@ You can host ANY service with Coolify that could be containerized. - [Whoogle](/docs/services/whoogle) - Self-hosted, ad-free, privacy-respecting metasearch engine. - [Windmill](/docs/services/windmill) - Open-source developer platform. - [WordPress](/docs/services/wordpress) - Website and blogging platform. -