this configuration also works (without nginx config)

This commit is contained in:
Taeer Bar-Yam 2024-09-05 11:06:55 -04:00
parent 553a03b971
commit e7ffd94c5e
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
# I feel like this should have an `enable` option and be configured via `services.nginx` rather than mirroring those options in services.pixelfed.nginx
# TODO: If that indeed makes sense, upstream it.
nginx = {
locations."/public/".proxyPass = "http://pixelfed.web.garage.localhost:3902/public/";
# locations."/public/".proxyPass = "http://pixelfed.web.garage.localhost:3902/public/";
};
};
virtualisation.memorySize = 2048;

View file

@ -42,7 +42,7 @@ in
AWS_ACCESS_KEY_ID = snakeoil_key.id;
AWS_SECRET_ACCESS_KEY = snakeoil_key.secret;
AWS_DEFAULT_REGION = "garage";
AWS_URL = ""; ## Empty such that the URL is just relative to the pixelfed instance.
AWS_URL = "http://pixelfed.web.garage.localhost:3902/";
AWS_BUCKET = "pixelfed";
AWS_ENDPOINT = "http://s3.garage.localhost:3900";
AWS_USE_PATH_STYLE_ENDPOINT = false;