oh we need to use that

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-11-04 20:50:00 -04:00
parent 45f841f175
commit e66706e613
1 changed files with 1 additions and 3 deletions

View File

@ -44,7 +44,7 @@ in {
# S3 setup # S3 setup
":pleroma"."Pleroma.Upload" = { ":pleroma"."Pleroma.Upload" = {
uploader = mkRaw "Pleroma.Uploaders.S3"; uploader = mkRaw "Pleroma.Uploaders.S3";
base_url = "https://f001.backblazeb2.com/file/"; base_url = "https://media.akko.within.website/file/";
strip_exif = false; strip_exif = false;
}; };
":pleroma"."Pleroma.Uploaders.S3".bucket = "xeserv-akko"; ":pleroma"."Pleroma.Uploaders.S3".bucket = "xeserv-akko";
@ -99,7 +99,6 @@ in {
# Allow serving of stale items # Allow serving of stale items
proxy_cache_use_stale error timeout invalid_header updating; proxy_cache_use_stale error timeout invalid_header updating;
''; '';
}; };
}; };
@ -125,7 +124,6 @@ in {
# Allow serving of stale items # Allow serving of stale items
proxy_cache_use_stale error timeout invalid_header updating; proxy_cache_use_stale error timeout invalid_header updating;
''; '';
}; };
}; };