seafile-admin-docs/mkdocs.yml
Huang Junxiang ffbd9d329b
Merge 12.0 to 13.0 (#526)
* Add changelog for 12.0.10

* Add changelog for 12.0.10

* fix: migrate from non-docker

* fix: minimal install for mariadb in backup and recover

* fix: fuse content missing in host

* opt:adjusting migration strategy

* Add changelog for pro 12.0.10

* Update security_features.md

Update descriptions for encrypted library.

* Update seahub_settings_py.md

Update description for encrypted library versions.

* docs: update Windows development setup instructions for vcpkg (#471)

* Update drive-client-changelog.md

3.0.13

* update seasearch.yml

* update

* Update shibboleth_authentication.md

* Update remote_user.md

* fix: backup & restore command mysql -> mariadb

* update backup and recovery commands and tip

* opt: steps in recovering DB

* update link of note of MDEV-30203 note from Mariadb

* update link of note of MDEV-30203 note from Mariadb

* opt: steps in recovering DB

* Add changelog for 12.0.11-pro

* Add changelog for v12.0.11

* fix: ce binary deployment format error

* Update changelog-for-seafile-professional-server.md

* feat: helm support custom storageClassName (#486)

* docs(onlyoffice): syntax error (#489)

* Custom set user role when shib login (#493)

Co-authored-by: lian <imwhatiam123@gmail.com>

* Seahub customizing opt (#499)

* update

* Update seahub_customization.md

* Update client-changelog.md

9.0.13

* Update upgrade_notes_for_12.0.x.md (#501)

* Update upgrade_notes_for_12.0.x.md

* Update upgrade_notes_for_12.0.x.md

---------

Co-authored-by: Daniel Pan <freeplant@gmail.com>

* Update upgrade_docker.md

* update upgrade to 12.0: other configuration changes (#502)

* Update changelog-for-seafile-professional-server.md

* perf: Priority issues for S3_HOST and S3_AWS_REGION in 12.0

* perf: Priority issues for S3_HOST and S3_AWS_REGION in 12.0

* Update sending_email.md (#512)

* Update sending_email.md

* Update sending_email.md

* Update drive-client-changelog.md

3.0.14

* Update drive-client-changelog.md

3.0.14

* code bar copy button (#517)

* Update changelog-for-seafile-professional-server.md

* 12.0 index master (#518)

* add index-server

* deploy index-server

* deploy index-server

* rm redis in env

* Update distributed_indexing.md

* update restore-all-repo command

---------

Co-authored-by: Daniel Pan <freeplant@gmail.com>

* wget index-server.yml

* update index-server conf

* update index-worker.conf

* SeaDoc standalone Apache proxy (#519)

* fix: typo error serve -> server (#522)

* update 12.0 seasearch default image (#523)

* fix: use nginx to proxy onlyoffice (#525)

---------

Co-authored-by: Daniel Pan <daniel.pan@seafile.com>
Co-authored-by: Daniel Pan <freeplant@gmail.com>
Co-authored-by: Jiaqiang Xu <jonathan.xu@seafile.com>
Co-authored-by: rumtid <liwei.jiang@seafile.com>
Co-authored-by: r350178982 <32759763+r350178982@users.noreply.github.com>
Co-authored-by: lian <imwhatiam123@gmail.com>
Co-authored-by: seafile-dev <57566977+seafile-dev@users.noreply.github.com>
Co-authored-by: 欢乐马 <38058090+SkywalkerSpace@users.noreply.github.com>
Co-authored-by: skywalker <dzmbbs@qq.com>
2025-05-27 14:30:04 +08:00

223 lines
8.8 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 &copy; 2024 Seafile Ltd.
theme:
name: material
logo: media/seafile-transparent-1024.png
favicon: media/favicon.ico
features:
- navigation.footer
- navigation.tracking
- navigation.sections
- navigation.tabs
- navigation.top
- search.suggest
- search.highlight
- search.share
- math
- content.code.copy
- content.code.annotate
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
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML
# 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"
- pymdownx.superfences: # allows 1) nesting of fences 2) custom fences 3) disable indented code
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed: # provides a syntax to easily add tabbed Markdown content
alternate_style: true
- pymdownx.arithmatex: # LaTex format support
generic: true
# Page tree
nav:
- Introduction:
- Introduction: README.md
- Seafile Components: introduction/components.md
- File permission management: introduction/file_permission_management.md
- Roadmap: introduction/roadmap.md
- Contribution: introduction/contribution.md
- Setup:
- Overview: setup/overview.md
- System requirements: setup/system_requirements.md
- HTTPS and Caddy: setup/caddy.md
- Single node installation:
- Setup community edition: setup/setup_ce_by_docker.md
- Setup pro edition: setup/setup_pro_by_docker.md
- Advanced topics:
- Storage Backends:
- S3 Backend: setup/setup_with_s3.md
- Ceph Backend: setup/setup_with_ceph.md
- OpenStack Swift Backend: setup/setup_with_swift.md
- Multiple Storage Backends: setup/setup_with_multiple_storage_backends.md
- Data migration: setup/migrate_backends_data.md
- Use SeaSearch as search engine (Pro): setup/use_seasearch.md
- Seafile Docker autostart: setup/seafile_docker_autostart.md
- Deploy with an existing MySQL server: setup/setup_with_an_existing_mysql_server.md
- Use other reverse proxy: setup/use_other_reverse_proxy.md
- Run Seafile as non root user inside docker: setup/run_seafile_as_non_root_user_inside_docker.md
- Cluster installation (Pro): setup/cluster_deploy_with_docker.md
- Setup with Kubernetes (K8S):
- With Helm:
- Single node: setup/helm_chart_single_node.md
- Cluster (Pro): setup/helm_chart_cluster.md
- By K8S resource files:
- Single node: setup/k8s_single_node.md
- Cluster (Pro): setup/cluster_deploy_with_k8s.md
- Seafile K8S advanced management: setup/k8s_advanced_management.md
- Migration:
- Migration from Seafile Community: setup/migrate_ce_to_pro_with_docker.md
- Migrate from non-docker deployment: setup/migrate_non_docker_to_docker.md
- Setup (binary):
- Seafile Community Setup:
- Outline: setup_binary/outline_ce.md
- Seafile Professional Setup:
- Outline: setup_binary/outline_pro.md
- License: setup_binary/seafile_professional_sdition_software_license_agreement.md
- Installation: setup_binary/installation_pro.md
- HTTPS with Nginx: setup_binary/https_with_nginx.md
- Cluster Deployment: setup_binary/cluster_deployment.md
- Other deployment notes:
- Start Seafile at System Bootup: setup_binary/start_seafile_at_system_bootup.md
- Logrotate: setup_binary/using_logrotate.md
- Migrate From SQLite to MySQL: setup_binary/migrate_from_sqlite_to_mysql.md
- Extensions:
- Extra Seafile components:
- SeaDoc Integration: extension/setup_seadoc.md
- Notification Server: extension/notification-server.md
- Metadata Server: extension/metadata-server.md
- WebDAV extension: extension/webdav.md
- FUSE extension: extension/fuse.md
- Online Office:
- Collabora Online Integration: extension/libreoffice_online.md
- OnlyOffice Integration: extension/only_office.md
- Office Online Server Integration (Pro): extension/office_web_app.md
- Cluster (Pro):
- Distributed indexing: extension/distributed_indexing.md
- Virus Scan (Pro):
- Outline: extension/virus_scan.md
- Virus scan with ClamAV: extension/virus_scan_with_clamav.md
- Virus scan with Kav4fs: extension/virus_scan_with_kav4fs.md
- Configuration:
- Authentication & Users:
- LDAP/AD Integration:
- LDAP Integration: config/ldap_in_ce.md
- LDAP Integration (Pro): config/ldap_in_pro.md
- Single Sign On:
- Outline: config/single_sign_on.md
- OAuth Authentication: config/oauth.md
- Remote User Authentication: config/remote_user.md
- Shibboleth Authentication: config/shibboleth_authentication.md
- Auto Login to SeaDrive on Windows: config/auto_login_seadrive.md
- SAML 2.0 (Pro): config/saml2.md
- Switch authentication: config/auth_switch.md
- Advanced User Management (Pro):
- Multi-Institutions Support: config/multi_institutions.md
- Roles and Permissions: config/roles_permissions.md
- Administrator Roles and Permissions: config/admin_roles_permissions.md
- Multi-Tenancy Support: config/multi_tenancy.md
- Advanced File Search configuration (Pro): config/details_about_file_search.md
- Open Cloud Mesh: config/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: administration/README.md
- Account management: administration/account.md
- Two-factor Authentication: administration/two_factor_authentication.md
- Security features: administration/security_features.md
- Access logs and auditing: administration/auditing.md
- Export report: administration/export_report.md
- Seafile server logs: administration/logs.md
- Backup and Recovery: administration/backup_recovery.md
- Seafile FSCK: administration/seafile_fsck.md
- Seafile GC: administration/seafile_gc.md
- Clean database: administration/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 (binary): upgrade/upgrade_a_cluster_binary.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
- Upgrade notes for 13.0.x: upgrade/upgrade_notes_for_13.0.x.md
- Developing:
- Outline: develop/README.md
- How to Build Seafile:
- Outline: develop/build_seafile.md
- Linux: develop/linux.md
- macOS: develop/osx.md
- Windows: develop/windows.md
- Server development: develop/server.md
- Server binary package: develop/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