Skip to content
Open
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
Binary file modified server/latest/Nextcloud_Server_Administration_Manual.pdf
Binary file not shown.
Binary file modified server/latest/Nextcloud_User_Manual.pdf
Binary file not shown.
23 changes: 23 additions & 0 deletions server/latest/admin_manual/ai/app_live_transcription.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
<li class="toctree-l2 current"><a class="current reference internal" href="#">App: Live Transcription and Translation in Nextcloud Talk (live_transcription)</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#installation">Installation</a></li>
<li class="toctree-l3"><a class="reference internal" href="#requirements">Requirements</a></li>
<li class="toctree-l3"><a class="reference internal" href="#logs">Logs</a></li>
<li class="toctree-l3"><a class="reference internal" href="#app-store">App store</a></li>
<li class="toctree-l3"><a class="reference internal" href="#repository">Repository</a></li>
<li class="toctree-l3"><a class="reference internal" href="#limitations">Limitations</a></li>
Expand Down Expand Up @@ -251,6 +252,28 @@ <h2>Requirements<a class="headerlink" href="#requirements" title="Link to this h
Please do thorough testing to confirm your hardware meets your needs.</p>
</div>
</section>
<section id="logs">
<h2>Logs<a class="headerlink" href="#logs" title="Link to this heading"></a></h2>
<div class="line-block">
<div class="line">Warnings and errors are logged to the main Nextcloud server logs.</div>
<div class="line">To inspect the detailed JSON logs for lower levels, the following commands can help.</div>
</div>
<p>To view docker stdout/err logs:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>docker<span class="w"> </span>logs<span class="w"> </span>-f<span class="w"> </span>-n400<span class="w"> </span>nc_app_live_transcription
</pre></div>
</div>
<div class="line-block">
<div class="line">To view the JSON logs:</div>
<div class="line">The logs are rotated when file size exceeds 20 MiB. The older log files are named <code class="docutils literal notranslate"><span class="pre">lt.log.1</span></code>, <code class="docutils literal notranslate"><span class="pre">lt.log.2</span></code>, and so on.</div>
</div>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>docker<span class="w"> </span><span class="nb">exec</span><span class="w"> </span>-it<span class="w"> </span>nc_app_live_transcription<span class="w"> </span>tail<span class="w"> </span>-f<span class="w"> </span>-n400<span class="w"> </span>/nc_app_live_transcription_data/logs/lt.log
</pre></div>
</div>
<p>To download the JSON logs:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>docker<span class="w"> </span>cp<span class="w"> </span>nc_app_live_transcription:/nc_app_live_transcription_data/logs/<span class="w"> </span>/tmp/nc_app_live_transcription_logs
</pre></div>
</div>
</section>
<section id="app-store">
<h2>App store<a class="headerlink" href="#app-store" title="Link to this heading"></a></h2>
<p>You can also find the app in our app store, where you can write a review: <a class="reference external" href="https://apps.nextcloud.com/apps/live_transcription">https://apps.nextcloud.com/apps/live_transcription</a></p>
Expand Down
1 change: 1 addition & 0 deletions server/latest/admin_manual/ai/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ <h1>Artificial Intelligence<a class="headerlink" href="#artificial-intelligence"
<li class="toctree-l1"><a class="reference internal" href="app_live_transcription.html">App: Live Transcription and Translation in Nextcloud Talk (live_transcription)</a><ul>
<li class="toctree-l2"><a class="reference internal" href="app_live_transcription.html#installation">Installation</a></li>
<li class="toctree-l2"><a class="reference internal" href="app_live_transcription.html#requirements">Requirements</a></li>
<li class="toctree-l2"><a class="reference internal" href="app_live_transcription.html#logs">Logs</a></li>
<li class="toctree-l2"><a class="reference internal" href="app_live_transcription.html#app-store">App store</a></li>
<li class="toctree-l2"><a class="reference internal" href="app_live_transcription.html#repository">Repository</a></li>
<li class="toctree-l2"><a class="reference internal" href="app_live_transcription.html#limitations">Limitations</a></li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -342,10 +342,6 @@ <h2>Configuring Nextcloud<a class="headerlink" href="#configuring-nextcloud" tit
</div>
<p>Put in a value in bytes (in this example, 20MB). Set <code class="docutils literal notranslate"><span class="pre">--value</span> <span class="pre">0</span></code> for no chunking at all.</p>
<p>Default is <code class="docutils literal notranslate"><span class="pre">104857600</span></code> (100 MiB).</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Changing <code class="docutils literal notranslate"><span class="pre">files.chunked_upload.max_size</span></code> will not have any performance impact on files uploaded through File Drop shares as unauthenticated file uploads are not chunked.</p>
</div>
</section>
<section id="large-file-upload-on-object-storage">
<h2>Large file upload on object storage<a class="headerlink" href="#large-file-upload-on-object-storage" title="Link to this heading"></a></h2>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3384,15 +3384,15 @@ <h3>encryption.use_legacy_base64_encoding<a class="headerlink" href="#encryption
</section>
<section id="minimum-supported-desktop-version">
<h3>minimum.supported.desktop.version<a class="headerlink" href="#minimum-supported-desktop-version" title="Link to this heading"></a></h3>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="s1">&#39;minimum.supported.desktop.version&#39;</span> <span class="o">=&gt;</span> <span class="s1">&#39;3.1.81&#39;</span><span class="p">,</span>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="s1">&#39;minimum.supported.desktop.version&#39;</span> <span class="o">=&gt;</span> <span class="s1">&#39;3.2.50&#39;</span><span class="p">,</span>
</pre></div>
</div>
<p>Specify the minimum Nextcloud desktop client version allowed to sync with this
server. Connections from earlier clients will be denied. Defaults to the
minimum officially supported version at the time of this server release.</p>
<p>Changing this may cause older, unsupported clients to malfunction, potentially
leading to data loss or unexpected behavior.</p>
<p>Defaults to <code class="docutils literal notranslate"><span class="pre">3.1.81</span></code></p>
<p>Defaults to <code class="docutils literal notranslate"><span class="pre">3.2.50</span></code></p>
</section>
<section id="maximum-supported-desktop-version">
<h3>maximum.supported.desktop.version<a class="headerlink" href="#maximum-supported-desktop-version" title="Link to this heading"></a></h3>
Expand Down
1 change: 1 addition & 0 deletions server/latest/admin_manual/contents.html
Original file line number Diff line number Diff line change
Expand Up @@ -1925,6 +1925,7 @@ <h1>Table of contents<a class="headerlink" href="#table-of-contents" title="Link
<li class="toctree-l2"><a class="reference internal" href="ai/app_live_transcription.html">App: Live Transcription and Translation in Nextcloud Talk (live_transcription)</a><ul>
<li class="toctree-l3"><a class="reference internal" href="ai/app_live_transcription.html#installation">Installation</a></li>
<li class="toctree-l3"><a class="reference internal" href="ai/app_live_transcription.html#requirements">Requirements</a></li>
<li class="toctree-l3"><a class="reference internal" href="ai/app_live_transcription.html#logs">Logs</a></li>
<li class="toctree-l3"><a class="reference internal" href="ai/app_live_transcription.html#app-store">App store</a></li>
<li class="toctree-l3"><a class="reference internal" href="ai/app_live_transcription.html#repository">Repository</a></li>
<li class="toctree-l3"><a class="reference internal" href="ai/app_live_transcription.html#limitations">Limitations</a></li>
Expand Down
2 changes: 1 addition & 1 deletion server/latest/admin_manual/desktop/troubleshooting.html
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ <h3>Command line<a class="headerlink" href="#command-line" title="Link to this h
<p>You can also open a log window for an already running session, by
restarting the client using the following command:</p>
<ul class="simple">
<li><p>Windows: <code class="docutils literal notranslate"><span class="pre">C:\Program</span> <span class="pre">Files</span> <span class="pre">(x86)\Nextcloud\nextcloud.exe</span> <span class="pre">--logwindow</span></code></p></li>
<li><p>Windows: <code class="docutils literal notranslate"><span class="pre">C:\Program</span> <span class="pre">Files\Nextcloud\nextcloud.exe</span> <span class="pre">--logwindow</span></code></p></li>
<li><p>macOS: <code class="docutils literal notranslate"><span class="pre">/Applications/nextcloud.app/Contents/MacOS/nextcloud</span> <span class="pre">--logwindow</span></code></p></li>
<li><p>Linux: <code class="docutils literal notranslate"><span class="pre">nextcloud</span> <span class="pre">--logwindow</span></code></p></li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -714,14 +714,14 @@ <h2>Installing ExApps<a class="headerlink" href="#installing-exapps" title="Link
<h2>FAQ<a class="headerlink" href="#faq" title="Link to this heading"></a></h2>
<ul class="simple">
<li><dl class="simple">
<dt>I have two graphics cards XXX with 6/8/Y GB of ram each. How can I run something which does not fit into one graphics card?</dt><dd><ul>
<dt>I have two graphics cards (e.g. NVIDIA RTX 3060) with 8 GB of VRAM each. How can I run something which does not fit into one graphics card?</dt><dd><ul>
<li><p>Distributing models across multiple GPUs is currently not supported. You will need a GPU that fits all of the model you are trying to use.</p></li>
</ul>
</dd>
</dl>
</li>
<li><dl class="simple">
<dt>I have YYY graphics card that does not supports CUDA - can I use it and how?</dt><dd><ul>
<dt>I have a graphics card that does not support CUDA - can I use it and how?</dt><dd><ul>
<li><p>No, our AI apps require GPUs with CUDA support to function at this time.</p></li>
</ul>
</dd>
Expand Down
2 changes: 1 addition & 1 deletion server/latest/admin_manual/maintenance/upgrade.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ <h2>Overview<a class="headerlink" href="#overview" title="Link to this heading">
<p>The approach used to upgrade your Nextcloud Server depends on your installation type. This
manual mainly focuses on the methods that apply to an Archive based installation. If you installed
using Snap, Docker, a pre-built VM, or a package management tool then refer to the installation
and update instructions for that installation method for the most accurate upgrading inststructions
and update instructions for that installation method for the most accurate upgrading instructions
(generally located at the distribution point for the install method you chose).</p>
<p>There are two ways to upgrade an Archive based Nextcloud Server deployment:</p>
<ul class="simple">
Expand Down
2 changes: 1 addition & 1 deletion server/latest/admin_manual/release_schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ <h3>Maintenance releases<a class="headerlink" href="#maintenance-releases" title
</section>
<section id="release-schedule">
<h2>Release schedule<a class="headerlink" href="#release-schedule" title="Link to this heading"></a></h2>
<p>New <strong>major</strong> releases of Nextcloud Server are published approximiately every sixteen weeks.</p>
<p>New <strong>major</strong> releases of Nextcloud Server are published approximately every sixteen weeks.</p>
<p>New <strong>maintenance</strong> releases are published approximately every four weeks.</p>
<section id="length-of-support-maintenance">
<h3>Length of support (“maintenance”)<a class="headerlink" href="#length-of-support-maintenance" title="Link to this heading"></a></h3>
Expand Down
2 changes: 1 addition & 1 deletion server/latest/admin_manual/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion server/latest/developer_manual/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ <h3>Here are some alternatives:</h3>

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on Apr 03, 2026.
<span class="lastupdated">Last updated on Apr 16, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ <h3>Nextcloud 20 and later<a class="headerlink" href="#nextcloud-20-and-later" t

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on Apr 03, 2026.
<span class="lastupdated">Last updated on Apr 16, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ <h2>Performance considerations<a class="headerlink" href="#performance-considera

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on Apr 03, 2026.
<span class="lastupdated">Last updated on Apr 16, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ <h4>Conflict example<a class="headerlink" href="#conflict-example" title="Link t

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on Apr 03, 2026.
<span class="lastupdated">Last updated on Apr 16, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ <h1>App development<a class="headerlink" href="#app-development" title="Link to

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on Apr 03, 2026.
<span class="lastupdated">Last updated on Apr 16, 2026.
</span></p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion server/latest/developer_manual/app_development/info.html
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on Apr 03, 2026.
<span class="lastupdated">Last updated on Apr 16, 2026.
</span></p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion server/latest/developer_manual/app_development/init.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ <h2>Initialization events<a class="headerlink" href="#initialization-events" tit

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on Apr 03, 2026.
<span class="lastupdated">Last updated on Apr 16, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ <h2>App architecture<a class="headerlink" href="#app-architecture" title="Link t

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on Apr 03, 2026.
<span class="lastupdated">Last updated on Apr 16, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ <h2>Documentation on the translation process<a class="headerlink" href="#documen

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on Apr 03, 2026.
<span class="lastupdated">Last updated on Apr 16, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ <h1>Tutorial<a class="headerlink" href="#tutorial" title="Link to this heading">

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on Apr 03, 2026.
<span class="lastupdated">Last updated on Apr 16, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on Apr 03, 2026.
<span class="lastupdated">Last updated on Apr 16, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ <h2>Internal changes<a class="headerlink" href="#internal-changes" title="Link t

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on Apr 03, 2026.
<span class="lastupdated">Last updated on Apr 16, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ <h3>Removed APIs<a class="headerlink" href="#id1" title="Link to this heading">

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on Apr 03, 2026.
<span class="lastupdated">Last updated on Apr 16, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ <h3>Removed APIs<a class="headerlink" href="#removed-apis" title="Link to this h

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on Apr 03, 2026.
<span class="lastupdated">Last updated on Apr 16, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ <h2>Behavioral changes<a class="headerlink" href="#behavioral-changes" title="Li

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on Apr 03, 2026.
<span class="lastupdated">Last updated on Apr 16, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ <h2>Behavioral changes<a class="headerlink" href="#behavioral-changes" title="Li

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on Apr 03, 2026.
<span class="lastupdated">Last updated on Apr 16, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ <h3>Changed APIs<a class="headerlink" href="#changed-apis" title="Link to this h

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on Apr 03, 2026.
<span class="lastupdated">Last updated on Apr 16, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ <h3>Removed from public namespace<a class="headerlink" href="#removed-from-publi

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on Apr 03, 2026.
<span class="lastupdated">Last updated on Apr 16, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ <h3>Replaced well-known handler API<a class="headerlink" href="#replaced-well-kn

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on Apr 03, 2026.
<span class="lastupdated">Last updated on Apr 16, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ <h3>Deprecated APIs<a class="headerlink" href="#deprecated-apis" title="Link to

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on Apr 03, 2026.
<span class="lastupdated">Last updated on Apr 16, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ <h3>Deprecated APIs<a class="headerlink" href="#id1" title="Link to this heading

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on Apr 03, 2026.
<span class="lastupdated">Last updated on Apr 16, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ <h3>Entity slug deprecation<a class="headerlink" href="#entity-slug-deprecation"

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on Apr 03, 2026.
<span class="lastupdated">Last updated on Apr 16, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ <h3>Removed APIs<a class="headerlink" href="#removed-apis" title="Link to this h

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on Apr 03, 2026.
<span class="lastupdated">Last updated on Apr 16, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ <h2>Deprecated<a class="headerlink" href="#deprecated" title="Link to this headi

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on Apr 03, 2026.
<span class="lastupdated">Last updated on Apr 16, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ <h3>Changed APIs<a class="headerlink" href="#id7" title="Link to this heading">

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on Apr 03, 2026.
<span class="lastupdated">Last updated on Apr 16, 2026.
</span></p>
</div>

Expand Down
Loading