-
Hello! Regarding the one-line-install script shown on this page I ran your script on a freshly installed Debian 12 virtual server. I am not a developer but I have successfully used Nextcloud and Owncloud before that, usually installing the lamp stack myself. I suppose I will move on to the docker instructions, but I am curious why this one line install command is there if it does not provide a testing front and back end. I did try adding my own config.json in the config directory where I specified the server url and nothing more, but it did not seem to work, though I may have a dns issue. Thanks! Congrats on the new project! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
@lamixer I do not understand your issue with the config.json. There is no config.json in opencloud. This script is a very quick way to install opencloud backend, frontend and Identity Provider as a single binary with no needed dependencies. That means you have a very bare feature set without external services like collabora or tika. This script is targeting localhost setups for "take aquick look" usecases. Production setups should be done with docker or kubernetes. Bare metal is also possible but not supported because it creates too many issues. |
Beta Was this translation helpful? Give feedback.
-
Hello @micbar ! Thanks for helping me. I was confused when I tried the pre-compiled binary and it did not work that I also needed to install the 'web' portion of the project -- thinking it was the rendering part (vue.js) of the backend ( https://docs.opencloud.eu/docs/dev/web/getting-started ). The 'web' component is configured by a config.json file. But now I think maybe that is to make a desktop client to access opencloud, instead of a web browser? Also when I try to access the login page the error I get in my browser says:
It is an error that suggests I need a config.json file somewhere! Is it possible, using the pre-compiled binary or the one-line installer, to access opencloud on a VM on my LAN from another computer? Or only localhost is possible? Thanks again! |
Beta Was this translation helpful? Give feedback.
The config.json is rendered by the server.
This error message indicates a wrongly configured URL setting.