mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
Deployed 5582842d to 13.0 with MkDocs 1.6.1 and mike 2.1.3
This commit is contained in:
parent
52d24dc9b7
commit
f5423f151b
|
|
@ -4471,6 +4471,30 @@
|
|||
</label>
|
||||
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#130" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
13.0
|
||||
</span>
|
||||
</a>
|
||||
|
||||
<nav class="md-nav" aria-label="13.0">
|
||||
<ul class="md-nav__list">
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#1306-beta-2025-07-15" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
13.0.6 beta (2025-07-15)
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#120" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
|
|
@ -5509,6 +5533,30 @@
|
|||
</label>
|
||||
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#130" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
13.0
|
||||
</span>
|
||||
</a>
|
||||
|
||||
<nav class="md-nav" aria-label="13.0">
|
||||
<ul class="md-nav__list">
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#1306-beta-2025-07-15" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
13.0.6 beta (2025-07-15)
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#120" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
|
|
@ -6459,6 +6507,22 @@
|
|||
<blockquote>
|
||||
<p>You can check Seafile release table to find the lifetime of each release and current supported OS: <a href="https://cloud.seatable.io/dtable/external-links/a85d4221e41344c19566/?tid=0000&vid=0000">https://cloud.seatable.io/dtable/external-links/a85d4221e41344c19566/?tid=0000&vid=0000</a></p>
|
||||
</blockquote>
|
||||
<h2 id="130">13.0<a class="headerlink" href="#130" title="Permanent link">¶</a></h2>
|
||||
<p><strong>Upgrade</strong></p>
|
||||
<p>Please check our document for how to upgrade to <a href="../../upgrade/upgrade_notes_for_13.0.x/">13.0</a></p>
|
||||
<h3 id="1306-beta-2025-07-15">13.0.6 beta (2025-07-15)<a class="headerlink" href="#1306-beta-2025-07-15" title="Permanent link">¶</a></h3>
|
||||
<p>Deploying Seafile with binary package is no longer supported for community edition. We recommend you to migrate your existing Seafile deployment to docker based.</p>
|
||||
<ul>
|
||||
<li>SeaDoc: SeaDoc is now version 2.0</li>
|
||||
<li>Thumbnail server: A new thumbnail server component is added to improve performance for thumbnail generating and support thumbnail for videos</li>
|
||||
<li>Metadata server: A new metadata server component is available to manage extended file properties</li>
|
||||
<li>Notification server: The web interface now support real-time update when other people add or remove files if notification-server is enabled</li>
|
||||
<li>Database and memcache configurations are added to <code>.env</code>, it is recommended to use environment variables to config database and memcache</li>
|
||||
<li>Redis is recommended to be used as memcache server</li>
|
||||
<li>For security reason, WebDAV no longer support login with LDAP account, the user with LDAP account must generate a WebDAV token at the profile page</li>
|
||||
<li>[File tags] The old file tags feature can no longer be used, the interface provide an upgrade notice for migrate the data to the new file tags feature</li>
|
||||
<li>Some UI updated and fixes</li>
|
||||
</ul>
|
||||
<h2 id="120">12.0<a class="headerlink" href="#120" title="Permanent link">¶</a></h2>
|
||||
<p><strong>Upgrade</strong></p>
|
||||
<p>Please check our document for how to upgrade to <a href="../../upgrade/upgrade_notes_for_12.0.x/">12.0</a></p>
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue