From cfe7b1baa0cebe2969cd1f240f3ff045c8845a97 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Thu, 14 Mar 2024 11:09:26 +0530 Subject: [PATCH] Remove duplicate section --- .../guides/custom-server/index.md | 24 ------------------- 1 file changed, 24 deletions(-) diff --git a/docs/docs/self-hosting/guides/custom-server/index.md b/docs/docs/self-hosting/guides/custom-server/index.md index a17bd382b8..7f7ba50fa6 100644 --- a/docs/docs/self-hosting/guides/custom-server/index.md +++ b/docs/docs/self-hosting/guides/custom-server/index.md @@ -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.