seafile-admin-docs/manual/deploy
r350178982 6beabae3f5 update 2024-03-27 14:43:28 +08:00
..
README.md More clean up 2024-03-15 13:59:32 +08:00
auth_switch.md Update auth_switch.md 2023-11-27 11:52:18 +08:00
auto_login_seadrive.md Fix SeaDrive silent installation scripts (#159) 2023-04-26 17:03:30 +08:00
common_problems_for_setting_up_server.md Remove unused files 2021-08-10 10:39:32 +08:00
deploy_seafile_behind_nat.md Update deploy_seafile_behind_nat.md 2023-08-14 22:21:09 +08:00
deploy_seahub_at_non-root_domain.md nginx http_host 2023-12-13 11:48:01 +08:00
https_with_apache.md Clean document on enabling https with Nginx and Apache 2024-03-20 22:35:38 +08:00
https_with_nginx.md Update configuration for Nginx 2024-03-22 15:03:05 +08:00
kerberos_config.md use github pages 2020-12-01 10:33:47 +08:00
ldap_in_11.0.md Improve LDAP config for 11.0. 2024-03-21 11:43:27 +08:00
libreoffice_online.md Update libreoffice_online.md 2022-07-21 17:40:08 +08:00
migrate_from_sqlite_to_mysql.md Update migrate_from_sqlite_to_mysql.md 2024-03-11 16:56:22 +08:00
notification-server.md Use url to avoid conflict with web notification 2024-03-20 14:44:35 +08:00
oauth.md update 2024-03-27 14:43:28 +08:00
ocm.md Typo correction 2022-10-13 21:43:37 +02:00
only_office.md nginx http_host 2023-12-13 11:48:01 +08:00
outlook_addin_config.md Improved language 2022-05-18 10:28:11 +02:00
remote_user.md use github pages 2020-12-01 10:33:47 +08:00
server.md use github pages 2020-12-01 10:33:47 +08:00
server_configuration.md use github pages 2020-12-01 10:33:47 +08:00
shibboleth_config_v6.3.md update shibboleth links 2022-08-21 13:43:17 +02:00
single_sign_on.md Create auto_login_seadrive.md (#127) 2023-02-21 10:57:48 +08:00
sqlite_to_mysql.sh use github pages 2020-12-01 10:33:47 +08:00
start_seafile_at_system_bootup.md Clean up document on start seafile at system bootup 2024-03-16 09:31:04 +08:00
using_fuse.md use github pages 2020-12-01 10:33:47 +08:00
using_ldap.md add ldap in 11.0 2023-09-02 16:57:00 +08:00
using_logrotate.md Clean up document for logrotate 2024-03-16 09:40:52 +08:00
using_mysql.md Fix some typos for cache documents. (#263) 2024-03-22 10:23:10 +08:00
using_sqlite.md Mark SQLite as not supported 2024-03-14 18:06:33 +08:00
using_syslog.md use github pages 2020-12-01 10:33:47 +08:00
video_thumbnails.md Merge pull request #118 from mainboarder/urls 2023-01-13 16:52:38 +08:00

Deploying Seafile

We provide three ways to deploy Seafile services. Since version 8.0, Docker is the recommended way.

  • Using Docker
  • Using installation script
  • Manually installing Seafile and setting up database, memcached and Nginx/Apache. See the following section.

Manually deployment options

LDAP and AD integration

LDAP/AD Integration

Single Sign On

Seafile supports a few Single Sign On authentication protocols. See Single Sign On for a summary.

Other Deployment Issues

Trouble shooting

  1. Read Seafile Server Components Overview to understand how Seafile server works. This will save you a lot of time.
  2. Read FAQ
  3. Go to our forum for help.

Upgrade Seafile Server