Skip to content

Commit 3eef178

Browse files
authored
app: immich (#591)
1 parent b387967 commit 3eef178

File tree

5 files changed

+134
-0
lines changed

5 files changed

+134
-0
lines changed

Apps/Immich/docker-compose.yml

Lines changed: 134 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
1+
name: immich
2+
3+
services:
4+
immich-server:
5+
deploy:
6+
resources:
7+
reservations:
8+
memory: 1024M
9+
container_name: immich-server
10+
hostname: immich-server
11+
image: altran1502/immich-server:v1.115.0
12+
volumes:
13+
- /DATA/Gallery/immich:/usr/src/app/upload
14+
- /etc/localtime:/etc/localtime:ro
15+
environment:
16+
- DB_DATABASE_NAME=immich
17+
- DB_PASSWORD=postgres
18+
- DB_USERNAME=postgres
19+
depends_on:
20+
- redis
21+
- database
22+
ports:
23+
- 2283:3001
24+
restart: unless-stopped
25+
healthcheck:
26+
disable: false
27+
networks:
28+
- immich
29+
30+
immich-machine-learning:
31+
container_name: immich-machine-learning
32+
hostname: immich-machine-learning
33+
image: altran1502/immich-machine-learning:v1.115.0
34+
environment:
35+
- DB_DATABASE_NAME=immich
36+
- DB_PASSWORD=postgres
37+
- DB_USERNAME=postgres
38+
restart: unless-stopped
39+
volumes:
40+
- /DATA/AppData/immich/model-cache:/cache
41+
healthcheck:
42+
disable: false
43+
networks:
44+
- immich
45+
46+
redis:
47+
container_name: immich-redis
48+
hostname: immich-redis
49+
image: redis:6.2-alpine
50+
healthcheck:
51+
test: redis-cli ping || exit 1
52+
volumes:
53+
- /DATA/AppData/immich/redis:/data
54+
restart: unless-stopped
55+
networks:
56+
- immich
57+
58+
database:
59+
container_name: immich-postgres
60+
hostname: immich-postgres
61+
image: tensorchord/pgvecto-rs:pg14-v0.2.0
62+
environment:
63+
POSTGRES_PASSWORD: postgres
64+
POSTGRES_USER: postgres
65+
POSTGRES_DB: immich
66+
POSTGRES_INITDB_ARGS: '--data-checksums'
67+
volumes:
68+
- /DATA/AppData/immich/pgdata:/var/lib/postgresql/data
69+
healthcheck:
70+
test: pg_isready --dbname='immich' --username='postgres' || exit 1; Chksum="$$(psql --dbname='immich' --username='postgres' --tuples-only --no-align --command='SELECT COALESCE(SUM(checksum_failures), 0) FROM pg_stat_database')"; echo "checksum failure count is $$Chksum"; [ "$$Chksum" = '0' ] || exit 1
71+
interval: 5m
72+
start_interval: 30s
73+
start_period: 5m
74+
command: ["postgres", "-c", "shared_preload_libraries=vectors.so", "-c", 'search_path="$$user", public, vectors', "-c", "logging_collector=on", "-c", "max_wal_size=2GB", "-c", "shared_buffers=512MB", "-c", "wal_compression=on"]
75+
restart: unless-stopped
76+
networks:
77+
- immich
78+
79+
networks:
80+
immich:
81+
name: immich
82+
83+
x-casaos:
84+
architectures:
85+
- amd64
86+
- arm64
87+
main: immich-server
88+
store_app_id: immich
89+
category: Gallery
90+
author: Cp0204
91+
developer: alextran1502
92+
icon: https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/immich/icon.png
93+
screenshot_link:
94+
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Immich/screenshot-1.png
95+
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Immich/screenshot-2.png
96+
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Immich/screenshot-3.png
97+
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Immich/thumbnail.png
98+
description:
99+
en_us: |
100+
## Immich: Revolutionizing Your Home Media Experience
101+
102+
Immich is here to transform the way you manage and enjoy your media files across your home TV, smartphones, and other devices. Unlike traditional photo albums or mainstream cloud services, immich offers a seamless and modern platform for organizing, sharing, and accessing your photos and videos. Imagine effortlessly backing up your precious moments from your mobile devices and viewing them instantly on your TV or sharing them with family members—immich makes it all possible.
103+
104+
immich stands out with its automatic backup from mobile devices, a sleek web-based interface for easy media browsing, and advanced features like face recognition and object detection. You can organize your media by location, enjoy 4K video playback, and even manage RAW photos. Plus, with multi-user support, sharing memories with friends and family is a breeze. The best part? Immich offers these powerful features for low cost, ensuring you get a premium experience without breaking the bank.
105+
106+
Deploying immich on a private cloud device like Zima brings unparalleled convenience. Enjoy unlimited storage capacity, blazing-fast local network speeds, and easy multi-device access. With immich on your Zima private cloud, your media is always at your fingertips, safe and secure in your home.
107+
zh_cn: |
108+
## Immich:革新您的家庭媒体体验
109+
110+
Immich 来了,它将彻底改变您在家庭电视、智能手机和其他设备上管理和享受媒体文件的方式。与传统相册或主流云服务不同,Immich 提供了一个无缝且现代化的平台,用于组织、分享和访问您的照片和视频。想象一下,轻松地从移动设备备份珍贵时刻,并立即在电视上观看或与家人分享——Immich 让这一切成为可能。
111+
112+
Immich 以其从移动设备自动备份、时尚的网页界面方便浏览媒体,以及面部识别和物体检测等高级功能而脱颖而出。您可以按位置组织媒体,欣赏 4K 视频播放,甚至管理 RAW 格式照片。此外,多用户支持功能使与朋友和家人分享记忆变得轻而易举。最棒的是,Immich 以低成本提供这些强大的功能,确保您获得高级体验而不会花费太多。
113+
114+
在像 Zima 这样的私有云设备上部署 Immich 带来了无与伦比的便利。享受无限存储容量、极快的本地网络速度和轻松的多设备访问。通过在 Zima 私有云上使用 Immich,您的媒体始终触手可及,安全可靠地存储在您的家中。
115+
tagline:
116+
en_us: Self-hosted media management solution
117+
zh_cn: 自托管媒体管理解决方案
118+
title:
119+
en_us: Immich
120+
tips:
121+
before_install:
122+
en_us: |
123+
⚠️ The project is under very active development.
124+
⚠️ Expect bugs and breaking changes.
125+
⚠️ Do not use the app as the only way to store your photos and videos.
126+
⚠️ Always follow 3-2-1 backup plan for your precious photos and videos!
127+
zh_cn: |
128+
⚠️ 本项目正在 非常活跃 地开发中。
129+
⚠️ 可能存在 bug 或者随时有重大变更。
130+
⚠️ 不要把本软件作为您存储照片或视频的唯一方式。
131+
⚠️ 为了您宝贵的照片与视频,请始终遵守 3-2-1 备份方案!
132+
port_map: "2283"
133+
scheme: http
134+
index: /

Apps/Immich/screenshot-1.png

1.1 MB
Loading

Apps/Immich/screenshot-2.png

904 KB
Loading

Apps/Immich/screenshot-3.png

249 KB
Loading

Apps/Immich/thumbnail.png

805 KB
Loading

0 commit comments

Comments
 (0)