[docs] yarn pretty
This commit is contained in:
parent
363e2b116b
commit
c983af0dea
6 changed files with 38 additions and 25 deletions
|
@ -12,15 +12,17 @@ in a local drive or NAS of your choice. This way, you can use Ente in your day
|
|||
to day use, but will have an additional guarantee that a copy of your original
|
||||
photos and videos are always available in normal directories and files.
|
||||
|
||||
* You can use [Ente's CLI](https://github.com/ente-io/ente/tree/main/cli#export)
|
||||
to export your data in a cron job to a location of your choice. The exports
|
||||
are incremental, and will also gracefully handle interruptions.
|
||||
- You can use
|
||||
[Ente's CLI](https://github.com/ente-io/ente/tree/main/cli#export) to export
|
||||
your data in a cron job to a location of your choice. The exports are
|
||||
incremental, and will also gracefully handle interruptions.
|
||||
|
||||
* Similarly, you can use Ente's [desktop app](https://ente.io/download/desktop)
|
||||
to export your data to a folder of your choice. The desktop app also supports
|
||||
"continuous" exports, where it will automatically export new items in the
|
||||
background without you needing to run any other cron jobs. See
|
||||
[migration/export](/photos/migration/export/) for more details.
|
||||
- Similarly, you can use Ente's
|
||||
[desktop app](https://ente.io/download/desktop) to export your data to a
|
||||
folder of your choice. The desktop app also supports "continuous" exports,
|
||||
where it will automatically export new items in the background without you
|
||||
needing to run any other cron jobs. See
|
||||
[migration/export](/photos/migration/export/) for more details.
|
||||
|
||||
## Does the exported data from Ente photos preserve the same folder and album structure as in the app?
|
||||
|
||||
|
|
|
@ -77,26 +77,35 @@ It's like cafe 😊. kaf-_ay_. en-_tay_.
|
|||
|
||||
## Does Ente apply compression to uploaded photos?
|
||||
|
||||
Ente does not apply compression to uploaded photos. The file size of your photos in Ente will be similar to the original file sizes you have.
|
||||
Ente does not apply compression to uploaded photos. The file size of your photos
|
||||
in Ente will be similar to the original file sizes you have.
|
||||
|
||||
## Can I add photos from a shared album to albums that I created in Ente?
|
||||
|
||||
Currently, Ente does not support adding photos from a shared album to your personal albums. If you want to include photos from a shared album in your own albums, you will need to ask the owner of the photos to add them to your album.
|
||||
Currently, Ente does not support adding photos from a shared album to your
|
||||
personal albums. If you want to include photos from a shared album in your own
|
||||
albums, you will need to ask the owner of the photos to add them to your album.
|
||||
|
||||
## How do I ensure that the Ente desktop app stays up to date on my system?
|
||||
|
||||
Ente desktop includes an auto-update feature, ensuring that whenever updates are deployed, the app will automatically download and install them. You don't need to manually update the software.
|
||||
Ente desktop includes an auto-update feature, ensuring that whenever updates are
|
||||
deployed, the app will automatically download and install them. You don't need
|
||||
to manually update the software.
|
||||
|
||||
## Can I sync a folder containing multiple subfolders, each representing an album?
|
||||
|
||||
Yes, when you drag and drop the folder onto the desktop app, the app will detect the multiple folders and prompt you to choose whether you want to create a single album or separate albums for each folder.
|
||||
Yes, when you drag and drop the folder onto the desktop app, the app will detect
|
||||
the multiple folders and prompt you to choose whether you want to create a
|
||||
single album or separate albums for each folder.
|
||||
|
||||
## What is the difference between **Magic** and **Content** search results on the desktop?
|
||||
|
||||
**Magic** is where you can search for long queries. Like, "baby in red dress", or "dog playing at the beach".
|
||||
**Magic** is where you can search for long queries. Like, "baby in red dress",
|
||||
or "dog playing at the beach".
|
||||
|
||||
**Content** is where you can search for single-words. Like, "car" or "pizza".
|
||||
|
||||
## How do I identify which files experienced upload issues within the desktop app?
|
||||
|
||||
Check the sections within the upload progress bar for "Failed Uploads," "Ignored Uploads," and "Unsuccessful Uploads."
|
||||
Check the sections within the upload progress bar for "Failed Uploads," "Ignored
|
||||
Uploads," and "Unsuccessful Uploads."
|
||||
|
|
|
@ -159,4 +159,6 @@ We do offer a generous free trial for you to experience the product.
|
|||
|
||||
## Will I need to pay for Ente Auth after my Ente Photos free plan expires?
|
||||
|
||||
No, you will not need to pay for Ente Auth after your Ente Photos free plan expires. Ente Auth is completely free to use, and the expiration of your Ente Photos free plan will not impact your ability to access or use Ente Auth.
|
||||
No, you will not need to pay for Ente Auth after your Ente Photos free plan
|
||||
expires. Ente Auth is completely free to use, and the expiration of your Ente
|
||||
Photos free plan will not impact your ability to access or use Ente Auth.
|
||||
|
|
|
@ -50,7 +50,6 @@ videos you have uploaded to Ente.
|
|||
|
||||
</div>
|
||||
|
||||
|
||||
### Sync continuously
|
||||
|
||||
You can switch on the toggle to **Sync continuously** to eliminate manual
|
||||
|
|
|
@ -27,15 +27,16 @@ using the CLI.
|
|||
For security purposes, we need to whitelist the user IDs that can perform admin
|
||||
actions on the server. To do this,
|
||||
|
||||
- Create a `museum.yaml` in the directory where you're starting museum from. For
|
||||
example, if you're running using `docker compose up`, then this file should be
|
||||
in the same directory as `compose.yaml` (generally, `server/museum.yaml`).
|
||||
- Create a `museum.yaml` in the directory where you're starting museum from.
|
||||
For example, if you're running using `docker compose up`, then this file
|
||||
should be in the same directory as `compose.yaml` (generally,
|
||||
`server/museum.yaml`).
|
||||
|
||||
> Docker might've created an empty `museum.yaml` _directory_ on your machine
|
||||
> previously. If so, delete that empty directory and create a new file named
|
||||
> `museum.yaml`.
|
||||
> Docker might've created an empty `museum.yaml` _directory_ on your machine
|
||||
> previously. If so, delete that empty directory and create a new file named
|
||||
> `museum.yaml`.
|
||||
|
||||
- In this `museum.yaml` we can add overrides over the default configuration.
|
||||
- In this `museum.yaml` we can add overrides over the default configuration.
|
||||
|
||||
For whitelisting the admin userIDs we need to define an `internal.admins`. See
|
||||
the "internal" section in
|
||||
|
|
|
@ -26,8 +26,8 @@ docker compose up --build
|
|||
|
||||
> [!TIP]
|
||||
>
|
||||
> You can also use a pre-built Docker image from `ghcr.io/ente-io/server` ([More
|
||||
> info](https://github.com/ente-io/ente/blob/main/server/docs/docker.md))
|
||||
> You can also use a pre-built Docker image from `ghcr.io/ente-io/server`
|
||||
> ([More info](https://github.com/ente-io/ente/blob/main/server/docs/docker.md))
|
||||
|
||||
Then in a separate terminal, you can run (e.g) the web client
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue