Welcome To Our Shell

Mister Spy & Souheyl Bypass Shell

Current Path : /usr/share/doc/nextcloud-desktop/html/

Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Upload File :
Current File : //usr/share/doc/nextcloud-desktop/html/conffile.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>&lt;no title&gt; &#8212; Nextcloud Client Manual 2.4.0 documentation</title>
    <link rel="stylesheet" href="_static/classic.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    
    <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
    <script type="text/javascript" src="_static/jquery.js"></script>
    <script type="text/javascript" src="_static/underscore.js"></script>
    <script type="text/javascript" src="_static/doctools.js"></script>
    <script type="text/javascript" src="_static/language_data.js"></script>
    
    <link rel="index" title="Index" href="genindex.html" />
    <link rel="search" title="Search" href="search.html" /> 
  </head><body>
    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="nav-item nav-item-0"><a href="index.html">Client Manual</a> &#187;</li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body" role="main">
            
  <p>The Nextcloud Client reads a configuration file.  You can locate this configuration file as follows:</p>
<dl class="docutils">
<dt>On Linux distributions:</dt>
<dd><code class="docutils literal notranslate"><span class="pre">$HOME/.config/Nextcloud/nextcloud.cfg</span></code></dd>
<dt>On Microsoft Windows systems:</dt>
<dd><code class="docutils literal notranslate"><span class="pre">%APPDATA%\Nextcloud\nextcloud.cfg</span></code></dd>
<dt>On macOS systems:</dt>
<dd><code class="docutils literal notranslate"><span class="pre">$HOME/Library/Preferences/Nextcloud/nextcloud.cfg</span></code></dd>
</dl>
<p>The configuration file contains settings using the Microsoft Windows .ini file
format. You can overwrite changes using the Nextcloud configuration dialog.</p>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p class="last">Use caution when making changes to the Nextcloud Client configuration
file.  Incorrect settings can produce unintended results.</p>
</div>
<p>Some interesting values that can be set on the configuration file are:</p>
<table border="1" class="docutils">
<colgroup>
<col width="22%" />
<col width="10%" />
<col width="68%" />
</colgroup>
<thead valign="bottom">
<tr class="row-odd"><th class="head" colspan="3"><code class="docutils literal notranslate"><span class="pre">[Nextcloud]</span></code> section</th>
</tr>
</thead>
<tbody valign="top">
<tr class="row-even"><td>Variable</td>
<td>Default</td>
<td>Meaning</td>
</tr>
<tr class="row-odd"><td><code class="docutils literal notranslate"><span class="pre">remotePollInterval</span></code></td>
<td><code class="docutils literal notranslate"><span class="pre">30000</span></code></td>
<td>Specifies the poll time for the remote repository in milliseconds.</td>
</tr>
<tr class="row-even"><td><code class="docutils literal notranslate"><span class="pre">forceSyncInterval</span></code></td>
<td><code class="docutils literal notranslate"><span class="pre">7200000</span></code></td>
<td>The duration of no activity after which a synchronization run shall be triggered automatically.</td>
</tr>
<tr class="row-odd"><td><code class="docutils literal notranslate"><span class="pre">fullLocalDiscoveryInterval</span></code></td>
<td><code class="docutils literal notranslate"><span class="pre">3600000</span></code></td>
<td>The interval after which the next synchronization will perform a full local discovery.</td>
</tr>
<tr class="row-even"><td><code class="docutils literal notranslate"><span class="pre">notificationRefreshInterval</span></code></td>
<td><code class="docutils literal notranslate"><span class="pre">300000</span></code></td>
<td>Specifies the default interval of checking for new server notifications in milliseconds.</td>
</tr>
</tbody>
</table>
<table border="1" class="docutils">
<colgroup>
<col width="22%" />
<col width="10%" />
<col width="68%" />
</colgroup>
<thead valign="bottom">
<tr class="row-odd"><th class="head" colspan="3"><code class="docutils literal notranslate"><span class="pre">[General]</span></code> section</th>
</tr>
</thead>
<tbody valign="top">
<tr class="row-even"><td>Variable</td>
<td>Default</td>
<td>Meaning</td>
</tr>
<tr class="row-odd"><td><code class="docutils literal notranslate"><span class="pre">chunkSize</span></code></td>
<td><code class="docutils literal notranslate"><span class="pre">5242880</span></code></td>
<td>Specifies the chunk size of uploaded files in bytes.</td>
</tr>
<tr class="row-even"><td><code class="docutils literal notranslate"><span class="pre">promptDeleteAllFiles</span></code></td>
<td><code class="docutils literal notranslate"><span class="pre">true</span></code></td>
<td>If a UI prompt should ask for confirmation if it was detected that all files and folders were deleted.</td>
</tr>
<tr class="row-odd"><td><code class="docutils literal notranslate"><span class="pre">maxLogLines</span></code></td>
<td><code class="docutils literal notranslate"><span class="pre">20000</span></code></td>
<td>Specifies the maximum number of log lines displayed in the log window.</td>
</tr>
<tr class="row-even"><td><code class="docutils literal notranslate"><span class="pre">timeout</span></code></td>
<td><code class="docutils literal notranslate"><span class="pre">300</span></code></td>
<td>The timeout for network connections in seconds.</td>
</tr>
<tr class="row-odd"><td><code class="docutils literal notranslate"><span class="pre">moveToTrash</span></code></td>
<td><code class="docutils literal notranslate"><span class="pre">false</span></code></td>
<td>If non-locally deleted files should be moved to trash instead of deleting them completely.
This option only works on linux</td>
</tr>
</tbody>
</table>
<table border="1" class="docutils">
<colgroup>
<col width="22%" />
<col width="10%" />
<col width="68%" />
</colgroup>
<thead valign="bottom">
<tr class="row-odd"><th class="head" colspan="3"><code class="docutils literal notranslate"><span class="pre">[Proxy]</span></code> section</th>
</tr>
</thead>
<tbody valign="top">
<tr class="row-even"><td>Variable</td>
<td>Default</td>
<td>Meaning</td>
</tr>
<tr class="row-odd"><td><code class="docutils literal notranslate"><span class="pre">host</span></code></td>
<td><code class="docutils literal notranslate"><span class="pre">127.0.0.1</span></code></td>
<td>The address of the proxy server.</td>
</tr>
<tr class="row-even"><td><code class="docutils literal notranslate"><span class="pre">port</span></code></td>
<td><code class="docutils literal notranslate"><span class="pre">8080</span></code></td>
<td>The port were the proxy is listening.</td>
</tr>
<tr class="row-odd"><td rowspan="4"><code class="docutils literal notranslate"><span class="pre">type</span></code></td>
<td rowspan="4"><code class="docutils literal notranslate"><span class="pre">2</span></code></td>
<td><code class="docutils literal notranslate"><span class="pre">0</span></code> for System Proxy.</td>
</tr>
<tr class="row-even"><td><code class="docutils literal notranslate"><span class="pre">1</span></code> for SOCKS5 Proxy.</td>
</tr>
<tr class="row-odd"><td><code class="docutils literal notranslate"><span class="pre">2</span></code> for No Proxy.</td>
</tr>
<tr class="row-even"><td><code class="docutils literal notranslate"><span class="pre">3</span></code> for HTTP(S) Proxy.</td>
</tr>
</tbody>
</table>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
        <div class="sphinxsidebarwrapper">
  <div role="note" aria-label="source link">
    <h3>This Page</h3>
    <ul class="this-page-menu">
      <li><a href="_sources/conffile.rst.txt"
            rel="nofollow">Show Source</a></li>
    </ul>
   </div>
<div id="searchbox" style="display: none" role="search">
  <h3>Quick search</h3>
    <div class="searchformwrapper">
    <form class="search" action="search.html" method="get">
      <input type="text" name="q" />
      <input type="submit" value="Go" />
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
    </div>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             >index</a></li>
        <li class="nav-item nav-item-0"><a href="index.html">Client Manual</a> &#187;</li> 
      </ul>
    </div>
    <div class="footer" role="contentinfo">
        &#169; Copyright 2013-2020, The Nextcloud developers.
      Last updated on Mar 24, 2020.
    </div>
  </body>
</html>

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped) Email: contact@elmoujehidin.net