Seafile: Difference between revisions
mNo edit summary |
|||
Line 5: | Line 5: | ||
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. | ||
{{note| It is recommended to install Seafile from <code>nixos-unstable</code>, since the current stable | {{note| It is recommended to install Seafile from <code>nixos-unstable</code>, since the current stable branch (<code>24.05</code>) has an outdated version of Seafile}} | ||
== 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 |