yarn pretty
This commit is contained in:
parent
cfe7b1baa0
commit
b1da0c1b70
4 changed files with 12 additions and 12 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: FAQ - Auth
|
||||
description: Frequently asked questions about Ente Auth
|
||||
description: Frequently asked questions about Ente Auth
|
||||
---
|
||||
|
||||
# Frequently Asked Questions
|
||||
|
|
|
@ -68,8 +68,8 @@ using user provided password & kdf params. For encryption, we are using
|
|||
> Settings -> Data -> Import Codes -> ente Encrypted export.
|
||||
|
||||
- **Decrypt using Ente CLI** : Download the latest version of
|
||||
[Ente CLI](https://github.com/ente-io/ente/releases?q=tag%3Acli-v0),
|
||||
and run the following command
|
||||
[Ente CLI](https://github.com/ente-io/ente/releases?q=tag%3Acli-v0), and run
|
||||
the following command
|
||||
|
||||
```
|
||||
./ente auth decrypt <export_file> <output_file>
|
||||
|
|
|
@ -7,6 +7,6 @@ description: Increasing the storage quota for users on your self hosted instance
|
|||
|
||||
See the [guide for administering your server](/self-hosting/guides/admin). In
|
||||
particular, you can use the `ente admin update-subscription` CLI command to
|
||||
increase the ([storage and account
|
||||
validity](https://github.com/ente-io/ente/blob/main/cli/docs/generated/ente_admin_update-subscription.md)
|
||||
increase the
|
||||
[storage and account validity](https://github.com/ente-io/ente/blob/main/cli/docs/generated/ente_admin_update-subscription.md)
|
||||
of accounts on your instance.
|
||||
|
|
|
@ -5,9 +5,9 @@ description: Administering your custom self-hosted Ente instance using the CLI
|
|||
|
||||
# Administering your custom server
|
||||
|
||||
You can use [Ente's
|
||||
CLI](https://github.com/ente-io/ente/releases?q=tag%3Acli-v0) to administer your
|
||||
self hosted server.
|
||||
You can use
|
||||
[Ente's CLI](https://github.com/ente-io/ente/releases?q=tag%3Acli-v0) to
|
||||
administer your self hosted server.
|
||||
|
||||
First we need to get your CLI to connect to your custom server. Define a
|
||||
config.yaml and put it either in the same directory as CLI or path defined in
|
||||
|
@ -18,10 +18,10 @@ endpoint:
|
|||
api: "http://localhost:8080"
|
||||
```
|
||||
|
||||
Now you should be able to [add an
|
||||
account](https://github.com/ente-io/ente/blob/main/cli/docs/generated/ente_account_add.md),
|
||||
and subsequently increase the [storage and account
|
||||
validity](https://github.com/ente-io/ente/blob/main/cli/docs/generated/ente_admin_update-subscription.md)
|
||||
Now you should be able to
|
||||
[add an account](https://github.com/ente-io/ente/blob/main/cli/docs/generated/ente_account_add.md),
|
||||
and subsequently increase the
|
||||
[storage and account validity](https://github.com/ente-io/ente/blob/main/cli/docs/generated/ente_admin_update-subscription.md)
|
||||
using the CLI.
|
||||
|
||||
For the admin actions, you can create `server/museum.yaml`, and whitelist add
|
||||
|
|
Loading…
Add table
Reference in a new issue