forked from DGNum/infrastructure
feat(outline): Upgrade to v0.72.0
This commit is contained in:
parent
074de01f0f
commit
3785088616
2 changed files with 14 additions and 8 deletions
|
@ -5,14 +5,7 @@ in {
|
|||
services.outline = {
|
||||
enable = true;
|
||||
|
||||
storage = {
|
||||
region = "garage";
|
||||
uploadBucketUrl = "https://s3.dgnum.eu";
|
||||
|
||||
uploadBucketName = "outline-dgnum";
|
||||
accessKey = "GKb3aa6f6d6627204e8e53729c";
|
||||
secretKeyFile = config.age.secrets."outline-storage_secret_key_file".path;
|
||||
};
|
||||
storage.storageType = "local";
|
||||
|
||||
smtp = {
|
||||
username = "web-services@infra.dgnum.eu";
|
||||
|
|
|
@ -90,5 +90,18 @@
|
|||
id = 253567;
|
||||
hash = "sha256-aR62vOuTfmJ7MIr3plDcBonQQH2+o2F6z/LAAgcKVHU=";
|
||||
}
|
||||
|
||||
# outline: 0.71.0 -> 0.72.0
|
||||
{
|
||||
id = 259252;
|
||||
hash = "sha256-I1ld+RYKyQQBOmwg6sqR248mrKzV5pzr9RzBhr4J+zw=";
|
||||
}
|
||||
|
||||
# nixos/outline: Add the possibility of using local storage instead of S3
|
||||
{
|
||||
id = 259254;
|
||||
excludes = [ "nixos/doc/manual/*" ];
|
||||
hash = "sha256-Ybh4iO7kA4w/ITqkbz7MJPIR+Xl4DPfsujV20ueqLSw=";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue