From 2a841c704b17d5f8edf864a3ee5245d07e6ec5c7 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Tue, 15 Sep 2026 11:34:40 -0400 Subject: s3 config --- nix/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'nix/README.md') diff --git a/nix/README.md b/nix/README.md index b7a00df..020bc36 100644 --- a/nix/README.md +++ b/nix/README.md @@ -101,3 +101,19 @@ git remote set-url --add --push origin git@git.kumardamani.net:.git git remote set-url --add --push origin git@gitlab.com:kdam0/.git git remote -v ``` + +## s3 + +Bootstrap: +```sh +sudo garage status +sudo garage layout assign -z dc1 -c 10G +sudo garage layout apply --version 1 + +sudo garage bucket create + +# to enable static sites +sudo garage bucket website --allow + +sudo garage key create site-uploader +``` -- cgit v1.2.3