Add reference to bewcloud-nixos to README.md (#126)

* Add reference to `bewcloud-nixos` to README.md

As requested in https://github.com/bewcloud/bewcloud/pull/125#issuecomment-3612270900.

* Add suggestion

* Add suggestion

---------

Co-authored-by: Bruno Bernardino <me@brunobernardino.com>
This commit is contained in:
Erin of Yukis 2025-12-05 17:12:41 +00:00 committed by GitHub
parent 87d6904261
commit cfa21e6089
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@ If you're looking for the mobile app, it's at [`bewcloud-mobile`](https://github
[![Buy managed cloud (1 month)](https://img.shields.io/badge/Buy%20managed%20cloud%20(1%20month)-51a4fb?style=for-the-badge)](https://buy.stripe.com/fZu8wOb5RfIydj56FA1gs0J)
Or on your own machine, start with these commands:
Or, to run on your own machine using Docker, start with these commands:
```sh
mkdir data-files data-radicale radicale-config # local directories for storing user-uploaded files, radicale data, and radicale config (these last two are necessary only if you're using CalDav/CardDav/Contacts)
@ -39,6 +39,8 @@ docker compose run --rm website bash -c "cd /app && make migrate-db" # initializ
>
> `1993:1993` above comes from deno's [docker image](https://github.com/denoland/deno_docker/blob/2abfe921484bdc79d11c7187a9d7b59537457c31/ubuntu.dockerfile#L20-L22) where `1993` is the default user id in it. It might change in the future since I don't control it.
See the [Community Links](#community-links) section for alternative ways of running bewCloud yourself; please be aware these are not officially endorsed.
If you're interested in building/contributing, check the [Development section below](#development).
> [!IMPORTANT]
@ -117,3 +119,8 @@ You can simply `ln -s /<absolute-path-to-data-files>/<owner-user-id>/<directory-
## How does it look?
[Check the website](https://bewcloud.com) for screenshots or [the YouTube channel](https://www.youtube.com/@bewCloud) for 1-minute demos.
## Community Links
* [`bewcloud-nixos`](https://gitlab.com/ntninja/bewcloud-nixos/) by @ntninja exposes bewCloud as a NixOS integration as an alternative to using Docker or running the app locally.
* For installation and known limitations, please see its [README](https://gitlab.com/ntninja/bewcloud-nixos/-/blob/main/README.md).