Skip to content

Commit

Permalink
fix(homepage): Fix Immich integration
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienPoupa committed Nov 18, 2024
1 parent 224ecc3 commit e981973
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion immich/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@ services:
- traefik.http.routers.immich.tls.certresolver=myresolver
- traefik.http.services.immich.loadbalancer.server.port=2283
- homepage.group=Apps
- homepage.name=immich
- homepage.name=Immich
- homepage.icon=immich.png
- homepage.href=https://${IMMICH_HOSTNAME}
- homepage.description=Self-hosted photo and video management solution
- homepage.weight=4
- homepage.widget.type=immich
- homepage.widget.url=http://immich-server:2283
- homepage.widget.key=${IMMICH_API_KEY}
- homepage.widget.version=2
profiles:
- immich

Expand Down

0 comments on commit e981973

Please sign in to comment.