Cannot get OnlyOffice to run #73

Closed
opened 2026-03-14 16:33:50 +00:00 by ineiti · 5 comments
Contributor

I'm trying to get OnlyOffice running following the instructions in the README:

  1. abra app new ...
  2. abra app config ... # Uncommenting the three ONLYOFFICE lines
  3. abra app secret generate ...
  4. abra app deploy ...
    5.abra app cmd ... app install_onlyoffice

I tried both nextcloud.mydomain.tld and onlyoffice.mydomain.tld as the ONLYOFFICE_URL, but neither worked. Also, I didn't find any information for traefik to route a nextcloud.mydomain.tld to any of the containers.

What am I missing?

I'm trying to get OnlyOffice running following the instructions in the README: 1. abra app new ... 2. abra app config ... # Uncommenting the three ONLYOFFICE lines 3. abra app secret generate ... 4. abra app deploy ... 5.abra app cmd ... app install_onlyoffice I tried both nextcloud.mydomain.tld and onlyoffice.mydomain.tld as the `ONLYOFFICE_URL`, but neither worked. Also, I didn't find any information for traefik to route a `nextcloud.mydomain.tld` to any of the containers. What am I missing?
Owner

but neither worked

Can you please give us more specifics and supply some logs (abra app logs ...)?

Also, I didn't find any information for traefik to route a nextcloud.mydomain.tld to any of the containers.

This is handled automagically by traefik based on the labels in the each recipe.

> but neither worked Can you please give us more specifics and supply some logs (`abra app logs ...`)? > Also, I didn't find any information for traefik to route a nextcloud.mydomain.tld to any of the containers. This is handled automagically by traefik based on the labels in the each recipe.
Author
Contributor

This is handled automagically by traefik based on the labels in the each recipe.

This is probably my problem: I have a specific setup, because I put the co-op-cloud in a VM on my server, and have a server-traefik forward requests to the co-op-cloud traefik...

I did look for labels which specify an onlyoffice.DOMAIN URL, but couldn't find anything in the nextcloud recipe. Can this be auto-generated?

> This is handled automagically by traefik based on the labels in the each recipe. This is probably my problem: I have a specific setup, because I put the co-op-cloud in a VM on my server, and have a server-traefik forward requests to the co-op-cloud traefik... I did look for labels which specify an onlyoffice.DOMAIN URL, but couldn't find anything in the nextcloud recipe. Can this be auto-generated?
Author
Contributor

Also on the server, I only have the following labels:

nextcloud_dahu_li_web: map[caddy:nextcloud.dahu.li caddy.reverse_proxy:{{upstreams 80}} caddy.tls.on_demand: com.docker.stack.image:nginx:1.29.4 com.docker.stack.namespace:nextcloud_dahu_li traefik.docker.network:proxy traefik.enable:true traefik.http.middlewares.nextcloud_dahu_li-redirect.redirectscheme.permanent:true traefik.http.middlewares.nextcloud_dahu_li-redirect.redirectscheme.scheme:https traefik.http.routers.nextcloud_dahu_li.entrypoints:web-secure traefik.http.routers.nextcloud_dahu_li.middlewares:nextcloud_dahu_li-redirect traefik.http.routers.nextcloud_dahu_li.rule:Host(`nextcloud.dahu.li`) traefik.http.routers.nextcloud_dahu_li.tls.certresolver:production traefik.http.services.nextcloud_dahu_li.loadbalancer.server.port:80]

So nothing about onlyoffice...

I tried various variations of new / config / deploy / install, but nothing shows any label with an additional host in it.

Also on the server, I only have the following labels: ``` nextcloud_dahu_li_web: map[caddy:nextcloud.dahu.li caddy.reverse_proxy:{{upstreams 80}} caddy.tls.on_demand: com.docker.stack.image:nginx:1.29.4 com.docker.stack.namespace:nextcloud_dahu_li traefik.docker.network:proxy traefik.enable:true traefik.http.middlewares.nextcloud_dahu_li-redirect.redirectscheme.permanent:true traefik.http.middlewares.nextcloud_dahu_li-redirect.redirectscheme.scheme:https traefik.http.routers.nextcloud_dahu_li.entrypoints:web-secure traefik.http.routers.nextcloud_dahu_li.middlewares:nextcloud_dahu_li-redirect traefik.http.routers.nextcloud_dahu_li.rule:Host(`nextcloud.dahu.li`) traefik.http.routers.nextcloud_dahu_li.tls.certresolver:production traefik.http.services.nextcloud_dahu_li.loadbalancer.server.port:80] ``` So nothing about onlyoffice... I tried various variations of `new` / `config` / `deploy` / `install`, but nothing shows any label with an additional host in it.
Author
Contributor

OK, I feel stupid, but at least it works now. Let's hope it helps somebody else not spending 4h to look for OnlyOffice which is not installed.

#74

OK, I feel stupid, but at least it works now. Let's hope it helps somebody else not spending 4h to look for OnlyOffice which is _not installed_. #74
Owner

Ouch, thanks for persisting and submitting the PR! I will review it.

Ouch, thanks for persisting and submitting the PR! I will review it.
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: coop-cloud/nextcloud#73
No description provided.