-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seafile: service and refactor #15900
Conversation
- use server release tag, clients build fine - fix license to gpl2 - use patchShebangs instead of sed
- enable server components - replaces seafile-shared - use own version of libevhtp (older version, cmake flags)
- use new seafile package - delete obsolete seafile-shared
- seafile web frontend and python packages
- seafile server with seahub
type = types.string; | ||
default = "127.0.0.1"; | ||
description = '' | ||
The tcp port used by ccnet. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"port"
Just skimmed across the diff. See inline annotations. |
###### Interface | ||
|
||
options.services.seafile = { | ||
enable = mkEnableOption '' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this will render poorly. The mkEnableOption
helper expects simply the name of the service; if you wish to provide a longer form description, you must override it (as in mkEnableOption "foo" // { description = "My long description"; }
).
enable = mkEnableOption '' | ||
Enable Seafile Server. | ||
For further information see [Seafile Manual](http://manual.seafile.com/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The link should be in docbook style
@Cornu can you make separate commits for each package. |
@FRidh do you mean for each Python package? I will push new commits this weekend, i'm a little busy right now. |
Indeed, for each Python package. |
Start with a test to proof the seafile-server module works. Also fix the first errors shown by the test.
The tests show that 5.1.2 has an error in seaf-cli which is fixed in the latest 5.1.x version.
I started writing a test for this module in h2horn#1 |
It is meant to be run behind an nginx proxy.
Extend the tests: - nginx as proxy before the seahub-fcgi - one client to create a library and place a file in it - second client to download that library and check the file in it
@Cornu Any updates on this? |
Add test for seafile-module
@uwap Hey, i'm not running seafile at the moment, so won't work on this anytime soon. @kampfschlaefer Thanks for the module test So open issues are:
|
Having a Seafile service in NixOS would be superb; thanks for this work! |
Closing this for now, doesn't look like this will get finished anytime soon. |
Motivation for this change
Seafile service, running a full seafile server.
Service file could use some more options:
Things done
(nix.useSandbox on NixOS,
or option
build-use-sandbox
innix.conf
on non-NixOS)
nix-shell -p nox --run "nox-review wip"
./result/bin/
)