Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions _shared_assets/_desktop_account_setup_options.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
.. Shared parameter table for desktop account provisioning commands.

.. list-table::
:header-rows: 1
:class: configuration-table
:widths: 32 18 50

* - Parameter
- Default
- Description
* - ``--userid <user>``
- Required
- User ID for the account to create.
* - ``--serverurl <url>``
- Required
- Base URL of the Nextcloud server, for example ``https://cloud.example.com``.
* - ``--apppassword <password>``
- Not set
- App password for the account. If omitted, the account is saved and you must log in from the desktop app later.
* - ``--localdirpath <path>``
- Suggested folder
- Local sync folder. If omitted, use the folder suggested by the setup wizard. An existing folder must be empty.
Ignored when macOS File Provider mode is enabled.
* - ``--remotedirpath <path>``
- ``/``
- Remote folder for the new classic sync connection. Applies when a local sync folder is created.
* - ``--isvfsenabled <0|1>``
- ``0``
- Use ``1`` to request virtual files for the new classic sync folder, where supported, or ``0`` to download
files. This does not enable macOS File Provider mode.

12 changes: 12 additions & 0 deletions _shared_assets/static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,18 @@ table.docutils {
width: 100%;
}

.rst-content table.configuration-table {
width: 100%;
table-layout: fixed;
}

.rst-content table.configuration-table th,
.rst-content table.configuration-table td,
.rst-content table.configuration-table code {
white-space: normal;
overflow-wrap: anywhere;
}

/* Version picker lists — 2-column grid, emoji as absolute ::before bullet */
.rst-versions .rst-other-versions {
padding-left: 26px;
Expand Down
3 changes: 3 additions & 0 deletions user_manual/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@
# https://documatt.gitlab.io/sphinx-reredirects/usage.html

redirects = {
'desktop/options': 'advanced_configuration.html',
'desktop/configfile': 'advanced_configuration.html',
'desktop/envvars': 'advanced_configuration.html',
# Renamed 2026-06
'desktop/macosvfs': 'desktop/macosfileprovider',
}
Loading
Loading