Trimmed monorepo checkout (fluxer_desktop + packages/voice_engine_v2 + tools/ci) with a "Connect to a Different Server" menu item and popout that lets the desktop app switch to any self-hosted Fluxer instance, plus fixes for well-known discovery on single-domain self-hosted deployments and a false-positive ERR_ABORTED on same-origin client redirects during the switch. Defaults to chat.fluxr.chat and uses an isolated userData directory from the official build.
19 lines
280 B
INI
19 lines
280 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
max_line_length = 120
|
|
indent_style = tab
|
|
indent_size = 2
|
|
|
|
[*.{yml,yaml,Dockerfile}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[justfile]
|
|
indent_style = space
|
|
indent_size = 4
|