I have a big problem finding map config. I don`t know in which map is document config.php. Please help me!
Can you provide more detail?
- What exact version number of ownCloud are you using?
- How is it installed? (package, tarball, Docker, appliance, etc)
- If you are following a guide, can you share the URL?
- What exactly are you looking for and what problem do you expect finding it to solve?
I installed Owncloud in Docker. I have a container which is running on localhost but i would like to put it online. When i was trying to do this it says that i am visiting Owncloud from a untrusted domain. I am using latest version of Owncloud.
You should always use specific version numbers in response to such a question. The latest is always a moving target, which makes it meaningless.
You need to configure those values in your docker-compose.yaml
file. See the following documentation for specifics.
And I also found this error.
{“reqId”:“7zFaKReKHJwLQBjxzN2j”,“level”:2,“time”:“2024-10-27T21:27:13+00:00”,“remoteAddr”:“172.17.0.1”,“user”:“–”,“app”:“core”,“method”:“GET”,“url”:“/”,“message”:“Trusted domain error. "172.17.0.1" tried to access using "my IP:8080" as host.”}
Have you consulted the linked directions and configured your docker-compose.yaml
as required?
No because I can`t find this file docker-compose.yaml.
There is more than one example YAML file in the linked directions that you can use as a foundation to write your own.
Thank you so much I solve this problem.
I have just one question do you know how to make cloud public with my ip adress?
TL:DR; You can’t use just an IP and you will need to configure a domain name.
You need to use a domain name. Attempting to access an ownCloud site via IP is not going to be safe or reliable. You will need a domain name in order to obtain a trusted DV certificate. You also will need a domain name to provide the host header required by modern webservers that depend on name-based virtual hosts.
Do you maybe know which website is the best for buying domain and connecting it to owncloud?
No. It’s rather subjective and it’s not really an on-topic discussion for this forum. I suggest that you read some reviews and try one. If you don’t like the experience with the first one you try, you can transfer your domain registration to another registrar after sixty days.