hydra-module: Allow to specify the listen host.
[?]
Aug 28, 2013, 10:20 PM
J57PR4O364QONYJC6ANAA3IY33NUXWBZ5ARYT6XJZXWEHMRXB4GQCDependencies
- [2]
BT6SNXUAAdd an option to run the hydra server in debug mode - [3]
KMPLMG7Thydra-module.nix: Cleanup - [4]
ZYEFL36QPorted/merged properties from the TUD configuration's hydra-module - [5]
T4DBPQOFhydra-module: Run hydra-init during hydra-init.service - [6]
ASPNI2AOhydra-module.nix: Automatically create postgres db user for hydra and an admin hydra account - [*]
D3MDJONY - [*]
INUGMXTGhydra-module: Add a `port' option.
Change contents
- edit in hydra-module.nix at line 61[9.49][9.49]
listenHost = mkOption {default = "*";example = "localhost";description = ''The hostname or address to listen on or <literal>*</literal> to listenon all interfaces.'';}; - replacement in hydra-module.nix at line 214
{ ExecStart = "@${cfg.hydra}/bin/hydra-server hydra-server -f -h \* --max_spare_servers 5 --max_servers 25 --max_requests 100${optionalString cfg.debugServer " -d"}";{ ExecStart = "@${cfg.hydra}/bin/hydra-server hydra-server -f -h '${cfg.listenHost}' --max_spare_servers 5 --max_servers 25 --max_requests 100${optionalString cfg.debugServer " -d"}";