From e939b0633902580208998b0d36f364f0f30261ba Mon Sep 17 00:00:00 2001 From: mngshm Date: Wed, 30 Apr 2025 19:13:14 +0530 Subject: [PATCH] Minor --- docs/docs/.vitepress/sidebar.ts | 6 +++--- docs/docs/self-hosting/guides/external-s3.md | 2 +- docs/docs/self-hosting/troubleshooting/uploads.md | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/docs/.vitepress/sidebar.ts b/docs/docs/.vitepress/sidebar.ts index f7a29c11c2..43ee4fe192 100644 --- a/docs/docs/.vitepress/sidebar.ts +++ b/docs/docs/.vitepress/sidebar.ts @@ -269,15 +269,15 @@ export const sidebar = [ link: "/self-hosting/guides/admin", }, { - text: "Configure CLI for your instance", + text: "Configuring CLI for your instance", link: "/self-hosting/guides/selfhost-cli", }, { - text: "Hosting Ente from source", + text: "Running Ente from source", link: "/self-hosting/guides/from-source", }, { - text: "Hosting Ente without Docker", + text: "Running Ente without Docker", link: "/self-hosting/guides/standalone-ente", }, ], diff --git a/docs/docs/self-hosting/guides/external-s3.md b/docs/docs/self-hosting/guides/external-s3.md index 8862cca229..0a919092c0 100644 --- a/docs/docs/self-hosting/guides/external-s3.md +++ b/docs/docs/self-hosting/guides/external-s3.md @@ -258,4 +258,4 @@ Some other users have also shared their setups. - [Building custom images from source (Linux)](https://github.com/ente-io/ente/discussions/3778) -- [Troubleshooting Bucket CORS](/self-hosting/troubleshooting/bucket-cors) \ No newline at end of file +- [Troubleshooting Bucket CORS](/self-hosting/troubleshooting/bucket-cors) diff --git a/docs/docs/self-hosting/troubleshooting/uploads.md b/docs/docs/self-hosting/troubleshooting/uploads.md index 855bc9f81a..6bfef9f923 100644 --- a/docs/docs/self-hosting/troubleshooting/uploads.md +++ b/docs/docs/self-hosting/troubleshooting/uploads.md @@ -3,13 +3,13 @@ title: Uploads description: Fixing upload errors when trying to self host Ente --- -# FAQ's regarding S3 +# Troubleshooting upload failures Here are some errors our community members frequently encountered with the context and potential fixes. Fundamentally in most situations, the problem is because of minor mistakes or -misconfiguration. Please make sure to reverse proxy museum and minIO API +misconfiguration. Please make sure to reverse proxy museum and MinIO API endpoint to a domain and check your S3 credentials and whole configuration file for any minor misconfigurations. @@ -51,4 +51,4 @@ This could be because The "Mismatch in file size" error mostly occurs in a situation where the client is re-uploading a file which is already in the bucket with a different file size. The reason for re-upload could be anything including network issue, -sudden killing of app before the upload is complete and etc. \ No newline at end of file +sudden killing of app before the upload is complete and etc.