Tone (2) and re-organize (x)

This commit is contained in:
mngshm
2025-04-17 20:04:49 +05:30
parent 9186b272b6
commit d158db9499
2 changed files with 31 additions and 20 deletions

View File

@@ -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",
},
],
},
],
},
{

View File

@@ -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.
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.