seafile-admin-docs/mkdocs.yml
2024-10-20 10:48:05 +08:00

197 lines
7.9 KiB
YAML

site_name: Seafile Admin Manual
site_author: seafile
docs_dir: ./manual
site_url: https://haiwen.github.io/seafile-admin-docs/
repo_name: haiwen/seafile-admin-docs
repo_url: https://github.com/haiwen/seafile-admin-docs/
edit_uri: blob/master/manual
copyright: Copyright © 2024 Seafile Ltd.
theme:
name: material
logo: media/seafile-transparent-1024.png
favicon: media/favicon.ico
features:
- navigation.sections
- navigation.tabs
- navigation.top
- search.suggest
- search.highlight
- search.share
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
plugins:
- search
- awesome-pages
- mike
# Customization
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/haiwen/seafile-admin-docs/
version:
provider: mike
status:
new: Work in progress
extra_css:
- stylesheets/extra.css
# Extensions
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.attr_list
- markdown.extensions.codehilite:
guess_lang: true
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc:
permalink: true
toc_depth: "1-4"
# Page tree
nav:
- Introduction:
- Introduction: README.md
- Seafile Components: overview/components.md
- File permission management: overview/file_permission_management.md
- Roadmap: roadmap.md
- Contribution: contribution.md
- Setup:
- Seafile Docker Overview: docker/seafile_docker_overview.md
- Setup community edition with Docker: docker/deploy_seafile_with_docker.md
- Setup pro edition with Docker: docker/pro-edition/deploy_seafile_pro_with_docker.md
- Seafile Docker Cluster Deployment: docker/cluster/deploy_seafile_cluster_with_docker.md
- Setup with Kubernetes (K8s): deploy/deploy_with_k8s.md
- Migration from Seafile Community: docker/pro-edition/migrate_ce_to_pro_with_docker.md
- Migrate from non-docker deployment: docker/non_docker_to_docker.md
- Seafile Docker autostart: docker/seafile_docker_autostart.md
- Setup (binary):
- Seafile Community Setup:
- Outline: deploy/README.md
- Installation: deploy/using_mysql.md
- HTTPS with Nginx: deploy/https_with_nginx.md
- HTTPS with Apache: deploy/https_with_apache.md
- Seafile Professional Setup:
- Outline: deploy_pro/README.md
- Installation: deploy_pro/download_and_setup_seafile_professional_server.md
- Migration from Seafile Community: deploy_pro/migrate_from_seafile_community_server.md
- Cluster deployment:
- Deploy in a cluster: deploy_pro/deploy_in_a_cluster.md
- Search and background tasks in a cluster: deploy_pro/enable_search_and_background_tasks_in_a_cluster.md
- Memcache and MariaDB Cluster: deploy_pro/memcached_mariadb_cluster.md
- Setup Seafile cluster with NFS: deploy_pro/setup_seafile_cluster_with_nfs.md
- License: deploy_pro/seafile_professional_sdition_software_license_agreement.md
- Other deployment notes:
- Start Seafile at System Bootup: deploy/start_seafile_at_system_bootup.md
- Logrotate: deploy/using_logrotate.md
- Config fail2ban: security/fail2ban.md
- Migrate From SQLite to MySQL: deploy/migrate_from_sqlite_to_mysql.md
- Advanced Setup:
- Storage Backends:
- S3 Backend: deploy_pro/setup_with_amazon_s3.md
- Ceph Backend: deploy_pro/setup_with_ceph.md
- OpenStack Swift Backend: deploy_pro/setup_with_swift.md
- Alibaba OSS: deploy_pro/setup_with_oss.md
- Multiple Storage Backends: deploy_pro/multiple_storage_backends.md
- Data migration: deploy_pro/migrate.md
- Extra Seafile components:
- SeaDoc Integration: extra_setup/setup_seadoc.md
- Notification Server: deploy/notification-server.md
- WebDAV extension: extension/webdav.md
- FUSE extension: extension/fuse.md
- Online Office:
- LibreOffice Online Integration: deploy/libreoffice_online.md
- OnlyOffice Integration: deploy/only_office.md
- Office Online Server Integration (Pro): deploy_pro/office_web_app.md
- Virus Scan (Pro):
- Outline: deploy_pro/virus_scan.md
- Virus scan with ClamAV: deploy_pro/deploy_clamav_with_seafile.md
- Virus scan with Kav4fs: deploy_pro/virus_scan_with_kav4fs.md
- Configuration:
- Authentication & Users:
- LDAP/AD Integration:
- LDAP Integration: deploy/ldap_in_11.0.md
- LDAP Integration (Pro): deploy_pro/ldap_in_11.0.md
- Single Sign On:
- Outline: deploy/single_sign_on.md
- OAuth Authentication: deploy/oauth.md
- Remote User Authentication: deploy/remote_user.md
- Shibboleth Authentication: deploy/shibboleth_authentication.md
- Auto Login to SeaDrive on Windows: deploy/auto_login_seadrive.md
- SAML 2.0 (Pro): deploy_pro/saml2_in_10.0.md
- Switch authentication: deploy/auth_switch.md
- Advanced User Management (Pro):
- Multi-Institutions Support: deploy_pro/multi_institutions.md
- Roles and Permissions: deploy_pro/roles_permissions.md
- Administrator Roles and Permissions: deploy_pro/admin_roles_permissions.md
- Multi-Tenancy Support: deploy_pro/multi_tenancy.md
- Advanced File Search configuration (Pro): deploy_pro/details_about_file_search.md
- Open Cloud Mesh: deploy/ocm.md
- Available configuration options:
- Outline: config/README.md
- Environment variables: config/env.md
- ccnet.conf: config/ccnet-conf.md
- seafile.conf: config/seafile-conf.md
- seahub_settings.py: config/seahub_settings_py.md
- seafevents.conf: config/seafevents-conf.md
- Seahub customization: config/seahub_customization.md
- Email Sending: config/sending_email.md
- Administration:
- Outline: maintain/README.md
- Account management: maintain/account.md
- Two-factor Authentication: maintain/two_factor_authentication.md
- Security features: security/security_features.md
- Access logs and auditing: security/auditing.md
- Export report: maintain/export_report.md
- Logs: maintain/logs.md
- Backup and Recovery: maintain/backup_recovery.md
- Seafile FSCK: maintain/seafile_fsck.md
- Seafile GC: maintain/seafile_gc.md
- Clean database: maintain/clean_database.md
- Upgrade:
- Outline: upgrade/upgrade.md
- Upgrade Seafile Docker: upgrade/upgrade_docker.md
- Upgrade Seafile Cluster: upgrade/upgrade_a_cluster.md
- Upgrade Seafile Cluster (Docker): upgrade/upgrade_a_cluster_docker.md
- Upgrade notes for 7.0.x: upgrade/upgrade_notes_for_7.0.x.md
- Upgrade notes for 7.1.x: upgrade/upgrade_notes_for_7.1.x.md
- Upgrade notes for 8.0.x: upgrade/upgrade_notes_for_8.0.x.md
- Upgrade notes for 9.0.x: upgrade/upgrade_notes_for_9.0.x.md
- Upgrade notes for 10.0.x: upgrade/upgrade_notes_for_10.0.x.md
- Upgrade notes for 11.0.x: upgrade/upgrade_notes_for_11.0.x.md
- Upgrade notes for 12.0.x: upgrade/upgrade_notes_for_12.0.x.md
- Developing:
- Outline: develop/README.md
- How to Build Seafile:
- Outline: build_seafile/README.md
- Linux: build_seafile/linux.md
- macOS: build_seafile/osx.md
- Windows: build_seafile/windows.md
- Server development: build_seafile/server.md
- Server binary package: build_seafile/rpi.md
- Translation: develop/translation.md
- Web API V2.1: develop/web_api_v2.1.md
- PHP API: https://github.com/rene-s/Seafile-PHP-SDK
- Data Model: develop/data_model.md
- ChangeLog:
- Seafile Community Edition: changelog/server-changelog.md
- Seafile Professional Edition: changelog/changelog-for-seafile-professional-server.md
- Seafile Client: changelog/client-changelog.md
- Drive Client: changelog/drive-client-changelog.md