From f6404e8c463efbf10684014fc694869bb9166f0b Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Mon, 21 Oct 2024 11:42:02 +0530 Subject: [PATCH] [docs] Add links to more external contributed tutorials --- docs/docs/self-hosting/guides/external-s3.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/docs/self-hosting/guides/external-s3.md b/docs/docs/self-hosting/guides/external-s3.md index c65a927075..e89a169a5d 100644 --- a/docs/docs/self-hosting/guides/external-s3.md +++ b/docs/docs/self-hosting/guides/external-s3.md @@ -268,3 +268,11 @@ aws s3api put-bucket-cors --bucket YOUR_S3_BUCKET --cors-configuration file://co ``` Upload should now work. + +## Related + +Some other users have also shared their setups. + +- [Using Traefik](https://github.com/ente-io/ente/pull/3663) + +- [Building custom images from source (Linux)](https://github.com/ente-io/ente/discussions/3778)