**Description** Fix a typo in Seafile's installation notes. It said `Seaile` (missing the 'F'). ⚒️ Fixes N/A **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [X] 🔃 Refactor of current code **🧪 How Has This Been Tested?** N/A **📃 Notes:** Literally added a single character to documentation. If I don't actually need to increase the version I can go ahead and make a new commit undoing that. **✔️ Checklist:** - [X] ⚖️ My code follows the style guidelines of this project - [X] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [X] 📄 I have made corresponding changes to the documentation - [X] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [X] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
1.6 KiB
Seafile installation notes and guidelines
Ingress
Our install requires a FQDN or domain name entered when installing the chart. This doesn't mean you need Traefik however we support only installs using FQDN with valid certificates + Traefik installed
Storage
Seafile uses Block storage so files/folders uploaded to Seafile aren't visible by default when mounting the persisted storage. For more information see the this post on the Seafile Forums. As well, Seafile uses init scripts which need to be run as root so if hostpath is used (such as using HDDs) then make sure your storage is owned by root.
WebDAV
By default WebDAV is disabled by default, as per upstream docs. Here's some simple instructions to modify your seafdav.conf to enable WebDAV if you wish to use it with Traefik.
- Enter Seafile Pod Shell
- Use the CLI to enter the Seafile WebDAV (
seafdav.conf) config file
- Use vi commands to edit the
Enabledtotrueand change the share name as desired (default is/seafdav).
Use
ito insert text and and:wq, andESC keyto exit insert mode
- Restart Seafile and your WebDAV share will be accessible using your domain.com/seafdav
FUSE Extension
The FUSE extension isn't supported by default due to privileges required by the extension and non-standard mounts, so no support tickets will be accepted for using/enabling it.



