mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
Remove Installation with SQLite
This commit is contained in:
parent
cd03b35663
commit
b54ed8bd5f
|
|
@ -9,7 +9,7 @@ We provide three ways to deploy Seafile services. Since version 8.0, **Docker is
|
|||
## Manually deployment options
|
||||
|
||||
* [Deploying Seafile with MySQL](using_mysql.md)
|
||||
* [Deploying Seafile with SQLite](using_sqlite.md), note, deploy Seafile with SQLite is not supported since version 11.0
|
||||
* Deploying Seafile with SQLite, note, deploy Seafile with SQLite is not supported since version 11.0
|
||||
* [Enabling Https with Nginx](https_with_nginx.md)
|
||||
* [Enabling Https with Apache](https_with_apache.md)
|
||||
* [Start Seafile at System Bootup](start_seafile_at_system_bootup.md)
|
||||
|
|
|
|||
|
|
@ -53,7 +53,6 @@ nav:
|
|||
- Changelog: changelog.md
|
||||
- Seafile Community Setup on Linux:
|
||||
- Outline: deploy/README.md
|
||||
- Installation with SQLite: deploy/using_sqlite.md
|
||||
- Installation with MySQL: deploy/using_mysql.md
|
||||
- HTTPS with Nginx: deploy/https_with_nginx.md
|
||||
- HTTPS with Apache: deploy/https_with_apache.md
|
||||
|
|
|
|||
Loading…
Reference in New Issue