mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
* 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> |
||
|---|---|---|
| .github/workflows | ||
| manual | ||
| .gitignore | ||
| LICENSE.txt | ||
| README.md | ||
| mkdocs.yml | ||
Seafile Admin Docs
Manual for Seafile server
The web site: https://haiwen.github.io/seafile-admin-docs/
Serve docs locally
These docs are built using 'mkdocs'. Install the tooling by running:
pip3 install mkdocs-material mkdocs-awesome-pages-plugin mkdocs-material-extensions
Start up the development server by running mkdocs serve in the project root directory. Browse at http://127.0.0.1:8000/seafile-admin-docs/.