mirror of
https://github.com/immich-app/immich.git
synced 2025-06-05 06:37:18 -04:00
* Allow building and installing cli * feat: add format fix * docs: remove cli folder * feat: use immich scoped package * feat: rewrite cli readme * docs: add info on running without building * cleanup * chore: remove import functionality from cli * feat: add logout to cli * docs: add todo for file format from server * docs: add compilation step to cli * fix: success message spacing * feat: can create albums * fix: add check step to cli * fix: typos * feat: pull file formats from server * chore: use crawl service from server * chore: fix lint * docs: add cli documentation * chore: rename ignore pattern * chore: add version number to cli * feat: use sdk * fix: cleanup * feat: album name on windows * chore: remove skipped asset field * feat: add more info to server-info command * chore: cleanup * chore: remove unneeded packages * chore: fix docs links * feat: add cli v2 milestone * fix: set correct cli date --------- Co-authored-by: Alex <alex.tran1502@gmail.com>
30 lines
895 B
Plaintext
30 lines
895 B
Plaintext
import MobileAppDownload from '../partials/_mobile-app-download.md';
|
|
import MobileAppLogin from '../partials/_mobile-app-login.md';
|
|
import MobileAppBackup from '../partials/_mobile-app-backup.md';
|
|
|
|
# Mobile App
|
|
|
|
## Download
|
|
|
|
<MobileAppDownload />
|
|
|
|
:::info Beta Program
|
|
The beta release channel allows users to test upcoming changes before they are officially released. To join the channel use the links below.
|
|
|
|
- Android: Invitation link from [web](https://play.google.com/store/apps/details?id=app.alextran.immich) or from [mobile](https://play.google.com/store/apps/details?id=app.alextran.immich)
|
|
- iOS: [TestFlight invitation link](https://testflight.apple.com/join/1vYsAa8P)
|
|
|
|
:::
|
|
|
|
## Login
|
|
|
|
<MobileAppLogin />
|
|
|
|
## Backup
|
|
|
|
<MobileAppBackup />
|
|
|
|
:::info
|
|
You can enable automatic backup on supported devices. For more information see [Automatic Backup](/docs/features/automatic-backup.md).
|
|
:::
|