seafile-admin-docs/manual/deploy
Daniel Pan 73f21b9db2 Clean document for Nginx configuration 2024-03-15 12:34:56 +08:00
..
README.md fix upgrade.md 2023-11-13 18:18:57 +08:00
add_memcached.md Clean up document 2023-08-26 10:36:11 +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 Fix broken links to config file documentation on HTTPS with Apache page 2022-07-25 03:06:32 +02:00
https_with_nginx.md Clean document for Nginx configuration 2024-03-15 12:34:56 +08:00
kerberos_config.md use github pages 2020-12-01 10:33:47 +08:00
ldap_in_11.0.md add ldap in 11.0 2023-09-02 16:57:00 +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 Add notification server cluster to doc (#185) 2023-08-04 18:58:47 +08:00
oauth.md update oauth.md 2023-09-02 18:08:44 +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 use github pages 2020-12-01 10:33:47 +08:00
upgrade_with_mysql_or_postgresql.md use github pages 2020-12-01 10:33:47 +08:00
using_firewall.md use github pages 2020-12-01 10:33:47 +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 update logrotate 2023-03-15 14:53:22 +08:00
using_mysql.md pillow 10.2.* 2024-02-04 15:18:47 +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

Check configuration options for server config options like enabling user registration.

Trouble shooting

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

Upgrade Seafile Server