orca
This commit is contained in:
@@ -24,7 +24,10 @@ in
|
|||||||
"${toString cfg.httpsPort}:3001"
|
"${toString cfg.httpsPort}:3001"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
volumes = [ "${cfg.configDir}/orca-slicer:/config" ];
|
volumes = [
|
||||||
|
"${cfg.configDir}/orca-slicer:/config"
|
||||||
|
"${cfg.dataDir}/documents/3d-models:/models"
|
||||||
|
];
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -409,7 +409,7 @@ in
|
|||||||
reverseProxy.enable = false;
|
reverseProxy.enable = false;
|
||||||
};
|
};
|
||||||
orca-slicer = {
|
orca-slicer = {
|
||||||
enable = false;
|
enable = true;
|
||||||
port = 3100;
|
port = 3100;
|
||||||
httpsPort = 3101;
|
httpsPort = 3101;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user