Auto-configure CLI endpoint

This commit is contained in:
Your Name
2025-09-30 09:34:25 -06:00
parent 7a5fac90ab
commit 61046f1d42
3 changed files with 22 additions and 8 deletions

View File

@@ -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