Bundle Ente CLI for Cloudron console

This commit is contained in:
Your Name
2025-09-29 21:37:33 -06:00
parent 93cdf1f2f1
commit a8b22a95c8
4 changed files with 31 additions and 1 deletions

View File

@@ -19,3 +19,9 @@ Before you can use Ente, you need to configure an S3-compatible storage service:
1. Once S3 is configured, visit your app URL to create an admin account
2. Configure your mobile apps to use your custom self-hosted server (Settings → Advanced → Custom Server)
3. Enjoy your private, end-to-end encrypted photo storage!
## 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.