메인 콘텐츠로 바로가기

설치 후 단계

Immich 설치 후 수행해야 하는 일반적인 단계 목록:

1단계 - 관리자 사용자 등록

The first user to register will be the admin user. The admin user will be able to add other users to the application.

To register for the admin user, access the web application at http://<machine-ip-address>:2283 and click on the Getting Started button.

Follow the prompts to register as the admin user and log in to the application.

2단계 - 새로운 사용자 생성 (선택 사항)

If you have friends or family members who want to use the application as well, you can create additional accounts for them.

In the Administration panel, you can click on the Create user button, and you'll be presented with the following dialog:

3단계 - 저장소 템플릿 업데이트

Immich allows the admin user to set the uploaded filename pattern at the directory and filename level as well as the storage label for a user.

You can read more about the differences between storage template engine on and off here

The admin user can set the template by using the template builder in the Administration -> Settings -> Storage Template. Immich provides a set of variables that you can use in constructing the template, along with additional custom text. If the template produces multiple files with the same filename, they won't be overwritten as a sequence number is appended to the filename.

Default template
Year/Year-Month-Day/Filename.Extension

If you want to change the storage template during the initial setup, first enable the feature.

Then, customize your storage template.

정보

The Storage Template Migration job can be run after enabling this feature or changing the template, in order to apply the changes to the existing library.

If an asset is in multiple albums, {{album}} will be set to the name of the album which was most recently created. By default, special characters will be converted to an HTML entity (for example, & -> &amp;). To prevent this, wrap the variable in an extra set of braces (for example, {{{album}}}). You can learn more about this here and here.

Immich also provides a mechanism to migrate between templates so that if the template you set now doesn't work in the future, you can always migrate all the existing files to the new template. The mechanism is run as a job on the Job page.

If you want to store assets in album folders, but you also have assets that do not belong to any album, you can use {{#if album}}, {{else}} and {{/if}} to create a conditional statement. For example, the following template will store assets in album folders if they belong to an album, and in a folder named "Other/Month" if they do not belong to an album:

{{y}}/{{#if album}}{{album}}{{else}}Other{{/if}}/{{MM}}/{{filename}}

4단계 - 모바일 앱 다운로드

The mobile app can be downloaded from the following places:

5단계 - 모바일 앱 로그인

Login to the mobile app with the server endpoint URL at http://<machine-ip-address>:2283

6단계 - 라이브러리 업로드

  1. Navigate to the backup screen by clicking on the cloud icon in the top right corner of the screen.
  1. You can select which album(s) you want to back up to the Immich server from the backup screen.
  1. Scroll down to the bottom and press "Start Backup" to start the backup process. This will upload all the assets in the selected albums.

7단계 - 서버 백업 설정

Now that you have imported some pictures, you should setup server backups to preserve your memories. You can do so by following our backup guide.

위험

Immich is still under heavy development and handles very important data. It is essential that you set up good backups, and test them.

선택적 기능 설정