Seafile: Difference between revisions
Seafile was dropped |
|||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{Warning|Seafile was {{issue|435059|dropped from nixpkgs as of 25.11 (2025-09-02)}}.}} | |||
== Introduction == | == Introduction == | ||
| Line 4: | Line 6: | ||
As opposed to [[Nextcloud]], Seafile offers simpler user administration and much better file-server performance. | As opposed to [[Nextcloud]], Seafile offers simpler user administration and much better file-server performance. | ||
== Setup == | == Setup == | ||
| Line 67: | Line 67: | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
services.seafile = { | services.seafile = { | ||
[...] | |||
seafileSettings = { | seafileSettings = { | ||
quota.default = "50"; # Amount of GB allotted to users | quota.default = "50"; # Amount of GB allotted to users | ||
| Line 76: | Line 77: | ||
}; | }; | ||
}; | }; | ||
# Enable weekly collection of freed blocks | # Enable weekly collection of freed blocks | ||