forked from rarias/jungle
WIP: Enable vikunja
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
./gitea.nix
|
||||
./openproject.nix
|
||||
./redmine.nix
|
||||
./vikunja.nix
|
||||
../hut/public-inbox.nix
|
||||
../hut/msmtp.nix
|
||||
../module/p.nix
|
||||
|
||||
13
m/tent/vikunja.nix
Normal file
13
m/tent/vikunja.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
services.vikunja.enable = true;
|
||||
services.vikunja.frontendScheme = "http";
|
||||
services.vikunja.frontendHostname = "localhost";
|
||||
|
||||
# To run vikunja from a subdirectory we need to *sigh* rebuild it with the
|
||||
# variable "VIKUNJA_FRONTEND_BASE" set to the subpath.
|
||||
# See https://vikunja.io/docs/running-vikunja-in-a-subdirectory/
|
||||
# services.vikunja.package = pkgs.vikunja.overrideAttrs (old: {
|
||||
# });
|
||||
#services.nginx.virtualHosts."jungle.bsc.es".locations."/vikunja".extraConfig
|
||||
}
|
||||
Reference in New Issue
Block a user