I had the same problem with a nextcloud instance in a docker container behind a reverse proxy which does the transport encryption. Try connecting directly to the container without connecting to the proxy and check the mark beside “accept self-signed certificats”.
Hi @kromsam, I’ll post this response in both places.
Here is a snippet from my /app/config/config.php, my assumption is you need to add the lines for overwritehost and overwriteprotocol. This is necessary if you wish to use the passwords app as well. Be sure to use your actual hostname for your nextcloud where I have used cloud.example.com below. If setup properly there should be no reason to manually go around your letsencrpt certs.
Hey I have the same problem. I have installed it with the Compose file below.
If I open the office.domain.tdl, the Website from Collabora give me a request “Ok”.
But I can’t bind it in Nextcloud.
I have seen on my nextcloud.domain.tld that I get an error -->
{status: 0,…} message: "cURL error 6: Could not resolve host: office.domain.tld (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)" status: 0
@Reiner_Nippes Last but not least it will be the “cream of” if you integrate fulltextsearch with elasticsearch and tesseract (works fine since last update to 1.3.x)
I will send you a message tomorrow. IMHO the best to use is a single modified elasticsearch docker container. In my configuraion, elasticsearch runs on the host who picked up the docker images for nextcloud and lool. It works but with a separated docker image should be better because you have a clear defined and simply configuration.
I added a branch elasticsearch for development and testing.
Right now only an elasticsearch container is created.
You have to manually install and configure the nextcloud apps.
first of all… Does your nc resolve “elasticsearch_tesseract” to a ip address and can connect to port 9200? Where is the elasticsearch container or package located?
Does your fulltextsearch work including PDF indexing? In your nc shell as user www-data you can check the core app this with “php occ fulltextsearch:test”.
For testing purpose of tesseract i modify a default nc picture with two unique strings (for testing utf-8 compatibility i use “Eichhörnchen”) and update the index. Then you can find this picture if you search for this string in the nextcloud searchbox.
Be aware: Creating first index can work a long time if you have a lot of files. For me the first index creating time was about five hours (12000 Pics, 900 Docs, PDF…) but - i really dont know how this works - updating index and compare is finished after around 2 minutes.
fulltext search was working. I could find text inside a pdf. everything fine at this point.
what’s mssing (and will be soon added) is the configuration of nextcloud (app install, first index, live index, complete the config page in nc, etc. pp.)
it’s the container name used by the internal docker dns server.
ok. i’ll try.
when the playbook runs the nextcloud normally is empty.
btw: we should start a new thread. right now it’s no longer a collabora thing we discus here.
Of course, i forget that the playbook is for install. I do not use anything from your repo at this time but i will try a deeper look asap … Thanks for this cool work!