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