MyNixOS website logo
option

services.orthanc.settings

Configuration written to a json file that is read by orthanc. See https://orthanc.uclouvain.be/book/index.html for more.

Declarations
Type
JSON value
Default
{
  HttpPort = {
    _type = "override";
    content = 8042;
    priority = 1000;
  };
  IndexDirectory = {
    _type = "override";
    content = "/var/lib/orthanc/";
    priority = 1000;
  };
  StorageDirectory = {
    _type = "override";
    content = "/var/lib/orthanc/";
    priority = 1000;
  };
}
Example
{
  HttpPort = 12345;
  Name = "My Orthanc Server";
}