Auto-configure CLI endpoint
This commit is contained in:
@@ -23,8 +23,9 @@ Before you can use Ente, you need to configure an S3-compatible storage service:
|
||||
## Ente CLI
|
||||
|
||||
- The Ente CLI binary is pre-built at `/app/code/ente` inside the app container.
|
||||
- Open the Cloudron web terminal (working directory `/app/code`) and run commands with `./ente ...` or add `/app/code` to your `PATH`.
|
||||
- A writable CLI config template lives at `/app/data/home/.ente/config.yaml` for pointing the CLI to your instance.
|
||||
- Open the Cloudron web terminal (working directory `/app/code`) and run commands with `ente ...` or `./ente ...`.
|
||||
- The CLI configuration at `/app/data/home/.ente/config.yaml` already points to your instance (`https://<your-domain>/api`).
|
||||
- CLI state is stored under `/app/data/cli-data/` so re-logins persist.
|
||||
|
||||
## Museum Server Configuration
|
||||
|
||||
|
Reference in New Issue
Block a user