docker에서
2373 단어 DockerownCloudONLYOFFICE
ownCloud
owncloud-docker/server로 지어졌습니다.
docker-compose.yml에 다음 두 개가 추가되었습니다.
- OWNCLOUD_SUB_URL=/owncloud
- OWNCLOUD_LOG_TIMEZONE=Asia/Tokyo
default이면http://localhost:8080그렇게 접근http://localhost:8080/owncloud처럼 SUB URL을 지정하고 싶기 때문입니다.
이것이 나중에 막힐 관건이다.
ONLYOFFICE DocumentServer
onlyoffice/documentserver
내가 그렇게 만들었어.
ownCloud - ONLYOFFICE apps ver2.0.3
ownCloud 플러그인으로 ONLYOFFICE와 연합합니다.
지금 3개 설정
Document Editing Service address
ONLYOFFICE Docoment Server URL
https://doc.huangru.local/
Document Editing Service address for internal requests from the server
Specify container name
ONLYOFFICE Docoment Server의 웹 주소입니다.
http://only/
Server address for internal requests from the Document Editing Service Specify container name
ownCloud에서 협력할 OnLYOFFICE Docoment Server URL 지정
나는 이곳의 합작이 순조롭지 못해서 괴로워하는 곳이다.
ownCloud 및 ONLYOFFICE Docoment Server
각 Docker 컨테이너로 시작합니다.
네트워크가 브리지에 연결되어 있습니다.
하지만 이번엔 SUB URL을 지정했기 때문에
물론 SUB URL을 지정해야 합니다.
여기가 맞지 않으면 플러그인을 저장합니다
작업을 수행하면 The document could not be saved가 됩니다.
X http://owncloud:8080/
O http://owncloud:8080/owncloud
자세한 내용은 The document could not be saved 참조
issues가 지적하기 전에 알 수 없음;(
단지 현지에서 합작 연습을 진행했을 뿐이니 안전과 관련된 설정을 참고하지 마세요.
원래 저는 제 증명서로 해봤을 뿐이에요
Reference
이 문제에 관하여(docker에서), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/Ikumi/items/884c60bf1a6ce8fc158a텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)