diff --git a/docs/docs/self-hosting/creating-accounts.md b/docs/docs/self-hosting/creating-accounts.md index 46aef96002..5c3a53d3a3 100644 --- a/docs/docs/self-hosting/creating-accounts.md +++ b/docs/docs/self-hosting/creating-accounts.md @@ -5,22 +5,23 @@ description: Creating accounts on your deployment # Creating accounts -Once the docker containers are up and running on their desired ports. The Ente Photos -web app will be accessible on `http://localhost:3000`. Open the URL in your browser -and proceed with creating an account. By default, the API Endpoint will be `localhost:8080` -as Museum (our server endpoint) will listen on `:8080`. +Once Ente is up and running, the Ente Photos web app will be accessible on +`http://localhost:3000`. Open this URL in your browser and proceed with creating +an account. + +The default API endpoint for museum will be `localhost:8080`. ![endpoint](/endpoint.png) -To complete your account registration you need to enter a 6-digit verification code. -This can be found in the server logs, which should already be shown in your quickstart -terminal. Alternatively, you can open the server logs with the following command from -inside the `my-ente` folder: +To complete your account registration you will need to enter a 6-digit +verification code. + +This code can be found in the server logs, which should already be shown in your +quickstart terminal. Alternatively, you can open the server logs with the +following command from inside the `my-ente` folder: ```sh sudo docker compose logs ``` -It should look something like the below - -![otp](/otp.png) \ No newline at end of file +![otp](/otp.png) diff --git a/docs/docs/self-hosting/museum.md b/docs/docs/self-hosting/museum.md index 2393709e52..4d1da34b0a 100644 --- a/docs/docs/self-hosting/museum.md +++ b/docs/docs/self-hosting/museum.md @@ -39,11 +39,11 @@ If you face any issues related to uploads then checkout [Troubleshooting bucket CORS](/self-hosting/troubleshooting/bucket-cors) and [Frequently encountered S3 errors](/self-hosting/guides/configuring-s3#frequently-encountered-errors). -## App endpoints +## Web apps -Ente Photos Web app is divided into multiple sub-apps like albums, cast, auth, -etc. These endpoints are configurable in the museum.yaml under the `apps.*` -section. +The web apps for Ente Photos is divided into multiple sub-apps like albums, +cast, auth, etc. These endpoints are configurable in the museum.yaml under the +`apps.*` section. For example,