Skip to content

Commit

Permalink
Clarify that BSD OSs are not supported (#5465)
Browse files Browse the repository at this point in the history
  • Loading branch information
louislam authored Dec 22, 2024
2 parents 97cbaac + 0b76e19 commit be2faf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ Requirements:
- Platform
- ✅ Major Linux distros such as Debian, Ubuntu, CentOS, Fedora and ArchLinux etc.
- ✅ Windows 10 (x64), Windows Server 2012 R2 (x64) or higher
- ❌ FreeBSD / OpenBSD / NetBSD
- ❌ Replit / Heroku
- [Node.js](https://nodejs.org/en/download/) 18 / 20.4
- [npm](https://docs.npmjs.com/cli/) 9
Expand Down

4 comments on commit be2faf6

@rob4226
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What makes it that BSD is not supported by a nodejs app? Does unsupported just mean it is not tested on BSD so don't expect support? Been running nicely on FreeBSD for a couple years now so that's why I'm asking.

@louislam
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rob4226 Some features like the real browser monitor and the ping monitor are not possible at the moment due to upstream limitation. However, if you don't use them, Uptime Kuma should be working on FreeBSD.

@rob4226
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@louislam Ok thank you for the clarification!

@supriyo-biswas
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@louislam Might it not be better to say "some features unavailable" instead of unsupported?

Please sign in to comment.