Code Monkey home page Code Monkey logo

nextcloud-onlyoffice-traefik-docker's Introduction

nextcloud-onlyoffice-traefik-docker

A Docker stack for Nextcloud with Onlyoffice behind Traefik, with https !

Change .env variable.

create frontend and database network

docker network create --driver=overlay frontend
docker network create --driver=overlay database

Start Traefik :

docker-compose -f docker-compose-traefik up -d

Start Nextcloud Stack

docker-compose up -d

Configure Nextcloud. Go inside the container :

docker exec -u www-data -ti <nextcloud app container> bash

allow to set onlyoffice as local container. Within the nextcloud container :

php occ --no-warnings config:system:set allow_local_remote_servers --value=true

add hostame container and domain to trusted domain :

php occ --no-warnings config:system:set trusted_domains 1 --value="onlyoffice"
php occ --no-warnings config:system:set trusted_domains 2 --value="nextcloud"
php occ --no-warnings config:system:set trusted_domains 3 --value="<YOUR NEXTCLOUD_DOMAIN>"
php occ --no-warnings config:system:set trusted_domains 4 --value="<YOUR ONLYOFFICE DOMAIN>"

go to your nextlcoud instance, install it, go to app and add Onlyoffice from the app store. Configure it

php occ --no-warnings config:system:set onlyoffice DocumentServerUrl --value="http://<ONLYOFFICE.DOMAIN>"
php occ --no-warnings config:system:set onlyoffice DocumentServerInternalUrl --value="http://onlyoffice/"
php occ --no-warnings config:system:set onlyoffice StorageUrl --value="http://nextcloud/"
php occ --no-warnings config:system:get onlyoffice
php occ onlyoffice:documentserver --check

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.