Skip to content

Commit

Permalink
Merge pull request #82 from FranckKe/add_beszel_service
Browse files Browse the repository at this point in the history
Add Beszel service
  • Loading branch information
peaklabs-dev authored Dec 2, 2024
2 parents a9d43e9 + e170126 commit 60b2b9c
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 1 deletion.
1 change: 1 addition & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down
1 change: 1 addition & 0 deletions src/assets/images/services/beszel.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/services/beszel_doc_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/services/beszel_doc_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions src/content/docs/services/beszel.mdx
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion src/content/docs/services/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.

0 comments on commit 60b2b9c

Please sign in to comment.