File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
nixos/modules/services/networking
pkgs/by-name/se/seafile-server Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 8484 default = { } ;
8585 description = ''
8686 Configuration for ccnet, see
87- <https://manual.seafile.com/config/ccnet-conf/>
87+ <https://manual.seafile.com/11.0/ config/ccnet-conf/>
8888 for supported values.
8989 '' ;
9090 } ;
122122 default = { } ;
123123 description = ''
124124 Configuration for seafile-server, see
125- <https://manual.seafile.com/config/seafile-conf/>
125+ <https://manual.seafile.com/11.0/ config/seafile-conf/>
126126 for supported values.
127127 '' ;
128128 } ;
235235 type = types . lines ;
236236 description = ''
237237 Extra config to append to `seahub_settings.py` file.
238- Refer to <https://manual.seafile.com/config/seahub_settings_py/>
238+ Refer to <https://manual.seafile.com/11.0/ config/seahub_settings_py/>
239239 for all available options.
240240 '' ;
241241 } ;
Original file line number Diff line number Diff line change 3939in
4040stdenv . mkDerivation {
4141 pname = "seafile-server" ;
42- version = "11.0.12" ;
43-
42+ version = "11.0.12" ; # Doc links match Seafile 11.0 in seafile.nix – update if version changes.
4443 src = fetchFromGitHub {
4544 owner = "haiwen" ;
4645 repo = "seafile-server" ;
You can’t perform that action at this time.
0 commit comments