Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. OpenCloud
  3. Install weboffice or onlyoffice on opencloud

Install weboffice or onlyoffice on opencloud

Scheduled Pinned Locked Moved OpenCloud
6 Posts 2 Posters 30 Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    nelsonalfredo
    wrote last edited by james
    #1

    Hello, I need tips and suggestions on how to install WebOffice or OnlyOffice on OpenCloud. I'm using Docker with PostgreSQL and Portainer, but despite several attempts, I can't install the package. Below I am sending the code used:

    version: "3.9"
    
    services:
      # ===== OPENCLOUD =====
      opencloud:
        image: opencloudeu/opencloud-rolling:latest
        container_name: opencloud
        entrypoint: ["/bin/sh"]
        command: ["-c", "opencloud init || true; opencloud server"]
        environment:
          OC_URL: "https://cloud.example.com"
          OC_LOG_LEVEL: "info"
          OC_INSECURE: "true"
          PROXY_TLS: "false"
    
          OC_DB_TYPE: "postgres"
          OC_DB_HOST: "postgres_teste"
          OC_DB_PORT: "5432"
          OC_DB_USER: "opencloud"
          OC_DB_PASS: "password"
          OC_DB_NAME: "opencloud"
    
          IDM_ADMIN_PASSWORD: "admin"
          IDM_CREATE_DEMO_USERS: "false"
    
          OFFICE_ENABLED: "true"
          COLLABORA_URL: "http://opencloud_collabora:9980"
          WOPI_SECRET: "happy muster employed shriek registry parasitic"
    
        volumes:
          - opencloud_config:/etc/opencloud
          - opencloud_data:/var/lib/opencloud
        ports:
          - "9200:9200"
        networks:
          - network_public
        restart: always
    
    
      # ===== COLLABORA (WebOffice) =====
      opencloud_collabora:
        image: collabora/code:latest
        container_name: opencloud_collabora
        environment:
          username: "admin"
          password: "admin"
          domain: "cloud.example.com"
          extra_params: "--o:ssl.enable=false --o:wopi.enable=true"
          aliasgroup1: "https://myhost"
        ports:
          - "9980:9980"
        networks:
          - network_public
        restart: always
    
    
      # ===== OnlyOffice (opcional, backup) =====
      opencloud_onlyoffice:
        image: onlyoffice/documentserver:latest
        container_name: opencloud_onlyoffice
        environment:
          JWT_SECRET: ""
        ports:
          - "8081:80"
        networks:
          - network_public
        restart: always
    
    
    volumes:
      opencloud_config:
      opencloud_data:
    
    networks:
      network_public:
        external: true
    
    1 Reply Last reply
    3
    • jamesJ Offline
      jamesJ Offline
      james
      Staff
      wrote last edited by
      #2

      Hello @nelsonalfredo and welcome to the Cloudron Forum

      Yes, this is the Cloudron Forum for questions and issues with Cloudron.

      We have recently packaged OpenCloud for Cloudron, but since you are not using Cloudron we can't really help you here.
      Generic OpenCloud question are handled here: https://github.com/orgs/opencloud-eu/discussions

      But, even though you might be in the wrong forum, maybe someone in our community has done this already and can still help you.

      1 Reply Last reply
      3
      • N Offline
        N Offline
        nelsonalfredo
        wrote last edited by
        #3

        Thanks @james

        1 Reply Last reply
        1
        • jamesJ Offline
          jamesJ Offline
          james
          Staff
          wrote last edited by
          #4

          Hello @nelsonalfredo
          Maybe you can describe the issue you have a bit more in detail.

          @nelsonalfredo said in Install weboffice or onlyoffice on opencloud:

          I can't install the package

          I am not very familiar with OpenCloud.
          Are you referring to something similar to Nextcloud apps? And you can't install the app/addon/plugin for OnlyOffice in OpenCloud?

          1 Reply Last reply
          0
          • N Offline
            N Offline
            nelsonalfredo
            wrote last edited by
            #5

            I'm referring to OpenCloud, where I'm trying to install WebOffice, but without success.

            1 Reply Last reply
            0
            • jamesJ Offline
              jamesJ Offline
              james
              Staff
              wrote last edited by
              #6

              Hello @nelsonalfredo
              Yes, I understood that you are referring to OpenCloud, but what is "to install WebOffice"?
              Is it setting up the docker container?
              Please explain what usually the process of "to install WebOffice" is and where you are failing.

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Bookmarks
              • Search