Seafile: Difference between revisions
drop 24.05 compat |
|||
(One intermediate revision by one other user not shown) | |||
Line 4: | Line 4: | ||
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 65: | ||
<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 75: | ||
}; | }; | ||
}; | }; | ||
# Enable weekly collection of freed blocks | # Enable weekly collection of freed blocks |