seafile-admin-docs/manual/deploy
lian 06cd7c5c25
Update remote_user.md
2025-03-14 12:14:30 +08:00
..
README.md Remove the way of deploy Seafile with installion script 2024-09-08 13:45:58 +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 deploy_seafile_behind_nat: fix typo 2024-05-13 07:33:00 -05:00
deploy_seahub_at_non-root_domain.md Simplify deploy Seahub at Non-root domain 2024-09-08 13:43:36 +08:00
deploy_with_k8s.md optmize structure 2024-07-15 11:53:56 +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 fix a few links and some typos 2024-05-29 00:43:18 +02:00
kerberos_config.md use github pages 2020-12-01 10:33:47 +08:00
ldap_in_11.0.md Fix attr name in LDAP description 2024-06-05 11:21:22 +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 Set Connection hdr to connection_upgrade (#326) 2024-09-27 17:22:24 +08:00
oauth.md Update oauth.md with new Google OAUTH uid claim 2024-04-22 03:28:17 -04: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 Update outlook_addin_config.md 2024-08-26 13:15:15 +02:00
remote_user.md Update remote_user.md 2025-03-14 12:14:30 +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_authentication.md Update shibboleth_authentication.md 2025-03-14 12:14:07 +08: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 Improve document on start Seafile at system start up 2024-05-17 16:49:45 +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 add logrotate for seafdav 2024-04-03 18:20:53 +08:00
using_mysql.md update sqlalchemy--version for seafile 10.0 2024-09-19 11:23:56 +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 two ways to deploy Seafile services. Since version 8.0, Docker is the recommended way.

  • Using Docker
  • 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