upgrade and patch zipline
This commit is contained in:
parent
81d442200b
commit
2e7c178862
5 changed files with 59 additions and 11 deletions
|
@ -15,18 +15,12 @@ in
|
|||
services.zipline = {
|
||||
enable = true;
|
||||
settings = {
|
||||
CORE_HOSTNAME = "127.0.0.1";
|
||||
CORE_PORT = 3001;
|
||||
DATASOURCE_TYPE = "s3";
|
||||
DATASOURCE_S3_ENDPOINT = "e3e97aac307d106a7becea43cef8fcbd.r2.cloudflarestorage.com";
|
||||
DATASOURCE_S3_ENDPOINT = "https://e3e97aac307d106a7becea43cef8fcbd.r2.cloudflarestorage.com";
|
||||
DATASOURCE_S3_BUCKET = "zipline";
|
||||
DATASOURCE_S3_REGION = "auto";
|
||||
DATASOURCE_S3_USE_SSL = "true";
|
||||
DATASOURCE_S3_FORCE_S3_PATH = "false";
|
||||
FEATURES_THUMBNAILS = "true";
|
||||
EXIF_REMOVE_GPS = "true";
|
||||
CHUNKS_CHUNKS_SIZE = "50mb";
|
||||
CHUNKS_MAX_SIZE = "95mb";
|
||||
FEATURES_OAUTH_REGISTRATION = "true";
|
||||
};
|
||||
environmentFiles = [ config.sops.secrets."zipline/env".path ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue