From d158db94996e0e613a2b39fdd954f5479e6539cc Mon Sep 17 00:00:00 2001 From: mngshm Date: Thu, 17 Apr 2025 20:04:49 +0530 Subject: [PATCH] Tone (2) and re-organize (x) --- docs/docs/.vitepress/sidebar.ts | 36 ++++++++++++++++----------------- docs/docs/self-hosting/index.md | 15 ++++++++++++-- 2 files changed, 31 insertions(+), 20 deletions(-) diff --git a/docs/docs/.vitepress/sidebar.ts b/docs/docs/.vitepress/sidebar.ts index 6e78fb7384..6ee13c9189 100644 --- a/docs/docs/.vitepress/sidebar.ts +++ b/docs/docs/.vitepress/sidebar.ts @@ -279,24 +279,6 @@ export const sidebar = [ }, ], }, - { - text: "FAQ", - items: [ - { text: "General", link: "/self-hosting/faq/" }, - { - text: "Verification code", - link: "/self-hosting/faq/otp", - }, - { - text: "Shared albums", - link: "/self-hosting/faq/sharing", - }, - { - text: "Backups", - link: "/self-hosting/faq/backup", - }, - ], - }, { text: "Troubleshooting", items: [ @@ -326,6 +308,24 @@ export const sidebar = [ }, ], }, + { + text: "FAQ", + items: [ + { text: "General", link: "/self-hosting/faq/" }, + { + text: "Verification code", + link: "/self-hosting/faq/otp", + }, + { + text: "Shared albums", + link: "/self-hosting/faq/sharing", + }, + { + text: "Backups", + link: "/self-hosting/faq/backup", + }, + ], + }, ], }, { diff --git a/docs/docs/self-hosting/index.md b/docs/docs/self-hosting/index.md index 0cab46a0d2..4ccb3f1ce6 100644 --- a/docs/docs/self-hosting/index.md +++ b/docs/docs/self-hosting/index.md @@ -117,7 +117,12 @@ And set `are_local_buckets` to false. Check out [Configuring S3](/self-hosting/ to understand more on how to configure S3 buckets and how the communication happens. MinIO makes use of the port `3200` for API Endpoints and the Client Web App is run over `:3201` -(both on localhost). +(both on localhost). You can login to MinIO Console Web UI by accessing `localhost:3201` in your web-browser +and setting up all the things related to regions there itself. + +If you face any issues related to uploads then checkout +[Troubleshooting Bucket CORS](/self-hosting/troubleshooting/bucket-cors) and +[Frequently Answered Error related to S3](/self-hosting/guides/configuring-s3#fae-frequently-answered-errors) ### App Endpoints @@ -144,4 +149,10 @@ with `docker compose up -d`. Similarly, you can read the default [`local.yaml`](https://github.com/ente-io/ente/tree/main/server/configurations/local.yaml) and build a functioning `museum.yaml` for many other functionalities like SMTP, Discord -Notifications, Hardcoded-OTT's, etc. \ No newline at end of file +Notifications, Hardcoded-OTT's, etc. + +## Queries? + +If you need any help or support, do not hesitate to drop your queries on our community +[discord channel](https://discord.gg/z2YVKkycX3) or create a +[Github Discussion](https://github.com/ente-io/ente/discussions) where 100s of self-hosters help each other :p. \ No newline at end of file