add Allison with salad
This commit is contained in:
@@ -80,6 +80,8 @@
|
|||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
acmeRoot = null;
|
acmeRoot = null;
|
||||||
|
# Dev and Prod buckets must be created manually
|
||||||
|
# will work on script/minio command line for this later
|
||||||
locations."/dev" = {
|
locations."/dev" = {
|
||||||
proxyPass = "http://localhost:${toString opts.dataPort}/dev";
|
proxyPass = "http://localhost:${toString opts.dataPort}/dev";
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -80,7 +80,8 @@
|
|||||||
services.minio-service = {
|
services.minio-service = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
dataDir = "/data/minio";
|
# Persist data inside of database
|
||||||
|
dataDir = "/persist/data/minio";
|
||||||
credentialsFile = config.sops.secrets."minio-credentials".path;
|
credentialsFile = config.sops.secrets."minio-credentials".path;
|
||||||
|
|
||||||
dataPort = 9000; # S3 API access
|
dataPort = 9000; # S3 API access
|
||||||
|
|||||||
Reference in New Issue
Block a user