u/ProgrammusMaximus

No config.json file?

I am running Opencloud in a Docker container on an Ubuntu Linux server. I am using Nginx Proxy Manage as the reverse proxy.

I have been able to get it running to the point where I can display the login page.

The login page, unfortunately, is showing the following failure:

Missing or invalid config

Please check if the file config.json exists and is correct.

Also, make sure to check the browser console for more information.

I did search for the config.json file in the directories under the opencloud-compose directory, and it is apparently not there.

So where is config.json supposed to be and what should be in it?

reddit.com
u/ProgrammusMaximus — 11 days ago

Cannot access Opencloud UI

I am running Opencloud in a docker container behind Nginx Proxy Manager (NPM).

In my NPM, I have set up my domain to the same domain as the OC_DOMAIN setting in Opencloud's .env file (opencloud.solishome.net). I have set its IP address to that of the machine I am running Opencloud on, and I am using the default port (9200). I have activated the Cache Assets, Block Commo Exploits, and Websocket support. I have also created a cert for my domain, activating Force SSL and HTTP/2 support.

When I run the Opencloud container, it appears to start up correctly, but I am getting 502 (bad gateway) errors.

Usually, NPM generates 502 errors when the address it is being proxied to is unavailable for some reason. Naturally, I tested this by attempting to access Opencloud using its IP address. I am getting "Connection timed out" failures.

There is something preventing the front end from being accessed. I suspect that the front end is not runninng, or if it is, it isn't running properly.

Can someone please tell me what I need to do in order to make the installation work?

Thank you in advance for any assistance.

reddit.com
u/ProgrammusMaximus — 23 days ago