mirror of
https://github.com/immich-app/immich.git
synced 2025-01-23 17:03:18 +02:00
Update docs and readme
This commit is contained in:
parent
2d2b9a2ac9
commit
6d09cb6b6d
@ -67,17 +67,16 @@ Spec: Free-tier Oracle VM - Amsterdam - 2.4Ghz quad-core ARM64 CPU, 24GB RAM
|
|||||||
| Selective album(s) for backup | Yes | N/A |
|
| Selective album(s) for backup | Yes | N/A |
|
||||||
| Download photos and videos to local device | Yes | Yes |
|
| Download photos and videos to local device | Yes | Yes |
|
||||||
| Multi-user support | Yes | Yes |
|
| Multi-user support | Yes | Yes |
|
||||||
| Album | Yes | Yes |
|
| Album and Shared albums | Yes | Yes |
|
||||||
| Shared Albums | Yes | Yes |
|
| Scrubbable/draggable scrollbar | Yes | Yes |
|
||||||
| Quick navigation with draggable scrollbar | Yes | Yes |
|
|
||||||
| Support RAW (HEIC, HEIF, DNG, Apple ProRaw) | Yes | Yes |
|
| Support RAW (HEIC, HEIF, DNG, Apple ProRaw) | Yes | Yes |
|
||||||
| Metadata view (EXIF, map) | Yes | Yes |
|
| Metadata view (EXIF, map) | Yes | Yes |
|
||||||
| Search by metadata, objects and image tags | Yes | No |
|
| Search by metadata, objects and image tags | Yes | No |
|
||||||
| Administrative functions (user management) | N/A | Yes |
|
| Administrative functions (user management) | N/A | Yes |
|
||||||
| Background backup | Android | N/A |
|
| Background backup | Android | N/A |
|
||||||
| Virtual scroll | Yes | Yes |
|
| Virtual scroll | Yes | Yes |
|
||||||
| OAuth Support | Yes | Yes |
|
| OAuth support | Yes | Yes |
|
||||||
| LivePhotos Backup and Playback (iOS only) | Yes | Yes |
|
| LivePhoto backup and playback | iOS | Yes |
|
||||||
| User-defined storage structure | Yes | Yes |
|
| User-defined storage structure | Yes | Yes |
|
||||||
|
|
||||||
# Support the project
|
# Support the project
|
||||||
|
@ -21,6 +21,29 @@ You can also use Podman to run the application. However, additional configuratio
|
|||||||
- **RAM**: At least 2GB, preferred 4GB.
|
- **RAM**: At least 2GB, preferred 4GB.
|
||||||
- **CPU**: At least 2 cores, preferred 4 cores.
|
- **CPU**: At least 2 cores, preferred 4 cores.
|
||||||
|
|
||||||
|
:::info Machine Learning on older CPU
|
||||||
|
|
||||||
|
TensorFlow doesn't run with older CPU architecture, it requires a CPU with AVX and AVX2 instruction set. If you encounter the error `illegal instruction core dump` check for your CPU flags with the command and make sure you see `AVX` and `AVX2`:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
more /proc/cpuinfo | grep flags
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Promox
|
||||||
|
|
||||||
|
If you are running virtualization in Proxmox, the VM doesn't have the flag enabled.
|
||||||
|
|
||||||
|
You need to change the CPU type from `kvm64` to `host` under VMs hardware tab.
|
||||||
|
|
||||||
|
`Hardware > Processors > Edit > Advanced > Type (dropdown menu) > host`
|
||||||
|
|
||||||
|
#### Other platforms
|
||||||
|
|
||||||
|
You can use the machine learning image that is built for Non-AVX CPU. The image is community maintained and can be found in the repository below
|
||||||
|
|
||||||
|
https://github.com/bertmelis/immich-machine-learning-no-avx
|
||||||
|
:::
|
||||||
|
|
||||||
## Installation methods
|
## Installation methods
|
||||||
|
|
||||||
There are a couple installation methods that you can use to install the application. You can choose the one that suits you the best.
|
There are a couple installation methods that you can use to install the application. You can choose the one that suits you the best.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user