mirror of
https://github.com/ente-io/ente.git
synced 2025-04-29 11:09:49 +00:00
[docs] Update
This commit is contained in:
parent
7098e93ae8
commit
8bb5b9406d
@ -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`.
|
||||
|
||||

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

|
||||

|
||||
|
@ -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,
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user