[docs] Update

This commit is contained in:
vishnukvmd 2025-04-26 19:39:50 +05:30
parent 7098e93ae8
commit 8bb5b9406d
2 changed files with 16 additions and 15 deletions

View File

@ -5,22 +5,23 @@ description: Creating accounts on your deployment
# Creating accounts # Creating accounts
Once the docker containers are up and running on their desired ports. The Ente Photos Once Ente is up and running, the Ente Photos web app will be accessible on
web app will be accessible on `http://localhost:3000`. Open the URL in your browser `http://localhost:3000`. Open this URL in your browser and proceed with creating
and proceed with creating an account. By default, the API Endpoint will be `localhost:8080` an account.
as Museum (our server endpoint) will listen on `:8080`.
The default API endpoint for museum will be `localhost:8080`.
![endpoint](/endpoint.png) ![endpoint](/endpoint.png)
To complete your account registration you need to enter a 6-digit verification code. To complete your account registration you will need to enter a 6-digit
This can be found in the server logs, which should already be shown in your quickstart verification code.
terminal. Alternatively, you can open the server logs with the following command from
inside the `my-ente` folder: 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 ```sh
sudo docker compose logs sudo docker compose logs
``` ```
It should look something like the below
![otp](/otp.png) ![otp](/otp.png)

View File

@ -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 CORS](/self-hosting/troubleshooting/bucket-cors) and [Frequently encountered S3
errors](/self-hosting/guides/configuring-s3#frequently-encountered-errors). 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, The web apps for Ente Photos is divided into multiple sub-apps like albums,
etc. These endpoints are configurable in the museum.yaml under the `apps.*` cast, auth, etc. These endpoints are configurable in the museum.yaml under the
section. `apps.*` section.
For example, For example,