Remove duplicate section

This commit is contained in:
Manav Rathi 2024-03-14 11:09:26 +05:30
parent abc93872e9
commit cfe7b1baa0
No known key found for this signature in database

View file

@ -37,27 +37,3 @@ defined in env variable `ENTE_CLI_CONFIG_PATH`
endpoint:
api: "http://localhost:8080"
```
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
the admin userID `internal.admins`. See
[local.yaml](https://github.com/ente-io/ente/blob/main/server/configurations/local.yaml#L211C1-L232C1)
in the server source code for details about how to define this.
```yaml
....
internal:
admins:
# - 1580559962386440
....
```
You can use
[account list](https://github.com/ente-io/ente/blob/main/cli/docs/generated/ente_account_list.md)
command to find the user id of any account.