Nextcloud AIO Collabora Server Audit

Support intro

Sorry to hear you’re facing problems. :slightly_frowning_face:

The community help forum (help.nextcloud.com) is for home and non-enterprise users. Support is provided by other community members on a best effort / “as available” basis. All of those responding are volunteering their time to help you.

If you’re using Nextcloud in a business/critical setting, paid and SLA-based support services can be accessed via portal.nextcloud.com where Nextcloud engineers can help ensure your business keeps running smoothly.

Getting help

In order to help you as efficiently (and quickly!) as possible, please fill in as much of the below requested information as you can.

Before clicking submit: Please check if your query is already addressed via the following resources:

(Utilizing these existing resources is typically faster. It also helps reduce the load on our generous volunteers while elevating the signal to noise ratio of the forums otherwise arising from the same queries being posted repeatedly).

Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can. :heart:

The Basics

  • Nextcloud Server version (e.g., 29.x.x):
    • 32.0.1
  • Operating system and version (e.g., Ubuntu 24.04):
    • Ubuntu 24.04
  • Web server and version (e.g, Apache 2.4.25):
    • AIO
  • Reverse proxy and version _(e.g. nginx 1.27.2)
    • Caddy (separate server)
  • PHP version (e.g, 8.3):
    • AIO
  • Is this the first time you’ve seen this error? (Yes / No):
    • yes
  • When did this problem seem to first start?
    • since install
  • Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)
    • AIO
  • Are you using CloudfIare, mod_security, or similar? (Yes / No)
    • no

Summary of the issue you are facing:

[…]

Steps to replicate it (hint: details matter!):

  1. Open a document in Collabora

When I open a document in Collabora (using the one included in AIO) I get a notice to “Check the security warnings of your server.”.

When I do, I get the following:

I have not found a solution to solve this. Any ideas?

My Caddy block looks like this if it matters (and it is on a different VM, IP: 10.3.0.252 if it matters):

next.mydomain.com {
import logging nextcloud-aio
reverse_proxy 10.3.0.249:11000 {
header_up Host {http.reverse_proxy.upstream.hostport}
header_up X-Forwarded-Host {host}
}
# Handle WebDAV redirects for CardDAV and CalDAV
redir /.well-known/carddav /remote.php/dav 301
redir /.well-known/caldav /remote.php/dav 301
}

Hey @muzicman0 your post is a duplicate, see

Thanks. not sure how I missed that. I will post in that thread.

workaround and not a solution!

-- logging.disable_server_audit=true # enable disable server audit 

I don’t know what this means? Where is that configuration applied? From my searching it seems that editing the coolwsd.xml file isn’t possible, but maybe that is wrong info?

Installing a different server doesn’t seem to work either. I tried to repurpose my previous VM that was dedicated Collabora server with the new AIO install, but that was a disaster.

Hopefully there is a way to either suppress or fix these errors.

you use AIO?
you have a docker file?

you can add this as an environment variable in your docker compose. this is a workaround not a solution.

the only option is to work around this (at least for now) is via a separate Collabora server since the variable cannot be applied to the AIO mastercontainer compose file it seems

this message has no fundamental impact on functionality or limits use in any way and the popup window disappears after 3-5 seconds

1 Like

Hey @muzicman0,

this issue will be fixed in AIO v12… its in the beta channel at the moment!

1 Like

Great. Thanks. Since this will be my first update (when it is released), I will have to look into how to update the containers. I assume stop, prune, restart, but I will do some searching to see.

It is very simple.
You can check my short tutorial here.

Or if you want to read an advanced tutorial - find part 9. Troubleshooting & Updating Nextcloud AIO

Thanks! I don’t have a UI (Ubuntu Server), so I don’t think I can use Portainer, but I imagine I can figure out the basics from what you have listed.

1 Like

Did you mean you’re using Ubuntu desktop?
It doesn’t matter if it’s Ubuntu server or desktop.

there is no desktop UI, just command line for my Ubuntu. When I searched Portainer (cuz I wasn’t sure what it was!!), it looked like a UI to manage docker. maybe that was wrong?

Yes, it is a convenient tool for working with docker via GUI.

You can find many tutorials on YouTube on how to work with it. In 10 minutes everything will be clear to you.

But we are going offtopic.

As this message is only shown to admin users, the most obvious way to suppress it without making any configuration changes would be to not use an admin account for day-to-day usage. This is also generally considered to be best security practice, aka the principle of least privilege.

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.