overlay for packaging Seafile server for NixOS
Iet uz failu
Trolli Schmittlauch 8ecde56247 fix ownership and mode of copied-over (config) files
These files need to be owned by the copying user instead of the Nix store permissions.
install takes care of that.
2021-02-07 19:59:57 +01:00
captcha package new dependencies for python3 Seafile 7.1.1 2019-12-25 01:35:05 +01:00
django-formtools package new dependencies for python3 Seafile 7.1.1 2019-12-25 01:35:05 +01:00
django-post_office temporarily disable django-post_office tests 2019-12-30 02:58:30 +01:00
django-ranged-response package new dependencies for python3 Seafile 7.1.1 2019-12-25 01:35:05 +01:00
django-simple-captcha django-simple-captcha: run tests 2019-12-26 01:25:40 +01:00
django-statici18n initial commit 2019-10-09 00:53:54 +02:00
jsonfield initial commit 2019-10-09 00:53:54 +02:00
libevhtp libevhtp: fix build with oniguruma >= 6.95_rev1 2020-11-27 19:05:34 +01:00
libsearpc bump versions of libsearpc and ccnet-server, fix ccnet-server build 2019-12-26 01:27:30 +01:00
seafile-server seafile-server: 8.0.2 -> 8.0.3 2021-01-27 00:45:57 +01:00
Readme.md add Readme with build and test instructions 2019-10-21 23:05:22 +02:00
default.nix libevhtp: fix build with oniguruma >= 6.95_rev1 2020-11-27 19:05:34 +01:00
mod-seafile-server.nix fix ownership and mode of copied-over (config) files 2021-02-07 19:59:57 +01:00
seafile-nixos-tests.nix make test vms buildable by removing all mentions of ccnet-server 2020-11-27 22:26:09 +01:00
seafile-test.nix add a mysql server to test vm 2021-01-31 23:46:56 +01:00

Readme.md

NixOS overlay for Seafile

This is an ongoing attempt to package the Seafile server and create a NixOS module for it.

testing

  • building package:
    1. add this overlay to your nixpkgs overlay configuration
    2. nix-build '<nixpkgs>' -A seafile-server
  • testing the NixOS module in a VM: NIXOS_CONFIG="$(pwd)/seafile-test.nix" nixos-rebuild build-vm --fast --show-trace && result/bin/run-nixos-vm