diff --git a/fluxer_docs/docs/operator/get-started.md b/fluxer_docs/docs/operator/get-started.md index c75b31849..b2a4de764 100644 --- a/fluxer_docs/docs/operator/get-started.md +++ b/fluxer_docs/docs/operator/get-started.md @@ -2,6 +2,9 @@ Run your own Fluxer instance with Docker Compose. This guide takes you from a fresh server to a working self-hosted instance with the web app, API, gateway, admin dashboard, media uploads, search, storage, and voice signaling behind one public hostname. +!!! info "Desktop client support is coming very soon" + The desktop client cannot connect to self-hosted instances yet, so reach your instance through the web app in the meantime. Support is actively being worked on and lands very soon. You can track the progress in [issue #1088](https://github.com/fluxerapp/fluxer/issues/1088#issuecomment-4951728735). + ## Requirements - A Linux server or VM that can run Docker Engine. diff --git a/fluxer_docs/zensical.toml b/fluxer_docs/zensical.toml index 2f6754350..5febf7a26 100644 --- a/fluxer_docs/zensical.toml +++ b/fluxer_docs/zensical.toml @@ -338,16 +338,16 @@ logo = "assets/logo.svg" # Read more: # - https://zensical.org/docs/setup/colors/ # ---------------------------------------------------------------------------- -[[project.theme.palette]] -scheme = "default" -toggle.icon = "lucide/sun" -toggle.name = "Switch to dark mode" - [[project.theme.palette]] scheme = "slate" toggle.icon = "lucide/moon" toggle.name = "Switch to light mode" +[[project.theme.palette]] +scheme = "default" +toggle.icon = "lucide/sun" +toggle.name = "Switch to dark mode" + # ---------------------------------------------------------------------------- # The "extra" section contains miscellaneous settings. # ----------------------------------------------------------------------------