Immich v1.88.0 Release

요약 내용

v1.88.0

경고

BREAKING CHANGES
immich-proxyimmich-web은 이제 사용되지 않습니다. docker-compose.yml 파일에서 편집해야 할 내용을 확인하십시오. immich-server는 이제 /api에서 API를 제공하고 웹 앱은 /에서 제공합니다.

업데이트 절차는 다음과 같습니다.

  1. docker compose down --remove-orphans 명령을 사용하여 스택을 종료합니다.
  2. docker-compose.yml 파일을 업데이트합니다.
    2.1. immich-proxy 서비스를 제거합니다.
    2.2. immich-web 서비스를 제거합니다.
    2.3. immich-server 서비스에서 포트 2283:3001을 노출시킵니다.
  3. docker compose pull 명령을 실행합니다.
  4. docker compose up 명령을 사용하여 스택을 실행합니다.

사용자 정의 프록시를 사용하는 경우에는 라우팅을 업데이트하여 모든 요청을 /api 경로 재작성 없이 immich-server로 전달하도록 해야 합니다.

하이라이트

Immich의 v1.88.0 릴리스에 오신 것을 환영합니다. 이 릴리스에서는 Immich의 배포 방법을 간소화하였으며, 앱 인터페이스를 새로운 글꼴인 Overpass로 아름답게 꾸며주었으며, 최근 6개월 동안 작업한 command line interface (CLI)버전 2를 마침내 릴리스하였습니다.



image

image


프로젝트를 지원해주십시오.

지원

이 프로젝트가 도움이 되었다면, 다음 채널을 통해 Immich의 개발 및 유지보수를 지원해 주실 수 있습니다.

이는 저에게 계속해서 이 프로젝트를 개발하고 유지할 것을 원한다는 것을 알려주는 좋은 방법입니다.

변경 내용

Server

CLI

Web

Mobile

Machine Learning

문서 및 기타

  • @danieldietzler가 compose 파일

    원문 내용

    v1.88.0

    Warning

    BREAKING CHANGES
    immich-proxy and immich-web are no longer used as announced. Please see the content that needs to be edited from the docker-compose.yml file below. immich-server now serves the api on /api and the web-app from /.

    The steps to update are as follow:

    1. Bring down the stack with docker compose down --remove-orphans
    2. Update the docker-compose.yml file
      2.1. Remove immich-proxy service
      2.2. Remove immich-web service
      2.3. Expose port 2283:3001 in the immich-server service
    3. Run docker compose pull
    4. Bring up the stack with docker compose up

    For those using a custom proxy, please update the routing to forward all requests to immich-server without the /api path re-write.

    services:
      immich-server:
        container_name: immich_server
        image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
        command: [ "start.sh", "immich" ]
        volumes:
          - ${UPLOAD_LOCATION}:/usr/src/app/upload
          - /etc/localtime:/etc/localtime:ro
        env_file:
          - .env
    +   ports:
    +     - 2283:3001
        depends_on:
          - redis
          - database
          - typesense
        restart: always
    
      immich-microservices:
         [...]
      immich-machine-learning:
         [...]
    
    -  immich-web:
    -    container_name: immich_web
    -    image: ghcr.io/immich-app/immich-web:${IMMICH_VERSION:-release}
    -    env_file:
    -      - .env
    -    restart: always
    
      typesense:
        [...]
    
      redis:
        [...]
    
      database:
        [...]
    
    - immich-proxy:
    -   container_name: immich_proxy
    -   image: ghcr.io/ Warninimmich-app/immich-proxy:${IMMICH_VERSION:-release}
    -   ports:
    -     - 2283:8080
    -   depends_on:
    -     - immich-server
    -     - immich-web
    -   restart: always
    

    Highlights

    Welcome to release v1.88.0 of Immich. In this release we have simplified how Immich is deployed, beautified our app interface with a new font, namely Overpass, and finally released version 2 of our command line interface (CLI), which has been in the works for the past six months.



    image

    image


    Please consider supporting the project.

    Support

    If you find the project helpful, you can support Immich via the following channels.

    It is a great way to let me know that you want me to continue developing and working on this project for years to come.

    Changelogs

    Server

    CLI

    Web

    Mobile

    Machine Learning

    Documentation and others

    Dependencies

    • fix(deps): update server by @renovate in #5057
    • chore(build): renovate grouping by @jrasm91 in #5167
    • chore(deps): update redis:6.2-alpine docker digest to 80cc851 by @renovate in #5131
    • chore(deps): update dependency @types/node to v20.9.2 by @renovate in #5139
    • chore(deps): update dependency eslint to v8.54.0 by @renovate in #5140
    • chore(deps): update docker/build-push-action action to v5.1.0 by @renovate in #5145
    • chore(deps): update dependency @types/archiver to v6 by @renovate in #5146
    • chore(deps): update dependency eslint-config-prettier to v9 by @renovate in #5173

    New Contributors

    Full Changelog: v1.87.0...v1.88.0

    링크 : https://github.com/immich-app/immich/releases/tag/v1.88.0

     

    ————————————————–

    사이트 리뉴얼중입니다~

    서버(Linux, ESXi), NAS(헤놀로지, ESXi 및 IT관련 정보, 기타 등등을 공유하는 커뮤니티 SVRFORUM을 새로 만들었습니다.
    많은 가입(?) 부탁드립니다~
    https://svrforum.com

    이전글들은 모두 상단 메뉴의 Blog 글 모음에있습니다!

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다

홈서버 IT 커뮤니티 SVRFORUM
Link