mirror of
https://github.com/fankes/beszel.git
synced 2025-10-19 01:39:34 +08:00
update readme and notifications link
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import { t } from "@lingui/core/macro";
|
import { t } from "@lingui/core/macro"
|
||||||
import { Trans } from "@lingui/react/macro";
|
import { Trans } from "@lingui/react/macro"
|
||||||
import { Button } from "@/components/ui/button"
|
import { Button } from "@/components/ui/button"
|
||||||
import { Input } from "@/components/ui/input"
|
import { Input } from "@/components/ui/input"
|
||||||
import { Label } from "@/components/ui/label"
|
import { Label } from "@/components/ui/label"
|
||||||
@@ -128,7 +128,7 @@ const SettingsNotificationsPage = ({ userSettings }: { userSettings: UserSetting
|
|||||||
<p className="text-sm text-muted-foreground leading-relaxed">
|
<p className="text-sm text-muted-foreground leading-relaxed">
|
||||||
<Trans>
|
<Trans>
|
||||||
Beszel uses{" "}
|
Beszel uses{" "}
|
||||||
<a href="https://containrrr.dev/shoutrrr/services/overview/" target="_blank" className="link">
|
<a href="https://beszel.dev/guide/notifications" target="_blank" className="link">
|
||||||
Shoutrrr
|
Shoutrrr
|
||||||
</a>{" "}
|
</a>{" "}
|
||||||
to integrate with popular notification services.
|
to integrate with popular notification services.
|
||||||
|
@@ -4,12 +4,12 @@ Beszel is a lightweight server monitoring platform that includes Docker statisti
|
|||||||
|
|
||||||
It has a friendly web interface, simple configuration, and is ready to use out of the box. It supports automatic backup, multi-user, OAuth authentication, and API access.
|
It has a friendly web interface, simple configuration, and is ready to use out of the box. It supports automatic backup, multi-user, OAuth authentication, and API access.
|
||||||
|
|
||||||
[](https://hub.docker.com/r/henrygd/beszel-agent)
|
[](https://hub.docker.com/r/henrygd/beszel-agent)
|
||||||
[](https://hub.docker.com/r/henrygd/beszel)
|
[](https://hub.docker.com/r/henrygd/beszel)
|
||||||
[](https://github.com/henrygd/beszel/blob/main/LICENSE)
|
[](https://github.com/henrygd/beszel/blob/main/LICENSE)
|
||||||
[](https://crowdin.com/project/beszel)
|
[](https://crowdin.com/project/beszel)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user