InfoGrab Docs

사이트 구성 설정

Mattermost System Console의 사이트 구성 설정 옵션을 설명합니다.

제품 메뉴를 선택하고 System Console 을 선택한 다음 Site Configuration 을 선택하여 System Console에서 다음 사이트 구성 옵션을 검토하고 관리합니다: 사용자 지정 지역화 자동 번역 사용자 및 팀 알림 시스템 전체 알림 이모지 게시물 파일 공유 및 다운로드 공개 링크 공지사항 연결된 워크스페이스 Tip 자체 호스팅 Mattermost 배포를 관리하는 시스템 관리자는 다음 표에서 설명한 대로 config.json 파일을 편집할 수 있습니다. 아래 각 구성 값에는 JSON 인식 도구를 사용하여 config.json 파일에서 프로그래밍 방식으로 값에 접근하기 위한 JSON 경로가 포함되어 있습니다. 예를 들어 SiteName 값은 TeamSettings 아래에 있습니다. jq 와 같은 도구를 사용하는 경우 다음을 입력합니다: cat config/config.json | jq '.TeamSettings.SiteName' config.json 파일을 수동으로 작업하는 경우 TeamSettings 와 같은 객체를 찾은 다음 해당 객체 내에서 키 SiteName 을 찾습니다. # 사용자 지정 # 다음 구성 설정은 시스템 콘솔에서 사이트 구성 > 사용자 지정 으로 이동하여 액세스할 수 있습니다. 사이트 이름 # Name of the site shown in login screens and user interface. String input. Maximum 30 characters. Default is Mattermost - System Config path: Site Configuration > Customization - config.json setting: TeamSettings > SiteName - Environment variable: MM_TEAMSETTINGS_SITENAME 사이트 설명 # Text displayed above the login form. When not specified, the phrase "Log in" is displayed. String input. - System Config path: Site Configuration > Customization - config.json setting: TeamSettings > CustomDescriptionText - Environment variable: MM_TEAMSETTINGS_CUSTOMDESCRIPTIONTEXT true : Enables the display of a custom image and text on the login page false : (Default) Custom branding is disabled 사용자 지정 브랜딩 활성화 # - true : Enables the display of a custom image and text on the login page - false : (Default) Custom branding is disabled See also the custom brand image and