docs: default to dark theme and note desktop self-hosting support (#1616)

This commit is contained in:
Hampus
2026-08-15 13:05:27 +02:00
committed by GitHub
parent ea1fac588a
commit fca5f63b9e
2 changed files with 8 additions and 5 deletions
+3
View File
@@ -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.
+5 -5
View File
@@ -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.
# ----------------------------------------------------------------------------