This commit is contained in:
Manav Rathi
2025-04-09 11:44:53 +05:30
parent 5abc0e3dc1
commit 959a2d65a4

View File

@@ -28,21 +28,28 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ente-io/ente/main/server/q
> For more details about what this does, see [the quickstart
> README](https://github.com/ente-io/ente/blob/main/server/docs/quickstart.md).
That's about it. If you open http://localhost:3000 from the machine where the server is running, you will be able to create
an account on a Ente Photos web app. This web app will be connecting to the server running on your local machine at `localhost:8080`.
That's about it. If you open http://localhost:3000 from the machine where the
server is running, you will be able to create an account on a Ente Photos web
app. This web app will be connecting to the server running on your local machine
at `localhost:8080`.
To complete your account registration you need to enter a 6-digit verification
code. These can be found in the server logs which should already be shown in
your quickstart terminal. Otherwise you can open the server logs with the
following command from inside the `my-ente` folder:
To complete your account registration you need to enter a 6-digit verification code. Open the server log with the following command from inside the `my-ente` folder:
```sh
sudo docker compose logs
```
Find the code at the end of a message that resembles the following:
In the logs, find the code at the end of a message that resembles the following:
```sh
museum | INFO[0102]email.go:130 sendViaTransmail Skipping sending email to email@example.com: *Verification code: 112089*
```
There are [prebuilt apps](https://ente.io/download) for iPad, iPhone, Android, Linux, Mac, and Windows.
These can easily be configured to use your [custom self-hosted server](guides/custom-server/).
There are [prebuilt apps](https://ente.io/download) for iPad, iPhone, Android,
Linux, Mac, and Windows. These can easily be configured to use your [custom
self-hosted server](guides/custom-server/).
## Getting started - From source