외부 저장소 추가 시 ""Entry .... will not be accessible due to incompatible encoding" 문제
"Entry "...." will not be accessible due to incompatible encoding" 관련 문제는 한글이나 특수문자로된 폴더/파일명 문제 입니다.
# ./convmv -f utf-8 -t utf-8 -r --notest --nfc <nextcloud-data-folder>
Portainer > nextcloud 콘솔 > occ files:scan --all 재실행
* convmv가 없어 실행 불가 시 "wget http://www.j3e.de/linux/convmv/convmv-2.05.tar.gz"으로 받아
"tar xzvf convmv-2.05.tar.gz"로 압축해제 후 실행 하시면 됩니다.